@charset "utf-8";
/*--------------------------------------*/
/* CSS Document                         */
/* Style CSS                            */
/* Version: 2009/02/20                  */
/* Author: D.Yabushita @ G-ONE inc.     */
/*--------------------------------------*/
#content .categoryTitle {
  display: block;
  width: 490px;
  height: 22px;
  background: url(../images/title.gif) no-repeat left top;
  text-indent: -99999px;
}
#content .entryMain {
  width: 455px;
  margin: 0 auto;
}
#content .entryBody {
  width: 438px;
  margin: 0 0 0 auto;
  padding-bottom: 20px;
}
#content .entryBody1 {
  width: 438px;
  padding-bottom: 20px;
}
#content h3 {
  border-left: 8px solid #900;
  font-size: 15px;
  height: 23px;
  line-height: 23px;
  margin: 20px 0;
  padding-left: 10px;
}
#content .entryBody p {
  margin: 1em 0;
}
#content .entryBody dt {
  font-weight: bold;
  background: url(../../common/images/list_bullet.gif) no-repeat left center;
  padding-left: 1em;
  margin-top: 1em;
}
#content .entryBody dd {
  padding-left: 1em;
  margin-bottom: 1em;
}
#content .entryBody .redbox {
  border: 1px solid #900;
  width: 370px;
  padding: 10px;
  margin: 1em 0;
}
#content .entryBody .red {
  color: #900;
}
#content .tableStyle01 caption {
  text-align: left;
}
#content .tableStyle01 th,
#content .tableStyle01 td {
  border: 1px solid #fff;
  padding: 5px;
}
#content .tableStyle01 th {
  background-color: #e9e9e9;
  text-align: center;
  font-weight: normal;
}
#content .tableStyle01 td {
  background-color: #8e8e8e;
  color: #fff;
}
