﻿@charset "utf-8";

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

/* Flow Chart
-------------------------------------------- */
dl#flow {
  margin-left: 15px;
}
dl#flow dt {
  margin: 0;
  height: 40px;
  background: url(../img/h3.jpg) no-repeat left center;
  line-height: 40px;
  text-indent: 25px;
  letter-spacing: 0.1em;
  font-size: 110%;
  font-weight: bold;
  color: #336699;
}
dl#flow dt span {
  color: green;
}
dl#flow dd {
  margin: 20px;
  background: url(../img/flow_cursor.jpg) no-repeat center bottom;
  padding: 5px 20px 45px;
  border-left: solid 5px #2a5580;
}
