@charset "utf-8";
 
/*=========================================================================
use :
common to this site / import
target :
The whole of this site
=========================================================================*/
#mapContainer,
#mapContainer #baseMap,
#mapContainer #overContainer {
	width:508px;
	height:360px;
}

#mapContainer {
	position:relative;
}
#mapContainer #baseMap {
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}
#mapContainer #overContainer {
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
}
#mapContainer .nameChip {
	position: absolute;
	top:0;
	left:0;
	z-index: 50;
}
#mapContainer .nameChip a {
	display:block;
	font-size: 90%;
	padding:2px 3px;
	border:1px solid #666666;
	background-color:#ebefee;
}
#mapContainer .nameChip a:hover {
	background-color:#ffffff;
}

#mapContainer .nameChip_p {
	position: absolute;
	top:0;
	left:0;
	z-index: 50;
}
#mapContainer .nameChip_p a {
	display:block;
	font-size: 90%;
	padding:1px 3px;
	border:1px solid #666666;
	background-color:#879bb6;
	color:#ffffff;
}

#mapContainer .nameChip .listHead {
	float: left;
}
#mapContainer .nameChip .dropList {
	float: left;
	_margin-left: -1px; /* IE6 */
}

/* DropList */
#mapContainer .dropList {
	max-width: 200px;
	width:auto !important;
	width:100px;
	_width:auto; /* IE6 */
	height:1%;
	display:none;
	border-bottom:1px solid #666666;
	background-color:#eeeeee;
}
#mapContainer .dropList a {
	display:block;
	_width:200px; /* IE6 */
	font-size: 90%;
	padding:2px 3px;
	border:1px solid #666666;
	border-style:solid solid none solid;
	background-color:#eeeeee;
}
#mapContainer .dropList a:hover {
	background-color:#ffffff;
}

#searchByMap{
	display:none;
}
