@charset "utf-8";


/* ****************************************_**************************************** */


/* Background Image */

body {
  background: url(../../../images/inquiry/background.jpg) top center no-repeat;
}


/* ****************************************_**************************************** */


/* Contents Area */

#contents_area {
  width: 770px;
  margin-top: 40px;
  font-size: 0.85em;
}

#contents_area h2 {
  height: 40px;
  background: url(../../../images/inquiry/h2_title.png) top left no-repeat;
}


/* ****************************************_**************************************** */


#inquiry_form dl {
  margin: 10px 0 0 0;
}

#inquiry_form dl dt {
  display: block;
  float: left;
  width: 150px;
  padding: 10px 0 0 0;
  text-align: right;
  clear: both;
}

#inquiry_form dl dd {
  display: block;
  padding: 10px 0 0 160px;
}

#inquiry_form dl dd {
  /* ie6 hack */
  _padding: 8px 0 0 110px;
}


/* Entry Form */

#inquiry_form {
  margin: 40px 0 40px 0;
}

#contents_area #inquiry_form h2 {
  height: 37px;
  background: url(../../../images/inquiry/h2_title02.png) top left no-repeat;
}

#contents_area #privacy h2 {
  height: 37px;
  background: url(../../../images/inquiry/h2_title03.png) top left no-repeat;
}

#privacy p, #inquiry_text p {
  margin: 15px 0 10px 15px;
}

#privacy {
  margin: 20px 0 40px 0;
}

/* ****************************************_**************************************** */
