@charset "shift_jis";

#map{
	width:780px;
	height:500px;
	
}


#maphd{
	height:27px;
}

#mapttl{
	height:23px;

	border-top:solid 1px silver;
	border-left:solid 1px silver;
	border-right:solid 1px silver;
	width:auto;
}


#mapbody{
/*	border :solid 1px silver;*/
	width:780px;
	height:500px;
	/*overflow: auto;
	overflow-x:hidden;
	overflow-y:scroll;*/

}

#mapft{
	font-size:75%;
/*
	height:25px;
	padding:5px;
*/
}


#lv01{ background-color:#63FFFF;}
#lv02{ background-color:#2961A5;}
#lv03{ background-color:#0800CE;}
#lv04{ background-color:#00B242;}
#lv05{ background-color:#42FF08;}
#lv06{ background-color:#FFFF00;}
#lv07{ background-color:#FF8200;}
#lv08{ background-color:#FF8EFF;}
#lv09{ background-color:#FF0073;}
#lv10{ background-color:#CE0000;}





/* ---------------------------------------------------------------------------- */

.submaphd-l{
	text-align:left;
	float:left;
}



.submaphd-r{
	float:right;
}


.submaphd-l span {
	padding-left: 0.5em;
	color: #34496E;
	font-size: 140%;
	font-weight:bold;
}


.dmy_box {
	clear:both;
}

.dmy_box_r {
	clear:right;
}
/* ---------------------------------------------------------------------------- */

.maptabs{
	width: auto;
	overflow: hidden;
}

.maptabs ul{
	margin: 0;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
}

.maptabs li{
	display: inline;
	margin: 0;
}

.maptabs li a{
	float: left;
	width:44px;
	display: block;
	text-decoration: none;
	text-align:right;
	margin: 0;
	padding: 7px 8px; 
	border-right: 1px solid #fff; /*right divider between tabs*/
	color: #333;
	background:#ddd; /*silver;*/
}

.maptabs li a:visited{
	color: #fff;

}

.maptabs li a:hover, .maptabs li.selected a{
	background: #fff;
	color:#333;
}




/* ---------------------------------------------- */

