@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
}

#zone {
	position: relative;
	width: 840px;
	margin: 0px auto;
	text-align: left;
	background-color: #DFDCBE;
}

#header {
	position: relative;
	height: 90px;
}
#contents {
	position: relative;
	height: 530px;	
}
#menu {
	position: relative;
	width: 760px;
	height: 30px;
	left: 40px;
	background-color: #FFFFFF;
}

#footer {
	position: relative;
	width: 760px;
	height: 160px;
	left: 40px;
	background-color: #FFFFFF;
}
