@charset "Shift_JIS";

/*sitemap.css*/

/*------------------------------------------------------------w850px コンテンツ*/
#contents{
	width:850px;
	background:url(../../sitemap/img/bg_contents.gif) repeat-y center;
	margin:0 0 0 7px;
}
#contents_top{
	width:850px;
	height:5px;
	background:url(../../sitemap/img/bg_contents_top.gif) no-repeat 0 0;
}
#contents_bottom{
	width:850px;
	height:5px;
	background:url(../../sitemap/img/bg_contents_bottom.gif) no-repeat 0 0;
}

/*--------------------左カラム*/
#contents_l{
	width:410px;
	float:left;
}
#contents_l ul{
	margin:15px 0 0 25px;
}
#contents_l li{
	font-size:16px;
	border-left:5px solid #876E5C;
	margin:0 0 25px 0;
	padding:0 0 0 10px;
	line-height:18px;
}

/*--------------------右カラム*/
#contents_r{
	width:410px;
	float:right;
}
#contents_r h2{
	color:#704620;
	font-weight:bold;
	font-size:16px;
	margin:15px 0 0 5px;
}
#contents_r ul{
	margin:5px 0 0 20px;
}
#contents_r li{
	font-size:14px;
	background:url(../img/icon01.gif) no-repeat 0 50%;
	padding:0 0 0 7px;
	margin:0 0 10px 0;
}