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

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

/* h3 */
#content h3 {
  width: 730px;
  margin: 0.5em 0 0 20px; padding: 0.2em 0 0.2em 5px;
  border-bottom: 1px solid #007BBB;
  font-size: 1em;
  color: #747474;
}

/*------- list ------------*/
/* dl */
#content dl {
  width: 690px;
  margin-left: 30px;
}

#content dl dt {
}

#content dl dd {
  margin-left: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.48em;
}

#content dl dd ul {
  margin-top: 0.4em;
}

#content dl dd ul li,
#content dl dd ol li {
  margin-bottom: 0.3em;
}

#content dl dd dl {
  width: 440px;
  margin-top: 0.5em;
}

/* dl(dd) -> ul */
#content dl dd dl dd ul {
  margin-left: 0;
}

#content dl dd ol ul {
  margin-left: 0;
}

/*------- section ---------*/
#content .local_nav {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

