@charset "utf-8";
@import url("common.css");
@import url("navi.css");

#left {
	font-weight: normal;
	margin: 0px 0px 0px;
	padding: 0px;
	width: 400px;
	float: left;
}

#leftmap {
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 0px;
	width: 400px;
	vertical-align: bottom;
	z-index: 1;
	position: absolute;
}


#right {
	font-weight: normal;
	margin: 0 0 0;
	padding: 0px;
	width: 510px;
	text-align: left;
	float: right;
	position: relative;
	z-index: 20;
}

#right img {
	font-weight: normal;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

#left_toparea {
	height: 550px;
}
#maptitle {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 15px;
}
p.address {
	margin-bottom: 10px;
	line-height: 170%;
	margin-top: 10px;
}
#continar_map {
	width: 920px;
	text-align: left;
	padding-top: 100px;
	font-size: 12px;
	padding-left: 20px;
}
#continar_map a{
	font-size:100%;
}
#mapcontinar {
	min-height: 100%;
	height: auto !important; /* the bottom margin is the negative value of the footer's height */
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 0;
	margin-bottom: -30px;
}

.annotation{
	font-size:80%;
}

