@charset "utf-8";
/* CSS Document */

#sitemap ul{
	margin:0 10px;
}

#sitemap ul li{
	background-image:url(../img/yajirusi-red.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:20px;
	margin-bottom:20px;
}

#sitemap ul li.s{
	background-image:url(../img/yajirusi-red03.png);
	background-repeat:no-repeat;
	background-position:5px 7px;
	padding-left:20px;
	margin-bottom:20px;
}


@media screen and (min-width:960px){
	#sitemap ul li a:hover{
		text-decoration:underline;
	}
}