﻿@charset "utf-8";

/* About this file ===============================
 * FirstAuthor  : D. Ogido
 * CreateDate   : 2008-08-12
 * LastAuthor   : D. Ogido
 * LastUpdate   : 2008-08-12
 * AboutThis    : a contents style ( for sitemap )
================================================== */

/* Contents Site Map
-------------------------------------------- */
h3 {
  margin: 30px 60px 0 30px;
  height: 1.5em;
  border-left: solid 5px #2a5580;
  border-bottom: solid 1px #ccc;
  background: none;
  line-height: 1.5em;
  text-indent: 10px;
  letter-spacing: 0.3em;
  font-size: 10pt;
  font-weight: bold;
  color: #333;
}
#contents ul {
  margin-left: 60px;
}

/* --- First Line Set Up --- */
#contents li {
  background-image: url(../img/tree1.gif);
  background-repeat: no-repeat;
  text-indent: 2em;
  line-height: 200%;
}
#contents li.start {
  background-image: url(../img/tree3.gif);
  line-height: 50%;
}
#contents li.null {
  background-image: url(../img/tree2.gif);
}

/* --- Second Line Set Up --- */
#contents li.secondLineTypeA {
  margin-left: 3.5em;
}
#contents li.secondLineTypeB {
  background-image: url(../img/tree4.gif);
  text-indent: 5.5em;
}
#contents li.secondLineTypeBnull {
  background-image: url(../img/tree5.gif);
  text-indent: 5.5em;
  padding-bottom: 1em;
}

/* --- Third Line Set Up --- */
#contents li.thirdLineTypeA {
  margin-left: 5.5em;
}
#contents li.thirdLineTypeB {
  background-image: url(../img/tree6.gif);
  text-indent: 9em;
}
#contents li.thirdLineTypeBnull {
  background-image: url(../img/tree7.gif);
  text-indent: 9em;
  padding-bottom: 1em;
}
#contents li.thirdLineTypeC {
  background-image: url(../img/tree9.gif);
  text-indent: 9em;
}
#contents li.thirdLineTypeCnull {
  background-image: url(../img/tree8.gif);
  text-indent: 9em;
  padding-bottom: 1em;
}

/* ---  Cancel Set Up of Space（padding-bottom） --- */
#contents li.cancell {
  padding-bottom: 0em;
}