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

#header {
	background-image: url(../img/head.jpg);
	background-repeat: repeat-x;
	height: 70px;
}
#fla {
	height: 520px;
	margin-bottom: 15px;
}
#contents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#contents #light {
	float: right;
	width: 542px;
}
#contents #left {
	float: left;
	width: 232px;
}

