@charset "utf-8";
body {
	color: #000;
	padding: 0px;
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,SimSun,Arial,Helvetica,sans-serif;
}

#wrapper{
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	text-align: left;
	background-repeat: repeat;
	padding-right: 10px;
	padding-left: 10px;
}


#header {
	height: 82px;
	margin: 0;
	padding: 0;
}

#header #navi {
	list-style-type: none;
	margin-top: 0px;
	position: relative;
}

#header #navi ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#header #navi  li{
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	height: 28px;
	width: 120px;
	vertical-align: middle;
	padding-top: 5px;
	font-size: small;
	font-weight: bold;
	background-color: #FBF0DC;
}

#header #navi li:hover{
	color: #F5FF95;
	text-decoration: none;
	text-align: center;
	background-color: #F5E4B8;
}


#header #navi a{
	color: #350405;
	text-decoration: none;

}

#container{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	min-height:900px;
	height:auto;

}

#content {
	clear: both;
	width: auto;
	text-decoration: none;
}



#content div center h4 {
	color: #006;
}

#footer
{
	height:20px;
	width:840px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding-top: 5px;
}
