@charset "utf-8";

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

/* Definition List
-------------------------------------------- */
/* --- Company Info --- */
dl.information {
  margin: 20px auto 40px 10px;
  width: 550px;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 20px;
}
dl.information dt {
  float: left;
  width: 140px;
  padding: 5px 0 5px 5px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
dl.information dd {
  margin-left: 140px;
  width: 370px;
  border-left: 1px solid #999;
  padding: 5px 5px 5px 20px;
}
