#header {
	width: 800px;
}
#body {
	height: auto;
	width: 700px;
	margin: 0px;
	padding: 50px;
	clear: both;
	float: none;
}
#image {
	width: 480px;
	height: 600px;
	float: left;
}
.image_center {
	text-align: center;
	vertical-align: middle;
	display: block;
}
#menu {
	float: right;
	width: 250px;
	padding-top: 5px;
	padding-right: 5px;
	height: 500px;
}
#footer {
	clear: both;
	width: 800px;
	background-image: url(image/footer_bg.gif);
	background-repeat: repeat-x;
	color: #5E3200;
	padding-top: 15px;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #CCC;
}
#navi {
	float: none;
	height: 30px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#navi_english {
	float: none;
	height: 30px;
	width: 510px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#navi_background {
	float: right;
	height: 27px;
	width: 800px;
	background-image: url(image/sub_menu_off.png);
	background-repeat: repeat-x;
}
