@charset "Shift_Jis";
*{
	margin:						0;
	padding:					0;
	background-color:			transparent;
	}

/*基本指定*/
html{height:100%;}
body{font-family:Verdana, Arial, "ＭＳ Ｐゴシック", Osaka, serif;  font-size:0.9em;  color:#494949;  line-height:180%;  text-align:center;  background-color:#FBFBFB;}
table,tr,td{font-family:Verdana, Arial, "ＭＳ Ｐゴシック", Osaka, serif;  font-size:1.0em;  color:#494949;  line-height:180%;  background-color:#FBFBFB;}

a{color:#AEAEAE;  text-decoration:none;}
a:hover{color:#E898B3; text-decoration:underline;}
hr{display:none;}
h1{font-family:Verdana, Arial, "MS UI Gothic", Osaka, sans-serif;  font-size:2.0em;  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:#f0f0f0;}
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:					730px;
	background-image:		url(../img/bg.gif);
	background-repeat:		repeat-y;
	background-position:	50% 0;
	}

div#CONTAINER{
	width:					730px;
	text-align:				center;
	}
	

/*ヘッダーの指定*/
div#HEADER{
	width:					730px;
	text-align:				left;
	background-image:		url(../img/header.gif);
	background-repeat:		no-repeat;
	background-position:	0 0;
	}
h1#name{
	width:					730px;
	height:					218px;

	padding:				50px 0 0 30px;
	background-image:		url(../img/title.jpg);
	background-repeat:		no-repeat;
	background-position:	0 100%;
	letter-spacing:			0.65em;
	}
h1#name a{
	color:					#FFF;
	}
h1#name a:hover{
	color:					#E898B3;
	}
ul#TOPIC{
	height:					50px;
	padding:				0 0 0 15px;
	background-image:		url(../img/topic_bg.gif);
	background-repeat:		no-repeat;
	background-position:	0 0;
	}
li.topic_path{
	list-style-type:			none;
	float:					left;
	line-height:				50px;
	}
li.topic_path a{
	display:					block;
	padding:				0 15px;
	color:					#E898B3;
	line-height:				50px;
	}
li.topic_path a:hover{
	color:					#FFF;
	text-decoration:			none;
	background-image:		url(../img/topic_on.gif);
	background-repeat:		repeat-x;
	}

/*ナビゲーションの指定*/
div#NAVI{
	clear:					both;
	float:					right;
	width:					195px;
	text-align:				left;
	}
h2.navi_title{
	width:					174px;
	height:					30px;
	padding:				0 0 0 5px;
	color:					#FFF;
	line-height:				30px;
	background-image:		url(../img/navi_title.gif);
	}
ul.navi{
	list-style-position:		inside;
	}
li.navi_list{
	list-style-type:			none;
	display:					inline;
	}
li.navi_list a{
	display:					block;
	width:					174px;
	padding:				0 0 0 5px;
	line-height:				30px;
	background-image:		url(../img/navi_list.gif);
	}
li.navi_list a:hover{
	text-decoration:			none;
	background-image:		url(../img/navi_list_hover.gif);
	}

li#ON a{
	background-image:		url(../img/navi_list_on.gif);
	}

/*コンテンツの指定*/
div#CONTENTS{
	float:					left;
	width:					535px;
	text-align:				left;
	background-image:		url(../img/contents_bg.gif);
	background-repeat:		repeat-y;
	position:				0 0;
	}
div.contents{
	margin:					20px 10px 10px 25px;
	}
h2.contents_title{
	margin:					10px 0 20px 0;
	padding:				5px;
	color:					#E898B3;
	letter-spacing:			0.2em;
	}

h2.contents_title:first-letter{
	margin:					0 3px 0 0;
	padding:				10px;
	font-size:				1.2em;
	font-weight:				bold;
	color:					#FFF;
	background-color:		#E898B3;
	}

h3.subtitle{
	margin:					10px 0;
	padding:				5px;
	border-left:				5px solid #E898B3
	}
div.scroll_area{
	overflow:				auto;
	height:					100px;
	}
ul.top{
	margin-top:				20px;
	text-align:				right;
	}
li.page_top{
	list-style-type:			none;
	}

/*フッターの指定*/
div#FOOTER{
	clear:					both;
	padding:				10px 0 50px 0;
	color:					#565656;
	background-image:		url(../img/footer.gif);
	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;}


.box {
	float: left;
	width: 70%;
	margin-left: 15%;

	margin-bottom: 20px;
	text-align: left;
}
