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

#header {
	height: 70px;
	background-color: #FFFFFF;
	width: 800px;
	margin: auto;
}
#header #logo {
	float: left;
	width: 280px;
	padding-top: 16px;
	padding-bottom: 16px;
}
#bottontop {
	background-color: #FFCC99;
	height: 28px;
}
#bottontop #botton {
	height: 28px;
	width: 800px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#flash {
	height: 300px;
	margin: auto;
}
#contents #sub {
	width: 200px;
	float: left;
}
#contents #main {
	float: right;
	width: 570px;
}
#contents {
	margin: auto;
	width: 800px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#footer {
	background-image: url(../img/back_footer.jpg);
	background-repeat: repeat-x;
	height: 150px;
}
#footer #copy {
	width: 800px;
	margin: auto;
	font-size: 11px;
	height: 150px;
}
#image {
	margin: auto;
	height: 190px;
	width: 100%;
	background-image: url(../img/back_sub_image.jpg);
}

