@charset "utf-8";
/* CSS Document */

/* --font-- */
.fonts0{
	font-size:10px;
	line-height:12px;
}

.fonts1{
	font-size:12px;
	line-height:14px;
}
.fonts2{
	font-size:12px;
	line-height:14px;
}
.fonts3{
	font-size:14px;
	line-height:18px;
}
.fonts4{
	font-size:18px;
	line-height:24px;
}
/* --font-- */

/* --link-- */
a:link{
	color:#FFFFFF; text-decoration:none;	
}
a:visited{
	color:#FFFFFF; text-decoration:none;
}
a:hover{
	color:#FF0000; text-decoration:none;
}
a:active{
	color:#FFFFFF; text-decoration:none;
}
/* --link-- */

/* --all-- */
*{
	margin:0px;
	padding:0px;
}
body{
	background-image:url(../image/index_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0 auto;
}
.float_left{
	float:left;
	margin:0;
}
.clear{
	clear:both;
}
.img{
	font-size:0px;
}

/* --all-- */

/* --header-- */
#header{
	width:800px;
	height:240px;
	margin:0 auto;
}
/* --header-- */

#main_box{
	width:800px;
	height:auto;
	margin:0 auto;
}

#prologue{
	width:700px;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
	font-size:12px;
	color:#333333;
	border-color:#333333;
	border:double;
}
.space{
	width:800px;
	height:auto;
	margin:0 auto;
}

/* --left_history-- */
#history_box{
	width:290px;
	height:auto;
	float:left;
}

.history_top{
	width:290px;
	height:44px;
	font-size:0px;
}
.history_left{
	width:12px;
}
.history_center{
	width:266px;
	height:auto;
	background-image:url(../images/history_03.png);
	background-repeat:repeat-y;
}
.history_right{
	width:12px;
}
.history_bottom{
	width:290px;
	height:30px;
}
/* --left_history-- */

/* --contents_base-- */
#contents_box{
	width:500px;
	height:auto;
	float:left;
	vertical-align:top;
}
.contents_base_top{
	width:500px;
	height:80px;
	font-size:0px;
}
.contents_base_left{
	width:20px;
	height:auto;
	float:left;
	font-size:0px;
}
.contents_base_center_base{
	width:470px;
	height:470px;
	background-image:url(../images/contents_base_03.png);
	background-repeat:repeat-y;
	float:left;
}
.contents_base_center{
	width:470px;
	height:auto;
	background-image:url(../images/contents_base_03.png);
	background-repeat:repeat-y;
	float:left;
	vertical-align:top;
}
.contetns_base_right{
	width:10px;
	height:auto;
	float:left;
	font-size:0px;
}
.contents_base_bottom{
	width:500px;
	height:11px;
	clear:both;
}
/* --contents_base-- */

/* --footer-- */
#footer{
	width:800px;
	height:20px;
	background-color:#333333;
	margin:0 auto;
	clear:both;
	color:#FFFFFF;
	vertical-align:middle;
}
#copyright{
	width:800px;
	height:12px;
	background-color:#333333;
	margin:0 auto;
	clear:both;
	color:#FFFFFF;
	vertical-align:middle;
}
/* --footer-- */