﻿@charset "utf-8";

/* About this file ===============================
 * FirstAuthor  : D. Ogido
 * CreateDate   : 2008-06-17
 * LastAuthor   : D. Ogido
 * LastUpdate   : 2008-06-17
 * AboutThis    : a contents style( for privacy )
================================================== */

/* Contents
-------------------------------------------- */

#contents h3 {
  padding: 20px 0;
  border-top: dotted 1px #666;
  letter-spacing: 0.1em;
  font-size: 120%;
  font-weight: bold;
}
#contents h3.borderNone {
	border: none;
}

#contents h4 {
  letter-spacing: 0.1em;
  color: #336699;
}

#contents ul {
  margin: 0 0 1em 30px;
}
#contents ul.childList {
  margin: 0 0 0 50px;
}
#contents li.listStyle {
  list-style-type: circle;
}
#contents ul.decimal li {
  list-style-type: decimal;
}