@charset "UTF-8";
/* search_map.css */

body {
	text-align:center;
	margin:10px;
	padding:0px;
}
.areas_map_box {
	width:640px;
	margin:0px auto;
	text-align:left;
}
.areas_map_box iframe {
	border:1px solid #cccccc;
}
.areas_map_box small {
	font-size:80%;
}
