/* CSS Document */

#wrapper{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	/*border: 1px solid;*/
}



#header h1 {
	width:800px;
	height:80px;
	float:left;
	clear:both;
}



#navi{
	clear :both;
}


#navi li{
	width:100px;
	height:50px;
	float:left;
	list-style:none;
}


#sitemap{
	clear:both;
	text-align:center;
	font-size:11px;
	font-color:#BBB;
	font: "‚l‚r ‚o–¾’©", "MS PMincho", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", serif
}

#footer{
	clear :both;
}


#footer{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	margin-top:10px;
}	