@charset "utf-8";

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

/* H1 - H6
-------------------------------------------- */
h3 {
  margin: 40px 0 30px 5px;
}


/* Column
-------------------------------------------- */
#columnLeft {
  float: left;
  margin-top: 20px;
  margin-bottom: 50px;
  width: 253px;
  padding: 5px;
  border: solid 1px #aaa;
}
#columnRight {
  float: right;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 50px;
  width: 253px;
  padding: 5px;
  border: solid 1px #aaa;
}
#columnLeft h4, #columnRight h4 {
  height: 2em;
  background-color: #336699;
  line-height: 2em;
  border: double 3px #000;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 120%;
  color: #fff;
}
#columnLeft h5 {
  padding: 10px 7px 5px;
  letter-spacing: 0.1em;
  font-size: 110%;
  font-weight: bold;
  color: #336699;
}
#columnRight h5 {
  padding: 10px 7px 5px;
  letter-spacing: 0.1em;
  font-size: 110%;
  font-weight: bold;
  color: #ff6600;
}
#columnLeft p, #columnRight p {
  line-height: 1.3;
  font-size: 95%;
}


/* Table
-------------------------------------------- */
table.phase {
  margin-bottom: 10px;
  border: solid 1px #ccc;
}
table.phase th {
  height: 1.8em;
  background-color: #003366;
  line-height: 1.8em;
  color: #fff;
} * html table.phase th {
    font-size: 80%;
  }
table.phase td {
  padding: 5px;
  vertical-align: top;
  font-size: 85%;
} * html table.phase td {
    font-size: 70%;
  }
table.phase td.emphasis {
  color: #ff0000;
}
table.phase td img {
  padding: 5px;
} * html table.phase td img.center {
    margin-right: 40px;
  }


/* Text
-------------------------------------------- */
p.attention {
  margin-left: 30px;
  width: 460px;
  padding: 7px 40px 7px 7px;
  background: url(../img/icon.gif) no-repeat right center;
  border-top: dotted 2px #006633;
  border-bottom: dotted 2px #006633;
} * html p.attention { /* for ie6 bug fix */
    width: 530px;
  }


/* Definition List
-------------------------------------------- */
dl#tool {
  margin-left: 20px;
  padding: 10px;
}
dl#tool dt {
  float: left;
  width: 135px;
  font-weight: bold;
  color: #336699;
}
dl#tool dd {
  margin-left: 135px;
  min-height: 2.5em;
  height: auto !important;
  height: 2.5em;
  padding-left: 10px;
  border-left: solid 1px #ccc;
}