@charset "UTF-8";
/*========================================================
----------------------------------------------------------

マップページ用

----------------------------------------------------------
========================================================*/
h2 {
	line-height: 0.0em;
	font-size: 0.0em;
	text-indent: -9999px;
	background: url(../images/map/title01.gif) no-repeat 8px 0px;
	width: 56px;
	height: 116px;
	float: left;
}

h3.subTitle {
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

h4 {
	clear: both;
}

.explanation {
	margin: auto;
	width: 85%;
	padding-bottom: 10px;
}

.explanation dl {
	padding: 0px;
	margin: 0px;
}
.explanation dt {
	font-size: 1.0em;
	font-weight: bold;
	color: #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.explanation dd {
	padding-bottom: 1.2em;
}

.mapDetailFrame {
	background: #AA8058;
	margin-bottom: 30px;
	padding: 15px 10px 0px 10px;
}

.mapDetailFrame ol {
	margin-left: 25px;
}
.mapDetailFrame ul {
	margin-left: 25px;
}

.explanation a {
	color: #0000ff;
	text-decoration: underline;
}
.explanation a:visited {
	color: #0000ff;
	text-decoration: underline;
}
.explanation a:hover {
	color: #ff0000;
	text-decoration: none;
}

p.main {
	font-weight: bold;
}

p.sub {
	clear:both;
	padding-bottom: 5px;
}

#maparea {
	width: 100%;
	height: 500px;
	margin-bottom: 1.3em;
}

