@charset "UTF-8";

/*sitemap*/

/*タイトル*/
#contents h2{
	background-image: url(../images/sitemap/sitemapTitle.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 24px;
	margin-bottom: 5px;
}
#contentsBox {
	font-size: 75.02%;
	line-height: 1.5;
}

#contentsBox li{
	height: 24px;
	background-image: url(../images/sitemap/bullet01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	margin-bottom: 0.5em;
	margin-left: 30px;
}

#contentsBox li.second{
	background-image: url(../images/sitemap/bullet02.gif);
	background-repeat: no-repeat;
	margin-left: 47px;
}

#contentsBox a{
	color: #000000;
	text-decoration: underline;
}
#contentsBox a:hover{
	color: #FF0C72;
}

