@charset "UTF-8";

.subContentsArea ul{
font-size:12px;
line-height:150%;
margin:0px;
padding:0px;
}

.subContentsArea ul li {
	font-size:12px;
	line-height:150%;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background: url(../../sitemap/img/ic_home.gif) no-repeat 0 4px;
	line-height: 160%;
	list-style-type: none;
}
.subContentsArea ul li ul {
	font-size:12px;
	line-height:150%;
　// ul の背景に点線の画像を設定
; 			background-image: url(../../sitemap/img/ic_bk.gif);
	background-repeat: no-repeat;
	background-position: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.subContentsArea ul li ul.category li {
	font-size:12px;
	line-height:150%;
　// 長さ 300px あるのでマイナスで位置調整
; 			background-image: url(../../sitemap/img/ic_category.gif);
	background-repeat: no-repeat;
	background-position: 1px -283px;
	list-style-type: none;
	margin: 10px;
}
.subContentsArea ul li ul.page li {
	font-size:12px;
	line-height:150%;
	background-image: url(../../sitemap/img/ic_page.gif);
	background-repeat: no-repeat;
	background-position: 1px -283px;
	list-style-type: none;
}
.subContentsArea ul li ul li.last {
background-color: #FFFFFF; // 点線の表示を消すため、背景と同じ色にします。
}
