@charset "utf-8";
/* CSS Document */
@import url("base.css");

.title{
	float:left;
	margin-left:20px;
}
.box{
	float:left;
	width:802px;
	margin-left:19px;
	color:#333;
	line-height:1.5em;
	padding-top:15px;
	margin-bottom:20px;
}
.not{
	color:#900;
}
.blue{
	color:#09C;
	font-weight:800;
	font-size:larger;
}
#map{
	float:left;
	width:802px;
	height:600px;
	margin-left:20px;
}