﻿@charset "utf-8";

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

/* Contents
-------------------------------------------- */

/* ---A price list */
table {
  margin: 0 auto 10px;
  width: 530px;
  border-collapse: collapse;
  border: solid 1px #aaa;
}
th {
  width: 160px;
  height: 2.5em;
  padding-left: 1em;
  border: solid 1px #aaa;
  border-left: 0;
  border-right: 0;
  line-height: 2.5em;
  text-align: left;
  font-size: 90%;
} * html th { /* for ie6 bug fix */
    font-size: 75%;
  }
td {
  height: 2.5em;
  padding-left: 1em;
  border: solid 1px #aaa;
  border-left: 0;
  border-right: 0;
  line-height: 2.5em;
  font-size: 90%;
} * html td { /* for ie6 bug fix */
    font-size: 75%;
  }
/* ---A price list Color */
table.blue th {
  background-color: #E5E7F6;
}
table.blue tr.startLine th, table.blue tr.startLine td {
  border-top: solid 3px #336699;
}
table.grey th {
  background-color: #eee;
}
table.grey tr.startLine th, table.grey tr.startLine td {
  border-top: solid 3px #3a3a3a;
}
table.campaign th {
  background-color: #f3faf2;
}
table.campaign tr.startLine th, table.campaign tr.startLine td {
  border-top: solid 3px #4fbf3f;
}

/* ---Attention */
#contents ul.attention {
  margin: 15px 25px;
}
#contents ul.attention li {
  list-style-type: circle;
}

/* ---Estimate Form */
#estimate {
  margin: 30px auto 10px;
  width: 540px;
}
#estimate h4 {
  margin-bottom: 10px;
}
fieldset {
  margin: 20px auto 30px;
  font-size: 10pt;
}
fieldset ul {
  margin: 10px;
}
fieldset li {
  clear: both;
  list-style: none;
  padding-bottom: 10px;
}
fieldset li#privacy {
  margin-top: 10px;
  padding-top: 10px;
  border-top: dotted 1px #bbb;
}
fieldset textarea {
  overflow: hidden;
}
fieldset label {
  width: 140px;
  float: left;
  padding-left: 5px;
}
fieldset input#submitImg {
  width: 94px;
  height: 27px;
}
fieldset input#resetImg {
  margin-left: 20px;
  width: 94px;
  height: 27px;
}