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

#header {
	height: 50px;
	background-image: url(../img/back_header.jpg);
	margin-bottom: 0px;
}
#logo {
	height: 70px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header #botton {
	height: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#contents #left {
	float: left;
	width: 590px;
}
#contents #light {
	float: right;
	width: 290px;
}

#image {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-image: url(../img/back_foot.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
	color: #828282;
}
