/* CSS Document */
@charset "utf-8";
#header {
	height: 70px;
}
#header #mio {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
#header #catch {
	text-align: right;
	padding-top: 10px;
	padding-right: 30px;
}
#header #catch p{
	color: #066;
	margin-top: 5px;
	margin-bottom: 0px;
}
#header #catch #btn_home {
	margin-right: 20px;
}

#wrapper1 {
	background-color: #FFF;
	width: 800px;
	background-image: url(../img/bace/page_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 20px;
	position: relative;
}
#wrapper1 #map_cmt  {
	text-align: left;
	float: left;
	left: 58px;
	top: 49px;
	position: absolute;
}
#wrapper1 #map_cmt p {
	margin-top: 5px;
	margin-bottom: 0px;
	color: #006;
}
#wrapper1 #map {
	clip: rect(auto,auto,auto,120px);
	margin-left: 150px;

}


#wrapper1 #wrapper_foot {
	background-image: url(../img/bace/page_foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
}
