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


#header {
	width: 100%;
	background-image: url(../img/back_header_top.jpg);
	background-repeat: repeat-x;
	height: 75px;
}
#bottontop {
	background-image: url(../img/back_botton_top.jpg);
	height: 71px;
	width: 100%;
	padding-bottom: 10px;
}
#bottonsub {
	background-image: url(../img/back_botton_sub.jpg);
	height: 71px;
	width: 100%;
	padding-bottom: 10px;
}

#contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contents #lefttop {
	float: left;
	width: 200px;
	padding-right: 15px;
}
#contents #cntertop {
	float: left;
	width: 470px;
	background-image: url(../img/back_centertop.jpg);
	background-repeat: repeat-y;
}
#contents #lighttop {
	float: right;
	width: 200px;
	background-image: url(../img/back_left2.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(../img/back_foot.jpg);
	background-repeat: repeat-x;
	height: 82px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
}
#footer #under {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 10px;
}
#fla {
	height: 420px;
	width: 100%;
}
#contents #lightsub {
	float: right;
	width: 670px;
}
