@charset "Shift_JIS";


#sitemap {
	text-align: left;
	width: 580px;
	padding-bottom: 20px;
	color: #666666;
	}

#sitemap ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background: url(../../images/sitemap/ic-home.gif) no-repeat 0 4px;
	line-height: 200%;
	list-style-type: none;
}

#sitemap ul li ul {
	background: url(../../images/sitemap/ic-bk.gif) no-repeat 11px 0;
	list-style-type: none;　// ul の背景に点線の画像を設定
}

#sitemap ul li ul.category li {
	background: url(../../images/sitemap/ic-category.gif) no-repeat 1px -385px;
	list-style-type: none;　// 長さ 300px あるのでマイナスで位置調整
}

#sitemap ul li ul.page li {
	background: url(../../images/sitemap/ic-page.gif) no-repeat 1px -385px;
	list-style-type: none;
}

#sitemap ul li ul li.last {
	background-color: #ffffff; // 点線の表示を消すため、背景と同じ色にします。
}

