@charset "utf-8";
/* CSS Document */
#contents_top {
	height: 600px;
}
#header {
	background-image: url(../img/back_header.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
#botton {
	height: 30px;
	background-image: url(../img/back_botton.jpg);
	background-repeat: repeat-x;
}
#main_top {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 25px;
}
#main_top #light_top {
	float: right;
	width: 200px;
}
#footer {
	height: 50px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#main_top #left_top {
	float: left;
	width: 700px;
}
#contents_sub {
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/back_contents_sub.jpg);
	background-repeat: no-repeat;
}
#contents_sub #left_subpage {
	float: left;
	width: 230px;
	padding-top: 35px;
	text-align: right;
}
#contents_sub #lightt_subpage {
	background-color: #512800;
	float: right;
	width: 696px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
}
#contents_sub #top_subpage {
	float: right;
	height: 180px;
	width: 696px;
	text-align: right;
}

