@charset "utf-8";
/* CSS Document */
#wrapper{
	background: #998;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	position: absolute;
	bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
#header{
	background: #fff;
	height: 150px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	
}
#main_main{
	height: 450px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF9;
	}
#navi{
	background: #006837;
	height: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	top: 600px;
}
#navi nav{
	background: #006837;
	height: 50px;
	width: 628px;
	margin-right: auto;
	margin-left: auto;
}
#navi nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navi nav ul li{
	float: left;
	margin: 8px 20px 16px;
}
#footer{
	background-color: #FFF;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	top: 650px;
	bottom: 0;
	font: 11px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	}
#footer p{
	position: absolute;
	right: 20px;
}
#about{
	height: 800px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background: #FF3;
}
#menu{
	background-position: center top;
	-moz-background-size: 100% 450px;
	background-size: 100% 450px;
	height: 3500px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	top: 150px;
	position: absolute;
}

#access{; 	visibility: visible;
	overflow: scroll;
	right: 50%;
	display: block;
	margin-right: auto;
}
