@charset "utf-8";
/* CSS Document */



#header h1{margin: 0;padding: 0;}
#header h2{margin: 0;padding: 0;}
#header h3{margin: 0;padding: 0;}
#header ul{margin: 0;padding: 0;}
#header li{margin: 0;padding: 0;}



#menu ul li {
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0;
	font-weight: bold;
	height: 25px;
	width: 200px;
	list-style-type: none;
	text-align: center;
	background: url("images/bg_menu.jpg") top;
	padding-top: 0px;
	vertical-align:middle;
}

#menu ul li	a{
	background: url("images/bg_menu.jpg") top;
	display: block;
	height: 25px;
	width: 200px;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
	
}

#menu ul li	a:hover{
	background-position:bottom;
	color: #6C6;
}

#menu ul li.basho	a{background: url("images/bg_menu_basho.jpg") top;}
#menu ul li.basho	a:hover{background: url("images/bg_menu_basho.jpg") bottom;}
#menu ul li.bunrui	a{background: url("images/bg_menu_bunrui.jpg") top;}
#menu ul li.bunrui	a:hover{background: url("images/bg_menu_bunrui.jpg") bottom;}
#menu ul li.about	a{background: url("images/bg_menu_thissite.jpg") top;}
#menu ul li.about	a:hover{background: url("images/bg_menu_thissite.jpg") bottom;}
#menu ul li.link	a{background: url("images/bg_menu_link.jpg") top;}
#menu ul li.link	a:hover{background: url("images/bg_menu_link.jpg") bottom;}

#menu ul li.link	{background: url("images/bg_menu_link.jpg") top;}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background:url(images/bg_enokoro.jpg);

}
#header {
	margin-top: 0px;
	overflow: hidden;
}

#content {
	
	
}




#content h2 {
	margin-left: 20px;
}
#content ul li {
	margin: 20px;
}
#content {
	height: 600px;
	padding: 30px;
}


#footermenu li {
	float: left;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	font-size:14px;
}
#footermenu {
	width: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	
}
#footer p {
	clear: both;
	margin: 20px;
}
