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

#header {
	background-image: url(../img/back_header.jpg);
	background-repeat: repeat-x;
	height: 172px;
	width: 100%;
}
#header #top {
	background-image: url(../img/back_header2_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 172px;
	width: 100%;
}
#img {
	background-image: url(../img/img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 605px;
	width: 100%;
	text-align: center;
}
#menutop {
	background-image: url(../img/back_menu.jpg);
	background-repeat: repeat-x;
	height: 208px;
	width: 100%;
}
#contents_top {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#contents_sub {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#footer {
	background-image: url(../img/back_footer_1.jpg);
	background-repeat: repeat-x;
	height: 250px;
	width: 100%;
}
#footer #under {
	background-image: url(../img/back_footer2_2.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}
#contents_sub #left_sub {
	float: left;
	width: 680px;
}
#contents_sub #right_sub {
	float: right;
	width: 200px;
}
