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

#contents {
	float: left;
	width: 100%;
}
#contents #fla {
	float: left;
	height: 770px;
	width: 100%;
}
#contents #main {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-bottom: 50px;
}
#contents #footer {
	float: left;
	height: 25px;
	width: 100%;
	background-color: #000000;
	background-image: url(../img/under.jpg);
	background-repeat: repeat-x;
}
