@charset "utf-8";

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

/* Accordion
-------------------------------------------- */
h3 {
  margin-bottom: 0;
}
#accordion {
  width: 530px;
}
.header {
  margin-bottom: 5px;
  width: 530px;
  cursor: pointer;
  text-align: right;
}
.content {
  overflow: hidden;
}
.text {
  margin-bottom: 10px;
  width: 530px;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 10px;
}


/* Definition List
-------------------------------------------- */
dl.listStyle {
  margin-left: 25px;
  width: 500px;
  border-left: double 3px #336699;
  font-size: 90%;
  font-weight: bold;
}
dl.listStyle dt {
  float: left;
  width: 100px;
  padding: 3px 0 3px 15px;
  color: #336699;
}
dl.listStyle dd {
  margin-left: 110px;
  border-left: solid 1px #ccc;
  padding: 3px 10px;
}
dl.listStyle dd p {
  margin-bottom: 0;
  font-weight: normal;
}