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

/* ===== sitemap ===== */
div#siteMap {}

div#siteMap h2 {
	margin: 0px -10px 10px;
	padding-left: 13px;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #CCCCCC;
	background-image: url(../img/bg_h3.gif);
	background-position: 4px 1px;
	background-repeat: no-repeat;
	font-size: 110%;
	line-height: 1.5;
}

div#sitemapL {
	float: left;
	width: 280px;
	padding: 0px 10px;
}

div#sitemapR {
	float: right;
	width: 280px;
	padding: 0px 10px;
}

div#siteMap ul { list-style: none;}

div#siteMap li {
	background-image: url(../img/arrow_menu_2.gif);
	background-position: left 0.5em;
	background-repeat: no-repeat;
	margin-left: 0;
	padding-left: 15px;
}

div#siteMap ul li li { background-image: url(../img/arrow_side.gif);}

div#sitemapOther {
	background-image: url(../img/dot_side.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 10px;
	padding-top: 10px;
}

div#sitemapOther ul li {
	background-image: url(../img/arrow_menu_1.gif);
	background-position: left 0.3em;
	padding-left: 20px;
}
