@charset "utf-8";
/* CSS Document */
/* Flash用のボックス */
#michi {
	clear:right;
	display: none;
}
/* Googlemap用のボックス*/
#gmap {
	z-index: 999;
	visibility: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
	background: url(../../about/images/map_bg.png);
	width: 800px;
	height: 550px;
	font-size: 0.8em;
}
#closebtn {
	margin: 10px 20px 0 0;
	text-align: right;
}
#closebtn a {
	background: url(../../about/images/close.gif) no-repeat right center;
	padding: 5px 25px 5px; 0;
	color: #FFFEEA;
}
#closebtn a:hover {
	background: url(../../about/images/close_hover.png) no-repeat right center;
}
#map {
	float: right;
	margin: 0 20px 0 0;
	background-color: #FFFEEA;
	width: 640px;
	height: 480px;
}
#map img {
	float: left;
	margin-right: 10px;
}
#changeover  {
	float: left;
	padding: 0 10px 0 10px;
}
#changeover ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#changeover ul li {
	display: block;
	width: 120px;
}
#changeover ul li a {
	display: block;
	padding: 5px 0 5px 15px;
	text-decoration: none;
	color: #FFFFFF;
}
#changeover ul li a:hover {
	background: url(../../about/images/changeover_bg.png) no-repeat left center; 
}
