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

#header {
	height: 80px;
	background-image: url(../img/back_header.jpg);
	background-repeat: repeat-x;
}
#header #logo_top {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#fla {
	height: 470px;
}
#botton {
	height: 30px;
	background-image: url(../img/botton_back.jpg);
	background-repeat: repeat-x;
}
#main_top {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	background-image: url(../img/back_botton_under.jpg);
	background-repeat: no-repeat;
}
#main_top #left_top {
	float: left;
	width: 650px;
}
#footer {
	height: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	padding-top: 20px;
}
#img_sub {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	padding-top: 20px;
}

