@charset "utf-8";
table{
	border-top:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	font-size:100%;
	width:100%;
}
table th{
	border-bottom:1px #CCCCCC solid;
	border-left:1px #CCCCCC solid;
	font-weight:bold;
	text-align:center;
}
table td{
	border-bottom:1px #CCCCCC solid;
	border-left:1px #CCCCCC solid;
	text-align:left;
}
/*---------------------------------*/
div#AreaAPI{
	background:url(../img_common/back_Map.gif);
	margin-bottom:20px;
	padding:10px;
	text-align:left;
}
div#AreaAPI:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
div#AreaAPI{display:inline-block;}
html[xmlns] div#AreaAPI{display:block;}
* html div#AreaAPI{height:1%;}
div#GoogleMap{
	float:left;
	height:320px;
	width:340px;
}
div#select{
	float:right;
	width:200px;
}
#AreaSel{
	border:1px #FFFFFF solid;
	height:20px;
	margin-bottom:10px;
	width:200px;
}
#PointSel{
	width:198px;
	height:288px;
	border:solid 1px #FFFFFF;
	background-color:#FFFFFF;
	overflow:auto;
	line-height:1.4;
}
#PointSel ul{
	list-style-type:none;
	font-size:12px;
	width:171px;
	padding:5px;
}
#PointSel li{
	font-size:12px;
}
#PointSel a{
	color:#000000; text-decoration:none;
}

