@charset "UTF-8";

@import "../css/import.css";

/*-------------------------------------------
---------------------------------------------sitemap*/

.sitemap h2{
	background: url(img/menu_bg.gif) no-repeat;
	width:220px;
	height:40px;
	text-indent:3em;
	margin:0 0 10px 0;
	padding:0;
	line-height:40px;
}

.sitemap h2 a{
	line-height:40px;
}

.sitemap ul{
	margin:0 0 10px 40px;
}

.sitemap li{
	background: url(img/ya.gif) no-repeat 0px 5px;
	text-indent:1em;
	margin-bottom:4px;
}

.mapL{
	width:220px;
	float:left;
	margin-left:30px;
}

.mapR{
	width:220px;
	float:left;
	margin-left:30px;
}

