/*サイトマップ
---------------------------------------------------------------*/

.map-group {
	padding-top: 20px;
	padding-bottom: 30px;
}

.map-group h2 {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}


.heightLine {
	width: 190px;
	margin-top: 10px;
	float: left;
	padding-bottom: 5px;
}
.Line {
	width: 190px;
	margin-top: 10px;
	float: left;
	padding-bottom: 5px;
}

h3 {
	font-size: 13px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../../images/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/*text-indent: 12px;*/
}
.heightLine li {
	padding-left: 10px;
	font-size: 12px;
	margin-bottom: 1px;
}
.Line li {
	padding-left: 10px;
	font-size: 12px;
}



.map-group a {
	color: #009900;
	background-color: #FFFFFF;
}
.heightLine a {
	color: #666666;
	display: block;
	padding: 1px;
	text-decoration: underline;
}
.heightLine a:hover {
	color: #666666;
}
.Line a {
	color: #666666;
	display: block;
	font-weight: normal;
	text-decoration: underline;
}
.Line a:hover {
	color: #666666;
}

.head a {
	color: #666666;
	font-weight: bold;
}
.head a:hover {
	color: #666666;
	font-weight: bold;
}
.map-group h2 a {
	background-color: #FFFFFF;
}
