@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:#696969;  line-height:1.6em;  text-align:center;
background-color:#444444;}
a{color:#FFF;  text-decoration:none;}
a:hover{color:#177898;}
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 double #AAA;background-color:#D4D9CA;}
blockquote:hover{}/*指定なし*/
form{}/*指定なし*/
fieldset{border:none;}
legend{display:none;}
input{margin:3px 0;  font-family:Verdana, Arial, Osaka, serif;  font-size:1.0em;  border:1px solid #AAA;}
textarea{margin:3px 0;  font-family:Verdana, Arial, Osaka, serif;  font-size:1.0em;  border:1px solid #AAA;}
select{margin:3px 0;  font-family:Verdana, Arial, Osaka, serif;  font-size:1.0em;  border:1px solid #AAA;}
input:focus, textarea:focus, select:focus{}/*指定なし*/
address{font-style:normal;}

/*各ID*/
div#TOP{
	margin:					0 auto;
	width:					750px;
	background-image:		url(../img/bg.png);
	background-repeat:		repeat-y;
	background-position:	50% 0;
	}

div#CONTAINER{
	width:					750px;
	text-align:				center;
	}
	

/*ヘッダーの指定*/
div#HEADER{
	width:					750px;
	text-align:				left;
	background-image:		url(../img/header.png);
	background-repeat:		no-repeat;
	background-position:	0 0;
	}
h1#name{
	width:					750px;
	height:					100px;
	padding:				70px 0 0 40px;
	background-image:		url(../img/title.png);
	background-repeat:		no-repeat;
	background-position:	0 100%;
	font-size:				1.4em;
	letter-spacing:			0.65em;
	}
h1#name a{
	color:					#FFF;
	}
h1#name a:hover{
	color:					#177898;
	}
ul#TOPIC{
	height:					40px;
	margin:					0 25px;
	background-image:		url(../img/topic.png);
	background-repeat:		repeat-x;
	background-position:	0 0;
	}
li.topic_path{
	list-style-type:			none;
	float:					left;
	line-height:				40px;
	}
li.topic_path a{
	display:					block;
	padding:				0 15px;
	color:					#177898;
	line-height:				40px;
	}
li.topic_path a:hover{
	color:					#FFF;
	text-decoration:			none;
	background-image:		url(../img/topic_on.png);
	background-repeat:		repeat-x;
	}

/*ナビゲーションの指定*/
div#NAVI{
	clear:					both;
	float:					right;
	width:					195px;
	text-align:				left;
	}
h2.navi_title{
	width:					165px;
	padding:				5px 0 2px 5px;
	color:					#FFF;
	line-height:				40px;
	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;
	width:					165px;
	padding:				0 0 0 5px;
	line-height:				30px;
	border-bottom:			1px solid #292929;
	}
li.navi_list a:hover{
	text-decoration:			none;
	background-color:		#292929;
	}

/*コンテンツの指定*/
div#CONTENTS{
	float:					left;
	width:					550px;
	color:					#FFF;
	text-align:				left;
	}
div.contents{
	background-image:		url(../img/contents_bg.png);
	background-repeat:		repeat-y;
	position:				0 0;
	}

h2.contents_title{
	padding:				0 20px 0 60px;
	background-image:		url(../img/contents_header.png);
	background-repeat:		no-repeat;
	background-position:	0 0;
	font-weight:				bold;
	line-height:				70px;
	letter-spacing:			0.2em;
	}

div.text{
	padding:				0 20px 0 60px;
	}

h3.subtitle{
	margin:					10px 0;
	padding:				5px;
	border-left:				5px solid #6BB300
	}
div.scroll_area{
	overflow:				auto;
	height:					100px;
	}
ul.top{
	height:					50px;
	margin-top:				20px;
	background-image:		url(../img/contents_footer.png);
	background-repeat:		no-repeat;
	background-position:	0 100%;
	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:				center;
	}
div#FOOTER address{
	display:					block;
	}
ul.footer{
	display:					inline;
	}
li.footer_list{
	display:					inline;
	list-style-type:			none;
	margin-left:				5px;
	}

/*その他テンプレートのための指定*/
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;}