@charset "utf-8";

/********************************************************************************

	サイトマップスタイル

********************************************************************************/

/* ========================================================================
	.sitemap
======================================================================== */
.sitemap {
	margin:0 10px 20px 10px;
}
.sitemap li {
	background:url(/sitemap/images/list-icon.gif) left bottom no-repeat;
	padding:10px 0 5px 35px;
	margin:0 0 20px 0;
}
.sitemap li.top {
	background:url(/sitemap/images/list-icon-top.gif) left bottom no-repeat;
}
.sitemap li.indent {
	margin-left:4em;
}

.sitemap li.indent-blog {
	background:url(/sitemap/images/list-icon-blog.gif) left bottom no-repeat;
	margin-left:4em;
}
