@charset 'UTF-8';

/*見出し*/
h2 { background: url(../images/sitemap/heading.gif) no-repeat; }

ul.sitemap {
	list-style: none;
	margin-bottom: 3em;
}

ul.sitemap li {
	font-size: 80%;
	margin-bottom: 1.5em;
	padding-left:50px;
}

ul.sitemap li a:hover {
	color: #f60;
	text-decoration: none;
}