/*==============================================

	sitemap

==============================================*/

.sitemap h2
{
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 15px;
	padding-bottom: 5px;
}

.sitemap #index h2 a:hover img
{
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}

.sitemap #index ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sitemap #index li.fl
{
	width: 325px;
}

.sitemap #index .sub-nav li
{
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2.0;
}

.sitemap #index .sub-nav li a
{
	background: url(../../_common/img/ico_arrow_r.png) 0 50% no-repeat;
	padding-left: 15px;
}

