@charset "utf-8";

/*
	ビジュアル
----------------------------------------------------------- */
body.sitemap #visualBody {
	margin: 0 0 0 0;
}
body.sitemap #visualArea {
	margin: 0 auto 0 auto;
	width: 900px;
	height: 100px;
	background: none;
}

/*
	コンテンツエリア
----------------------------------------------------------- */
body.sitemap #contentsBody {
	margin: 50px 0 100px 0;
}
body.sitemap #contentsArea {
	margin: 0 auto 0 auto;
	width: 900px;
}

/*
	サイトマップ
----------------------------------------------------------- */
body.sitemap #contentsSummary {
	margin: 0 0 45px 0;
}
body.sitemap #contentsSitemap {
	background: url(../images-common/dott.gif) top repeat-x;
}
body.sitemap #contentsSitemap li {
	background: url(../images-common/dott.gif) bottom repeat-x;
	padding: 20px 0;
}
body.sitemap #contentsSitemap li .title {
	float: left;
	width: 200px;
	padding: 0 0 0 15px;
}
body.sitemap #contentsSitemap li .caption {
	float: right;
	width: 670px;
}
