@charset "utf-8";
#map_canvas {
	height: 560px;
	width: 560px;
	padding: 9px;
	border: 1px solid #F0F0F0;
	background-color: #F6F6F6;
}
#map-inner {
	height: 580px;
	width: 580px;
	padding: 9px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid #D6D6D6;
}