/***************************************

	サイトマップページ

***************************************/

.sitemap{
	width:800px;
	border-top:1px solid #ff589b;
	margin:0 0 30px 0px;
	float:left;
	}
.sitemap dt{
	width:800px;
	background-color:#fffae6;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #ffe4db;
	padding:3px 0;
	font-weight:700;
	}
.sitemap dd{
	float:left;
	padding-left:15px;
	margin:10px 0 0 20px;
	background:url(../img/arrow.gif);
	background-repeat:no-repeat;
	}
	
.sitemap2{
	width:800px;
	border-top:1px solid #666666;
	margin:0 0 30px 0px;
	float:left;
	}
.sitemap2 dt{
	width:800px;
	background-color:#e5e5e5;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #bbbbbb;
	padding:3px 0;
	font-weight:700;
	}
.sitemap2 dd{
	float:left;
	padding-left:15px;
	margin:10px 0 0 20px;
	background-repeat:no-repeat;
	}
