@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.6em;  color:#FFF;  line-height:1.6em;  text-align:center;
background-color:#A66A5B;background-image:url(../img/header.png);background-repeat:repeat-x;background-position:0 0;}
a{color:#FFCCBF;  text-decoration:none;}
a:hover{color:#FFBFF1;}
hr{display:none;}
h1{font-family:Verdana, Arial, "MS UI Gothic", Osaka, sans-serif;  font-size:1.6em;  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{margin:5px 0;padding:5px 0 5px 5px;border-left:5px solid #AAA;}
dd{margin:5px 0;}
blockquote{padding:5px;border:1px solid #A56B5C;background-color:#B57B6C;}
blockquote:hover{}/*指定なし*/
form{}/*指定なし*/
fieldset{border:none;}
legend{display:none;}
input{margin:3px 0;  font-family:Verdana, Arial, Osaka, serif;  font-size:1.0em;  color:#FFF;  background-color:#965A4B;  border:1px solid #B57B6C;}
textarea{margin:3px 0;  font-family:Verdana, Arial, Osaka, serif;  font-size:1.0em;  color:#FFF;  background-color:#965A4B;  border:1px solid #B57B6C;}
select{margin:3px 0;  font-family:Verdana, Arial, Osaka, serif;  font-size:1.0em;  color:#FFF;  background-color:#965A4B;  border:1px solid #B57B6C;}
input:focus, textarea:focus, select:focus{}/*指定なし*/
address{font-style:normal;}

/*各ID*/
div#TOP{
	margin:					0 auto;
	width:					780px;
	background-image:		url(../img/container_bg.png);
	background-repeat:		repeat-y;
	background-position:	100% 0;
	z-index:					0;
	}

div#CONTAINER{
	width:					780px;
	text-align:				center;
	background-image:		url(../img/header.png);
	background-repeat:		repeat-x;
	background-position:	0 0;
	z-index:					10;
	}
	

/*ヘッダーの指定*/
div#HEADER{
	width:					780px;
	height:					200px;
	text-align:				left;
	}

h1#name{
	width:					780px;
	margin:					0 0 5px 0;
	font-size:				1.2em;
	line-height:				150px;
	letter-spacing:			1.95em;
	}

h1#name a{
	color:					#FFF;
	}

h1#name a:hover{
	color:					#FFBFF1;
	}

li.topic_path{
	list-style-type:			none;
	float:					left;
	}

li.topic_path a{
	display:					block;
	margin:					0 15px 0 0;
	color:					#FFF;
	}

li.topic_path a:hover{
	color:					#FFBFF1;
	text-decoration:			none;
	background-image:		url(../img/topic_on.png);
	background-repeat:		repeat-x;
	}

/*ナビゲーションの指定*/
div#NAVI{
	clear:					both;
	float:					right;
	width:					170px;
	text-align:				left;
	}

h2.navi_title{
	width:					150px;
	padding:				5px 0 2px 20px;
	font-size:				1.0em;
	color:					#FFF;
	line-height:				40px;
	letter-spacing:			0.1em;
	background-image:		url(../img/navi_title.png);
	background-repeat:		repeat-x;
	background-position:	0 100%;
	}

ul.navi{
	list-style-position:		inside;
	}

li.navi_list{
	list-style-type:			none;
	display:					inline;
	}

li.navi_list a{
	display:					block;
	margin:					0 0 0 10px;
	width:					150px;
	padding:				0 0 0 10px;
	font-size:				0.95em;
	color:					#4F4F4F;
	line-height:				32px;
	letter-spacing:			0.1em;
	background-image:		url(../img/navi_a.png);
	background-repeat:		no-repeat;
	}

li.navi_list a:hover{
	background-image:		url(../img/navi_hover.png);
	background-repeat:		no-repeat;
	}

/*コンテンツの指定*/
div#CONTENTS{
	float:					left;
	width:					610px;
	color:					#FFF;
	text-align:				left;
	}

div.contents{}

h2.contents_title{
	margin:					15px 0;
	padding:				5px 9px;
	font-size:				1.0em;
	color:					#FFCCBF;
	line-height:				20px;
	letter-spacing:			0.75em;
	border-left:				5px solid #FFCCBF;
	}

div.text{
	padding:				0 5px 0 0;
	}

h3.subtitle{
	margin:					15px 0;
	padding:				5px 9px;
	font-size:				1.0em;
	letter-spacing:			0.5em;
	border-left:				5px solid #FF9980;
	}
div.scroll_area{
	overflow:				auto;
	height:					100px;
	}
ul.top{
	height:					35px;
	margin-top:				20px;
	text-align:				right;
	}
li.page_top{
	list-style-type:			none;
	padding:				0 20px 0 0;
	}

li.page_top a{
	color:					#FFF;
	border-bottom:			1px dotted #FFF;
	}

li.page_top a:hover{
	border:					none;
	}

/*フッターの指定*/
div#FOOTER{
	clear:					both;
	padding:				10px 0 50px 0;
	background-image:		url(../img/footer.png);
	background-repeat:		no-repeat;
	background-position:	0 100%;
	}
div.footer_menu{
	text-align:				left;
	}
div#FOOTER address{
	display:					block;
	}
ul.footer{
	display:					inline;
	}
li.footer_list{
	display:					inline;
	list-style-type:			none;
	margin:					0 5px 0 0;
	}

li#TOPBACK{
	display:					block;
	margin:					30px 190px 0 0;
	text-align:				right;
	}

/*その他テンプレートのための指定*/
ul.browser{list-style-type:none;  margin:10px 0;}
li.browser_list{display:inline;  margin-right:10px;  color:#B32400;}
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;}