@charset "utf-8";
/* CSS Document */
a {
	color:#F59236;
	
}

a:hover{color:#0C0;}


h1,h2,h3,h4,h5,h6,ul,li{
	margin: 0;
	padding: 0;
}

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

#menu ul li	a{
	display: block;
	height: 25px;
	width: 200px;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
	font-size:0;
	background: url("images/bg_menu_basho.jpg") top;
}
#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;}


#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F6F6F6;
	padding-top: 0px;
	position:relative;
}
#header {
	margin-top: 0px;
	overflow: hidden;
}
#main_map {
	margin: 0 auto;
	text-align: center;
}
#content {
	margin: 0px;
	padding: 0px;
	width: 800px;
	
}
#map {
	width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#openbox_ekimae {
	background-color: #CF9;
	height: 165px;
	width: 200px;
	position: absolute;
	left: 550px;
	top: 700px;
	visibility: hidden;
	text-align:center;
	-moz-box-shadow: -10px 10px 5px #999; /*Firefox*/
	-webkit-box-shadow: -10px 10px 5px #999; /*Safari系*/
}

#openbox_benten {
	background-color: #CF9;
	height: 165px;
	width: 200px;
	position: absolute;
	left: 130px;
	top: 320px;
	visibility: hidden;
	text-align:center;
	-moz-box-shadow: -10px 10px 5px #999; /*Firefox*/
	-webkit-box-shadow: -10px 10px 5px #999; /*Safari系*/

}

#openbox_honmati {
	background-color: #CF9;
	height: 165px;
	width: 200px;
	position: absolute;
	left: 590px;
	top: 350px;
	visibility: hidden;
	text-align:center;
	-moz-box-shadow: -10px 10px 5px #999; /*Firefox*/
	-webkit-box-shadow: -10px 10px 5px #999; /*Safari系*/

}

#openbox_kitaguti {
	background-color: #CF9;
	height: 165px;
	width: 200px;
	position: absolute;
	left: 540px;
	top: 400px;
	visibility: hidden;
	text-align:center;
	-moz-box-shadow: -10px 10px 5px #999; /*Firefox*/
	-webkit-box-shadow: -10px 10px 5px #999; /*Safari系*/

}




#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;
}
