@charset "UTF-8";

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

/* index */


#sitemap h2{
	clear: both;
	height: 100px;
	background-color: transparent;
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
}

.sitemap{}

.home{
	background-image: url(img/home.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 60px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.home a{
	line-height: 35px;
	font-weight: bold;
}


#sitemap_l{
	float: left;
	width: 460px;
	margin-bottom: 15px;
}


#sitemap_r{
	float: right;
	width: 460px;
	margin-bottom: 15px;
}

#sitemap_l h3,#sitemap_r h3{
	background-image: url(../img/common/title01.gif);
	background-repeat: no-repeat;
	line-height: 35px;
	font-weight: bold;
	height: 35px;
	margin-bottom: 5px;
	padding-left: 60px;
}

.ft{
	margin-bottom: 10px!important;
}



#sitemap_l h3 a,#sitemap_r h3 a{
	line-height: 35px;
	font-weight: bold;
}

#sitemap_l ul,#sitemap_r ul{
	margin-left: 45px;
	margin-bottom: 15px;
}

#sitemap_l li,#sitemap_r li{
	background-image: url(../img/common/brown_ya.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	padding: 3px 0px 3px 15px;
}

