@charset "utf-8";

@import url("./navigation.css");
@import url("./header.css");
@import url("./footer.css");


#container_body {
	width:715px;
	margin: 0px 40px 0px 40px;
	padding:0px 0px 0px 0px;
}

#container_body h4 {
	margin: 55px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	font-size:1.2em;
	font-weight:normal;
	color:#004aa8;
	border-bottom:1px solid #cccccc;
	line-height:100%;
}

h3 {
	width:735px;
	height:90px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:10px;
	text-indent:-9999px;
	background:url("../images/map_main_title.jpg") no-repeat top;
}

#container_body ul {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	font-size:0.8em;
}

#container_body ul li {
	margin: 10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
#container_body dl {
	margin: 15px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}

#container_body dl dt {
	margin: 15px 0px 5px 0px;
	padding:4px 0px 2px 5px;
	font-size:0.9em;
	line-height:1em;
	font-weight:bold;
	border-left:5px solid #999999;
}
