@charset "utf-8";
/* CSS Document */

div#Gmaps{
	width: 100%;
	height: 450px;
	margin-bottom:20px;
	border:1px solid #999999;
	background-color:#66CCFF;
}

div.balloonInfo {
	width: 280px;
	margin-top:8px;
}

#Contents #googleMap {
	background-color:#F6F6F6;
	width: 99%;
	height: 420px;
	border: 1px solid #999999;
	padding: 0;
	margin-bottom: 20px;
 }