﻿@charset "utf-8";

/* About this file ===============================
 * FirstAuthor  : D. Ogido
 * CreateDate   : 2008-04-07
 * LastAuthor   : D. Ogido
 * LastUpdate   : 2008-06-16
 * AboutThis    : a site map style
================================================== */

/* Contents
-------------------------------------------- */
#contents h3 {
  margin-top: 40px;
  margin-left: 30px;
}
#contents ul {
  margin-left: 50px;
}
/* 一列目設定 */
#contents li {
  background-image: url(../img/sitemap/tree1.gif);
  background-repeat: no-repeat;
  text-indent: 2em;
  line-height: 200%;
}
#contents li.start {
  background-image: url(../img/sitemap/tree3.gif);
  line-height: 50%;
}
#contents li.null {
  background-image: url(../img/sitemap/tree2.gif);
}
/* 二列目設定 */
#contents li.secondLineTypeA {
  margin-left: 3.5em;
}
#contents li.secondLineTypeB {
  background-image: url(../img/sitemap/tree4.gif);
  text-indent: 5.5em;
}
#contents li.secondLineTypeBnull {
  background-image: url(../img/sitemap/tree5.gif);
  text-indent: 5.5em;
  padding-bottom: 1em;
}
/* 三列目設定 */
#contents li.thirdLineTypeA {
  margin-left: 5.5em;
}
#contents li.thirdLineTypeB {
  background-image: url(../img/sitemap/tree6.gif);
  text-indent: 9em;
}
#contents li.thirdLineTypeBnull {
  background-image: url(../img/sitemap/tree7.gif);
  text-indent: 9em;
  padding-bottom: 1em;
}
#contents li.thirdLineTypeC {
  background-image: url(../img/sitemap/tree9.gif);
  text-indent: 9em;
}
#contents li.thirdLineTypeCnull {
  background-image: url(../img/sitemap/tree8.gif);
  text-indent: 9em;
  padding-bottom: 1em;
}
/* スペース（padding-bottom）の取り消し設定 */
#contents li.cancell {
  padding-bottom: 0em;
}