@charset "utf-8";


#header {
	height:100px;
	background:url(../../img/share/head_bg.jpg) bottom left no-repeat;
	margin-bottom:0px;
}

/*----------------------------------------------------
sitemap
----------------------------------------------------*/

.sitemap h5{
	display:block;
	float:left;
	font-weight:normal;
	margin:0 10px;
	width:130px;
}

.categoryBox a.a_green {
	padding-right:5px;
}



.sitemap ul{
	display:block;
	float:left;
	padding-bottom:10px;
	/*width:380px;*/
}

.sitemap ul li{
	background:url(../img/li_bg02.gif) no-repeat left top;
	display:block;
	padding-bottom:5px;
/*	height:30px;*/
	padding-left:50px;
}

.sitemap ul li.topA{
	background:url(../img/li_bg01.gif) no-repeat;
}

.sitemap ul li.topB{
	background:url(../img/li_bg04.gif) no-repeat;
}

.sitemap ul li.bottom{
	background:url(../img/li_bg03.gif) no-repeat;
}

