/* CSS Document */
/*サイトマップ*/
#MapContents {
	margin:20px;
}
#MapContents h2 {
	font-size: 14px;
	font-size: 14rem;
	line-height:180%;
	color: #333333;
	background-image: url(images/map_h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
	margin:10px 0px 0px 0px;
	padding:0px;
}
#MapContents h2 a:link{text-decoration: none; color:#333;}
#MapContents h2 a:activ{text-decoration: none; color:#333;}
#MapContents h2 a:visited{text-decoration: none; color:#333;}
#MapContents h2 a:hover{text-decoration: underline;	color:#017acd;}
#MapContents li a:link{text-decoration: none; color:#333;}
#MapContents li a:activ{text-decoration: none; color:#333;}
#MapContents li a:visited{text-decoration: none; color:#333;}
#MapContents li a:hover{text-decoration: underline;	color:#017acd;}


#MapContents ul{
	margin:5px 0px 10px 30px;
	padding:0px;
}
#MapContents li{
	font-size: 14px;
	font-size: 14rem;
	line-height:160%;
	color: #333333;
	background-image: url(images/map_li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 25px;
}

#MapContents td{
	vertical-align: top;
}

