@charset "utf-8";
/* CSS Document */

#fla {
	height: 500px;
	width: 100%;
}
#contents_sub #left_sub {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#contents_sub #light_sub {
	float: right;
	width: 580px;
	padding-top: 20px;
	padding-right: 20px;
}


#contents_top {
	background-image: url(../img/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 500px;
	width: 100%;
}
#contents_top #maintop {
	width: 849px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

.box_top1 {
	width: 273px;
	padding-right: 10px;
	float: left;
}
.box_top2 {
	width: 273px;
	padding-right: 5px;
	float: left;
	padding-left: 5px;
}
.box_top3 {
	width: 273px;
	float: right;
	padding-left: 10px;
}
#headertop {
	background-color: #F3F3F3;
	height: 23px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D0D0;
}

