@charset "utf-8";

/********************************************************************************

   サイトマップスタイル 

********************************************************************************/

/* ------------------------------------------------------------------------
   共通スタイル
------------------------------------------------------------------------ */

/*----- h2　カテゴリータイトル -----*/

body#sitemapCat h2#category-title-bg {
	background:url(/sitemap/common/images/h2-category.gif) right top no-repeat;
}


/* ------------------------------------------------------------------------
   表組み
------------------------------------------------------------------------ */

.sitemap-list p {
	font-weight:bold;
	background:url(/common/images/component/border-dots.gif) left bottom repeat-x;
	margin:0 0 0.5em 0;
}

ul.sitemap-lv1 li {
	background:url(/common/images/component/border-dots.gif) left bottom repeat-x;
	font-weight:bold;
	margin:0.5em 0;
	padding:0 0 0.5em 1em;
}

ul.sitemap-lv2 {
	margin:0 0 0 8em;
	padding:0 0 0 0.5em;
}

ul.sitemap-lv2 li {
	background:url(/common/images/icon/arrow-right.gif) 0 0.4em no-repeat;
	font-weight:normal;
	font-size:100%;
	padding:0 0 0 20px;
	margin:0;
}

ul.sitemap-lv2 li.area-title {
	padding:0;
	margin:10px 0 0 0;
	background:none;
}

ul.sitemap-lv3 {
	margin:0 0 0 8em;
	padding:0 0 0 0.5em;
}

ul.sitemap-lv3 li {
	background:url(/common/images/icon/arrow-right.gif) 0 0.4em no-repeat;
	font-weight:normal;
	padding:0 0 0 20px;
	margin:0;
}


