@charset "utf-8";

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

	Sitemap CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
	
========================================== */

/* Sitemap
========================================== */
#contents .sitemap {
	margin: 0 0 20px;
	zoom: 1;
}

#contents .sitemap:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}

#contents .sitemap ul {
	float: left;
	margin: 0 10px 0 30px;
	width: 300px;
}

#contents .sitemap ul li {
	margin: 0;
	padding: 10px 0 10px 25px;
	border-bottom: 1px dotted #CCC;
	background: url(../../image/parts/ico_square_01.gif) no-repeat 10px 15px;
	font-size: 14px;
	line-height: 1.2;
}

#contents .sitemap ul li.home {
	background: url(../../sitemap_images/home.gif) no-repeat 5px 8px;
}

#contents .sitemap ul ul {
	float: none;
	margin: 0;
	width: auto;
}

#contents .sitemap ul li li {
	border-bottom: none;
	background: url(../../image/parts/ico_arrow_01.gif) no-repeat 10px 11px;
	padding-bottom: 0;
}

