@charset "UTF-8";








/* header */
.header {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 850px;
	text-align: center;
	margin-top: 0px;
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 75%;
	line-height: 150%;
	background-color: #E2D1AD;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header_a {
	position: relative;
	width: 850px;
	margin-top: 0px;
	height: 210px;
}
.header_a_a {
	position: absolute;
	width: 850px;
	height: 165px;
	top: 0px;
}
.header_a_b {
	position: absolute;
	width: 850px;
	top: 60px;
	text-indent: 50px;
}

body {
	text-align: center; /* center on ie */
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.body_a {
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}







/* base */
.base {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.base_a {
	width: 530px;
	position: relative;
	left: 320px;
	padding-top: 50px;
}
.base_b {
	position: absolute;
	width: 250px;
	top: 0px;
	background-color: #E2D1AD;
}








/* navi */
.navi {
	width: 300px;
	line-height: 500%;
}








/* banner */
.banner {
	background-color: #E2D1AD;
	width: 200px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 25px;
	padding-left: 25px;
	top: 500px;
}
.banner_a {
	margin-bottom: 15px;
}
.banner_b {
	margin-bottom: 1px;
}








/* footer */
.footer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 80px;
	background-color: #E2D1AD;
	text-align: center;
	line-height: 100%;
	padding-top: 20px;
	font-size: 75%;
}

