@charset "utf-8";
/*-------------------------------------
  /voice/
-------------------------------------*/
#main_content h1 {
  width: 512px; height: 50px;
  margin-left: 10px;
  background: url(/images2/voice/h1.gif) no-repeat;
}

#main_content h2 {
  width: 480px; 
  margin: 8px 0 0.5em 9px; padding: 9px 0 0.5em 14px;
  background: url(/images2/voice/h2.jpg) 0 0 no-repeat;
  font-size: 1em;
  color: #747474;
}

#main_content dl {
  width: 490px;
  margin-left: 18px;
}
#main_content dl dt {
  margin-top: 1em;
  margin-bottom: 0.2em;
  padding: 0.5em;
  border: 1px solid #D1D1D1;
  line-height: 1.4em;
}
#main_content dl dt#top {
  margin-top: 0;
}
#main_content dl dd {
  margin-left: 1.8em;
  font-weight: bold;
  color: #990000;
  line-height: 1.4em;
}
#main_content dl dd.detail {
  padding: 0.7em;
  font-weight: normal;
  color: #000;
  background: #F9F7E6;
  border: 1px solid #F4F0CF;
  display: none;
  line-height: 1.45em;
}
#main_content dl dd.detail img {
  float: right;
  padding-left: 5px;
}

/* corporate_philosophy */
#main_content #corporate_philosophy {
  width: 470px;
  margin: 7px 0 1em 12px; padding: 0.8em 0.8em 0.3em 0.8em;
  border: 1px solid #316B2E;
}

#main_content #corporate_philosophy h2 {
  width: 300px;
  margin: 0 0 0.5em 0; padding: 0.5em 0 0.5em 0.8em;
  background: none;
  border-bottom: 1px solid #316B2E;
  font-size: 1.1em;
  color: #316B2E;
}

#main_content #corporate_philosophy p {
  width: auto;
  margin-left: 10px;
  margin-bottom: 0.5em;
}

#main_content #corporate_philosophy img {
  float: right;
  padding: 0.5em;
}

