@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  index.css
 style info :  サイトマップページcss
=================================================================== */

/*----------------------------------------------------------------------------------
		 								サイトマップ
------------------------------------------------------------------------------------*/

div#sitemap {
	width: 401px;
	margin: 0 0 35px 74px;
	background: url(/sitemap/images/bg_sitemap.gif) 0 0 repeat-y;
}

div#sitemap span {
	display: block;
	line-height: 1.6;
}

div#sitemap h3.home {
	background: url(/sitemap/images/bg_sitemap1_bottom.gif) 0 bottom no-repeat;
	padding-bottom: 9px;
	margin: 0;
}

div#sitemap h3.home span {
	background: url(/sitemap/images/bg_sitemap1_top.gif) 0 0 no-repeat;
	padding: 4px 0 0 20px;
}

div#sitemap ul.second {
	margin: 0 0 0 39px;
}

div#sitemap ul.second li {
	padding: 19px 0 0 0;
}

div#sitemap ul.second li h3 {
	background: url(/sitemap/images/bg_sitemap2_bottom.gif) 0 bottom no-repeat;
	padding-bottom: 9px;
	margin: 0;
}

div#sitemap ul.second li h3 span {
	background: url(/sitemap/images/bg_sitemap2_top.gif) 0 0 no-repeat;
	padding: 4px 0 0 73px;
}


div#sitemap ul.third {
	margin: 0;
}

div#sitemap ul.third li {
	padding: 19px 0 0 0;
}

div#sitemap ul.third li h4 {
	background: url(/sitemap/images/bg_sitemap3_bottom.gif) 0 bottom no-repeat;
	padding-bottom: 9px;
	margin: 0;
}

div#sitemap ul.third li h4 span {
	background: url(/sitemap/images/bg_sitemap3_top.gif) 0 0 no-repeat;
	padding: 4px 0 0 174px;
}


/* リスト最後用 */

div#sitemap ul.second li.last h3 {
	background: url(/sitemap/images/bg_sitemap2end_bottom.gif) 0 bottom no-repeat;
	padding-bottom: 9px;
	margin: 0;
}

div#sitemap ul.second li.last h3 span {
	background: url(/sitemap/images/bg_sitemap2end_top.gif) 0 0 no-repeat;
	padding: 4px 0 0 73px;
}


div#sitemap ul.third li.last h4 {
	background: url(/sitemap/images/bg_sitemap3end_bottom.gif) 0 bottom no-repeat;
	padding-bottom: 9px;
	margin: 0;
}

div#sitemap ul.third li.last h4 span {
	background: url(/sitemap/images/bg_sitemap3end_top.gif) 0 0 no-repeat;
	padding: 4px 0 0 174px;
}

