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

#fla {
	width: 872px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../img/back_header2.jpg);
	background-repeat: no-repeat;
	height: 145px;
	width: 872px;
	margin-right: auto;
	margin-left: auto;
}
#contents_top {
	width: 872px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/back_contents.jpg);
	background-repeat: repeat-y;
}
#contents_top #left {
	float: left;
	width: 170px;
	padding-right: 15px;
	padding-left: 15px;
}
#contents_top #light {
	float: right;
	width: 650px;
}
#footer {
	height: 85px;
	width: 100%;
	background-image: url(../img/back_footer.jpg);
	background-repeat: repeat-x;
}
#footer #under {
	width: 872px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 33px;
	background-image: url(../img/back_footer2.jpg);
	background-repeat: no-repeat;
}

