@charset "utf-8";

@import "common.css";


/* ---------------------------------------------------
sitemap.css
サイトマップ用CSS
--------------------------------------------------- */


/* ---------------------------------------------------
サイトマップ
--------------------------------------------------- */
.contentsBox p.sitemap {
	margin-bottom: 5px;
}

.contentsBox ul.sitemap {
	margin: 5px 17px 20px 37px;
	padding: 0;
	line-height: 1.5em;
}

.contentsBox ul.sitemap li {
	margin: 2px 0;
	padding: 0;
	list-style: none;
}

