@charset "utf8";
div#map{
	float: left;
	width: 500px;
}
div#detail{
	float: right;
	width: 400px;
	font-size: 14px;
}
p#caution{
	font-size: 17px;
	background-color: #ffee77;
	padding: 7px 0 7px 0;
}