@charset "utf-8";

/*
body {text-align:center;}
.co_wrap {text-align:left;}
*/
#map_container {
	width:680px;
	height:416px;
	margin:10px auto;
	background:#166c13;
	position:relative;
	text-align:left;
}
#map {
	width:676px;
	height:412px;
	position:absolute;
	z-index:1;
	top:2px;
	left:2px;
}
#map2_container {
	width:425px;
	height:255px;
	background:#ccc;
	border:1px solid #999;
	position:relative;
	text-align:left;
}
#map2 {
	width:423px;
	height:253px;
	position:absolute;
	z-index:1;
}
#controls {
	width:66px;
	height:250px;
	position:absolute;
	top:5px;
	left:7px;
	z-index:2;
}
#maptype {
	width:200px;
	height:30px;
	position:absolute;
	z-index:3;
	top:5px;
	left:545px;
}
#maptype2 {
	width:200px;
	height:30px;
	position:absolute;
	z-index:3;
	top:0px;
	left:270px;
}
