@charset "Shift_Jis";
*{
	margin:						0;
	padding:					0;
	background-color:			transparent;
	}

/*基本指定*/
html{height:100%;}
body{font-family:Verdana, Arial, "MS UI Gothic", Osaka, serif;  font-size:0.65em;  color:#494949;  line-height:1.6em;  text-align:center;  background-color:#000;}
a{color:#2F2F2F;  text-decoration:none;}
a:hover{color:#570000;}
hr{display:none;}
h1{font-family:Verdana, Arial, "MS UI Gothic", Osaka, sans-serif;  font-size:1.8em;  font-weight:normal;}
h2{font-family:Verdana, Arial, "MS UI Gothic", Osaka, sans-serif;  font-size:1.4em;  font-weight:normal}
h3{font-family:Verdana, Arial, "MS UI Gothic", Osaka, serif;  font-size:1.2em;  font-weight:normal;}
h4, h5, h6{font-family:Verdana, Arial, "MS UI Gothic", Osaka, 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:1px solid #DDD;background-color:transparent;}
dd{padding:5px;}
blockquote{padding:5px; border:1px dotted #570000;}
blockquote:hover{border:1px solid #570000;}
form{}/*指定なし*/
fieldset{border:none;}
legend{display:none;}
input{margin:3px 0;  font-family:Verdana, Arial, Osaka, serif;  font-size:1.0em;  border:1px solid #000;}
textarea{margin:3px 0;  font-family:Verdana, Arial, Osaka, monospace;  font-size:1.0em;  border:1px solid #000;}
select{margin:3px 0;  font-family:Verdana, Arial, "MS UI Gothic", Osaka, serif;  font-size:1.0em;  border:1px solid #000;}
address{color:#530000;}

/*各ID*/
div#CONTAINER{
	width:						650px;
	margin:						0 auto;
	text-align:					left;
	background-color:			#FFF;
	}

/*ヘッダーの指定*/
div#HEADER{
	padding-top:				30px;
	margin-bottom:				20px;
	border-bottom:				1px solid #000;
	}
h1#name{
	margin:						0 0 30px 10px;
	font-family:					Verdana, Arial, "MS UI Gothic" Osaka, Serif;
	font-size:					2.0em;
	font-weight:					normal;
	}
ul#TOPIC{
	margin:						0 0 10px 10px;
	}
li.topic_path{
	list-style-type:				none;
	display:						inline;
	margin-right:				10px;
	}
li.topic_path a{}/*指定なし*/
li.topic_path a:hover{}/*指定なし*/

/*ナビゲーションの指定*/
div#NAVI{
	float:						right;
	width:						20%;
	}
h2.navi_title{
	color:						#570000;
	}
ul.navi{
	list-style-position:			outside;
	}
li.navi_list{
	list-style-type:				none;
	display:						inline;
	}
li.navi_list a{
	display:						block;
	padding:					5px 0;
	}
li.navi_list a:hover{
	padding-bottom:				4px;
	background-color:			#EEE;
	border-bottom:				1px solid #777;
	border-right:				1px solid #777;
	}
li#ON a{}/*指定なし*/

/*コンテンツの指定*/
div#CONTENTS{
	float:						left;
	width:						75%;
	padding:					0 10px;
	}
div.contents{
	margin-bottom:				20px;
	}
h2.contents_title{
	margin-bottom:				10px;
	padding:					5px 0 5px 15px;
	color:						#570000;
	background-image:			url(../img/list.gif);
	background-position:		0 50%;
	background-repeat:			no-repeat;
	border-bottom:				1px dotted #570000;
	}
h3.subtitle{
	margin:						5px 0;
	padding:					5px;
	border-left:					7px solid #570000;
	}
div.scroll_area{}
ul.top{
	margin-top:					20px;
	text-align:					right;
	}
li.page_top{
	list-style-type:				none;
	}

/*フッターの指定*/
div#FOOTER{
	clear:						both;
	text-align:					right;
	border-top:					1px solid #000;
	padding:					10px;
	}
div.footer_menu{}/*指定なし*/
ul.footer{}/*指定なし*/
li.footer_list{
	list-style-type:				none;
	}

/*その他テンプレートのための指定*/
ul.browser{list-style-type:none;  margin:10px 0;}
li.browser_list{display:inline;  margin-right:10px;}
ul.download{list-style-type:none;  margin:10px 0;}
li.download_list{display:inline;  margin-right:10px;}
ul.banner{list-style-type:none;  margin:10px 0;}
li.banner_list{display:inline;  margin-right:10px;}
