@charset "utf-8";

/******************** サイトマップ ******************************/
/****************************************************************/


/*** h2タイトル下のマージン ***/
.h2_margin{
	margin-bottom:20px;
	}

/*** サイトマップbox ***/
#sitemap-box{
	width:890px;
	}

#sitemap-box ul{
	list-style:none;
	}

#sitemap-box dt{
	margin:0px 0px 5px 0px;
	}

#sitemap-box dd{
	line-height:1.5;
	}

/*** 左box ***/
#sitemap-left{
	float:left;
	padding:10px 0px 10px 0px;
	width:430px;
	}

#sitemap-left span{
	padding:0 0 0 10px;
	line-height:150%;
	background:url(../images/icon_nw2.gif) no-repeat 0 0;
	}


/*** 右box ***/	
#sitemap-right{
	float:right;
	padding:10px 0px 10px 0px;
	width:400px;
	}	
	
	
#sitemap-right span{
	padding:0 0 0 10px;
	line-height:150%;
	background:url(../images/icon_nw2.gif) no-repeat 0 0;
	}

/*** インナーbox　2列用背景 ***/
.sitemap-inner{
	clear:both;
	overflow: hidden;/* clearfixの代わり */
	zoom: 1;/* clearfixの代わり（IE6） */
	margin:0px 0px 10px 0px;
	padding:10px 20px;
	width:850px;
	_width:890px;
	background:url(../sitemap/images/sitemap_inner_bg.gif) repeat-y 0 0;
	}


