/* 文字の色 --------------*/

.color { color: #5E796F ;}


/* タイトルの背景 --------------*/

h1	{ background: url(image/title.gif) left top no-repeat ; }


/* サブメニューの色 --------------*/


#submenu_up 		{ background: url(image/image.gif) left top no-repeat ; }
#submenu_down		{ background-color : #5E796F ; }
#submenu div#list	{ background-color : #BFCEC8 ; }


/* サブメニューのリンク --------------*/

a.submenu01	{background : url(image/submenu_01.gif) left top no-repeat }
a.submenu02	{background : url(image/submenu_02.gif) left top no-repeat }
a.submenu03	{background : url(image/submenu_03.gif) left top no-repeat }
a.submenu04	{background : url(image/submenu_04.gif) left top no-repeat }
a.submenu05	{background : url(image/submenu_05.gif) left top no-repeat }
a.submenu06	{background : url(image/submenu_06.gif) left top no-repeat }
a.submenu07	{background : url(image/submenu_07.gif) left top no-repeat }
a.submenu08	{background : url(image/submenu_08.gif) left top no-repeat }
a.submenu09	{background : url(image/submenu_09.gif) left top no-repeat }


/* 各サブタイトル --------------*/

h2.subtitle01	{ background : url(image/submenu_01.gif) left top no-repeat }
h2.subtitle02	{ background : url(image/submenu_02.gif) left top no-repeat }
h2.subtitle03	{ background : url(image/submenu_03.gif) left top no-repeat }
h2.subtitle04	{ background : url(image/submenu_04.gif) left top no-repeat }
h2.subtitle05	{ background : url(image/submenu_05.gif) left top no-repeat }
h2.subtitle06	{ background : url(image/submenu_06.gif) left top no-repeat }
h2.subtitle07	{ background : url(image/submenu_07.gif) left top no-repeat }
h2.subtitle08	{ background : url(image/submenu_08.gif) left top no-repeat }
h2.subtitle09	{ background : url(image/submenu_09.gif) left top no-repeat }


/* ダウンロードタイトル --------------*/


ul.none span {
	display : block ;
	width : 250px ;
	float : left ;
	border : 0px solid ;
}

ul.none li {
	clear : both ;
}


/* サブメニュー文字 --------------*/

div#title2 a {
	font-size : 95% ;
}




