/* サイトマップ */
#cnt .sitemap{
	margin: 10px auto auto 15px;
	padding-left: 25px;
	font-size: 90%;
	background-image: url(../img/q_circle.gif);
	background-position: 5px 2px;
	background-repeat: no-repeat;
	color:#666666;
	line-height: 1.4em;
}

#cnt .sitemap_x{
	margin: 10px auto 0 15px;
	padding-left: 25px;
	font-size: 75%;
	color: #F87A32;
}

#cnt .sitemap_y{
	margin: 10px auto auto 15px;
	padding-left: 25px;
	font-size: 90%;
	background-image: url(../img/g_circle.gif);
	background-position: 5px 2px;
	background-repeat: no-repeat;
	color:#999999;
	line-height: 1.4em;
}

#cnt .sitemap a, a:active, a:visited{
	color:#666666;
	text-decoration: none;
	line-height: 1.4em;
}

#cnt .sitemap a:hover{
	color:#666666;
	text-decoration: underline;
	line-height: 1.4em;
}

#cnt .sitemap_d{
	margin: 10px auto auto 30px;
	padding-left: 15px;
	font-size: 80%;
	background-image: url(../img/a_arrow.gif);
	background-position: 5px 2px;
	background-repeat: no-repeat;
	color:#666666;
	line-height: 1.4em;
}

#cnt .sitemap_d a, a:active, a:visited{
	color:#666666;
	text-decoration: none;
	line-height: 1.4em;
}

#cnt .sitemap_d a:hover{
	color:#666666;
	text-decoration: underline;
	line-height: 1.4em;
}