/* --------------------------------- MAIN ---------------------------------- */
/* sitemap */
dl.sitemap {
	width: 250px;
	margin-bottom: 100px;
	}
dl.sitemap dt {
	font-weight: bold;
	color: #3399cc	;
	background: url(../images/sitemap/main_category_back.jpg) top left no-repeat;
	border-bottom: solid 2px #000000;
	padding: 0 0 2px 20px;
	margin: 15px 0 0 0;
	}
dl.sitemap dd {
	margin: 7px 0 0 20px;
	}

dl#LEFTCOL {
	float: left;
	}
dl#RIGHTCOL {
	float: right;
	}

dl.sitemap dd ul.subcategory {
	list-style: none;
	padding: 0;
	margin: 0;
	}
dl.sitemap dd ul.subcategory li {
	background: url(../images/sitemap/sub_category_back.jpg) top left no-repeat;
	padding: 0 0 0 21px;
	margin: 0 0 0.3em 0;
	}


