@charset "utf-8";
@import url("./reset.css");

h1 {
	font-weight: 100;
	line-height: 12px;
	text-align: center;
	color: #777777;
}

#container {
	background-color:#FFFFFF;
	color: #000000;
	margin: 0 auto;
	width: 900px;
}
#topbanner {
	width: 100%;
	margin: 0 0 10px 0;
	min-height: 75px;
	text-align: left;
}
#topbanner_l {
	width: 100%;
	margin-right: -500px;
	padding: 10px 0 0 0;
	float: left;
}
#topbanner_r {
	width: 500px;
	height: 72px;
	float: left;
	font-weight: normal;
}
#menu_box {
	width: 100%;
	height: 300px;
}
#menu_l {
	float: left;
}
.side_menu {
	margin: 70px 30px 0 0;
}
#menu_r {
	float: left;
}
#footerbox {
	color: #5d5d5d;
	margin: 15px 0 0 0;
	width: 100%;
	font-size: 1.1em;
	text-align:left;
	clear: both;
	background-color: #FFFFFF;
	padding: 3px 0 10px 0;
	background: transparent url(../images/dot.png) repeat-x 0px 0px;
	position: relative;
}

.footer_l {
	list-style-type: none;
	float: left;
	width: 45%;
	margin: 0 0 0 10px;
}
p.footer_l a {
	text-decoration: none;
	color: #5d5d5d;
}

.footer_r {
	float: left;
}

#mapbox {
	width:100%;
	clear: both;
	position: relative;
	margin: 0 0 10px 0;
}
#map_canvas {
	width:100%;
	height:350px;
}
span.sup{
	vertical-align:super;
	font-size:0.7em;
}





