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

.FullMapView {
	position: absolute;
	height: 600px;
	width: 700px;
	left: 0px;
	top: 0px;
}
.HeadLine {
	vertical-align:middle;
	position:absolute;
	text-align: center;
	left:0px;
	top:0px;
	height: 50px;
	width: 700px;
	background-color: #C0C0C0;
}
.MapOverView {
	position: absolute;
	height: 450px;
	width: 500px;
	top: 50px;
	left:0px;
}
.TextRight {
	position: absolute;
	height: 450px;
	width: 200px;
	left: 500px;
	top: 50px;
	background-color: #C0C0C0;
}
.TextButtom {
	position: absolute;
	height: 95px;
	width: 700px;
	top: 500px;
	left: 0px;
	background-color: #C0C0C0;
}