@charset "Shift_Jis";

/*colorpick ao:#074095;*/

*						{	margin:0;padding:0;background-color:transparent;	}

/*基本指定*/
html					{	height:100%;	}
body					{
						font-family:						Verdana, Arial, "MS UI Gothic", Osaka, sans-serif;
						font-size:						0.7em;
						color:							#494949;
						line-height:						1.4em;
						background-color:				#000;
						background-image:				url(../img/container.png);
						background-repeat:				repeat-y;
						}
a						{	color:#074095;text-decoration:none;	}
a:hover					{	color:#AAA;	}
hr						{	display:none;	}
h1, h2, h3, h4, h5, h6	{	font-family:"Century Gothic", Arial, "MS UI Gothic", Osaka, sans-serif;font-size:1.0em;font-weight:normal;	}
p						{		}/*指定なし*/
ul						{	list-style-position:inside;	}
ul li						{	list-style-type:square;	}
ol						{	list-style-position:inside;	}
ol li						{	list-style-type:upper-alpha;	}
dl						{		}/*指定なし*/
dt						{	padding:5px;border-left:2px solid #074095;	}
dd						{	padding:5px 0 5px 15px;border-left:2px solid #AAA;	}
img						{	border:none;	}
a img					{	border:none;	}
blockquote				{	padding:5px;border-left:3px solid #074095;border-right:3px solid #074095;	}
form					{		}/*指定なし*/
fieldset					{	border:none;	}
legend					{	display:none;	}
input, textarea, select	{	margin:3px 0;font-family:Arial, sans-serif;font-size:1.0em;color:#074095;border:1px solid #074095;	}
address					{	color:#074095;font-style:normal;	}

/*各ID*/
div#TOP				{
						width:							610px;
						background-image:				url(../img/header.png);
						background-repeat:				no-repeat;
						}
div#CONTAINER			{		}

/*ヘッダーの指定*/
div#HEADER			{
						margin:							0 0 0 100px;
						width:							500px;
						height:							350px;
						}
h1#name				{
						padding:						200px 10px 0 0;
						font-size:						2.0em;
						text-align:						right;
						letter-spacing:					0.2em;
						}
h1#name a:hover		{
						color:							#074095;
						}
ul#TOPIC				{
						list-style-type:					none;
						padding:						10px 10px 0 0;
						text-align:						right;
						}
li.topic_path				{
						list-style-type:					none;
						font-size:						0.8em;
						line-height:						1.3em;
						}

/*ナビゲーションの指定*/
div#NAVI				{
						margin:							0 0 0 100px;
						width:							510px;
						height:							50px;
						}
h2.navi_title				{
						display:							none;
						}
ul.navi					{
						list-style-type:					none;
						margin:							10px 0;
						background-color:				#000;
						}
li.navi_list				{
						list-style-type:					none;
						float:							left;
						line-height:						30px;
						}
li.navi_list a				{
						display:							block;
						width:							98px;
						color:							#FFF;
						text-align:						center;
						border-left:						1px solid #999;
						border-right:					1px solid #444;
						background-image:				url(../img/navi_a.png);
						background-repeat:				repeat-x;
						}
* html li.navi_list a		{
						width:							100px;
						}
li.navi_list a:hover		{
						background-image:				url(../img/navi_a_hover.png);
						background-repeat:				repeat-x;
						}

/*コンテンツの指定*/
div#CONTENTS			{
						clear:							both;
						margin:							0 0 30px 100px;
						padding:						0 10px;
						width:							500px;
						}
*>div#CONTENTS		{
						width:							480px;
						}
h2.contents_title			{
						margin:							20px 0;
						font-size:						1.4em;
						color:							#074095;
						}
div.text					{		}
div.scroll_area			{
						overflow:						auto;
						height:							100px;
						}
div.image				{
						clear:							both;
						margin:							20px 0;
						}
div.image img			{
						float:							left;
						margin:							0 20px 10px 0;
						}
h3.subtitle				{
						margin:							10px 0;
						padding:						0 0 0 5px;
						color:							#FFF;
						line-height:						20px;
						letter-spacing:					0.3em;
						background-color:				#222;
						border-top:						3px solid #074095;
						}
ul.top					{
						list-style-type:					none;
						margin:							10px  0;
						text-align:						right;
						}
li.page_top				{
						list-style-type:					none;
						}

/*フッターの指定*/
div#FOOTER			{
						width:							610px;
						padding:						0 20px 0 110px;
						height:							400px;
						text-align:						right;
						background-image:				url(../img/footer.png);
						background-repeat:				no-repeat;
						}
*>div#FOOTER			{
						width:							480px;
						}
div#FOOTER address	{
						margin:							0 0 10px 0;
						font-size:						1.4em;
						text-align:						right;
						line-height:						20px;
						border-bottom:					1px solid #074095;
						}
ul.footer				{
						list-style-type:					none;
						}
li.footer_list				{
						list-style-type:					none;
						}

/*その他テンプレートのための指定*/
ul.browser				{	list-style-type:none;  margin:10px 0;	}
li.browser_list			{	display:inline;  margin-right:10px;  color:#708090;	}
ul.news				{	list-style-type:none;  margin:10px 0;	}
li.news_list			{	display:inline;  margin-right:10px;	}
ul.banner				{	list-style-type:none;  margin:10px 0;	}
li.banner_list			{	display:inline;  margin-right:10px;	}