
/* --- サイトマップエリア --- */
ul.sitemap {
width: 100%; /* サイトマップエリアの幅 */
font-weight: bold; /* 一旦全ての文字を太字にする */
list-style-type: none;
color: #2b2b2b;
}



/* --- 入れ子にされたリスト用 --- */
ul.sitemap ul {
list-style-type: none;
}



/* --- 全てのリスト項目 --- */
ul.sitemap li {
padding: 1px 0 0 10px; /* 1階層目のパディング（上右下左） */
background: url(../image/v_line1.gif) no-repeat left top; /* 1階層目の背景 */
line-height: 120%;
}



/* --- 2階層目のコンテナ --- */
ul.sitemap div.contentNav {
width: 100%; /* コンテナの幅 */
margin-top: 20px; /* コンテナの上マージン */
}


/* --- セクション（2階層目のリストエリア） --- */
ul.sitemap ul.section {
width: 49.9%; /* セクションの幅 */
float: left;
}


ul.sitemap ul.separator {
background: url(../image/v_separator.gif) repeat-y right top; /* セクション間の垂直区切り線 */
}


/* --- 2階層目以降のリスト項目 --- */
ul.sitemap ul.section li {
margin: 0 20px 20px 0; /* 2階層*/
background: url(../image/v_line2.gif) no-repeat left top; /* 2階層目の背景 */
}


/* --- 3階層目以降のリストエリア --- */
ul.sitemap ul.section ul {
margin: 7px 0 0 8px; 
font-weight: normal; /* 3階層目以降の文字をノーマルの太さに戻す */
}


/* --- 3階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li {
margin: 0 0 6px 0; /* 3階層目以降のマージン（上右下左）上書き */
padding: 0 0 2px 20px; /* 3階層目のパディング（上右下左）上書き */
background: url(../image/tree01.gif) no-repeat ; /* 3階層目の背景 上書き */
border-bottom: none; /* 3階層目以降の下境界線 上書き */
}


ul.sitemap ul.section ul li.last{
background: url(../image/tree02.gif) no-repeat 0 0.2em; /* 3階層目の背景 上書き */
}
