@charset "UTF-8";

#main {
  margin: 0 10px;
}

#main h1 {
  margin: 20px 0 10px 0;
  height: 40px;
  background: transparent url(img/contact_title.png) no-repeat center;
}

#main h1.contact_finish {
  margin: 20px 0 10px 0;
  height: 40px;
  background: transparent url(img/contact_finish.png) no-repeat center;
}

div.headline {
  margin : 0 0 20px 0;
  text-align: center;
  font-weight: bold;
}

h2.mail_contact {
  margin: 0 0 10px 0;
  height: 40px;
  background: transparent url(img/mail_contact.png) no-repeat center;
}

h2.direct_contact {
  margin: 0 0 10px 0;
  height: 40px;
  background: transparent url(img/direct_contact.png) no-repeat center;
}

h2.contact_confirm {
  margin: 0 0 10px 0;
  height: 40px;
  background: transparent url(img/contact_confirm.png) no-repeat center;
}

h3 {
  color: #8f2e14;
  font-family: serif;
  border-bottom: 1px solid #99ab4e;
}

div.caution {
  margin: 10px;
  padding: 10px;
  font-size: 0.9em;
  font-weight: bold;
  border: 1px solid #fcc800;
  color: #c5a05a;
}

div.entry_form {
  text-align: center;
}

#main table {
  margin: 10px auto;
  padding: 0;
  width: 500px;
  border-collapse: collapse;
  border: 1px solid #7b5544;
}

#main table th {
  margin: 0;
  padding: 3px;
  background-color: #7b5544;
  color: #fff;
  border: 1px solid #fff;
  text-align: left;
}

#main table td {
  margin: 0;
  padding: 3px;
  border: 1px solid #7b5544;
  text-align: left;
}

#main table td textarea {
  width: 490px;
  height: 200px;
}

div.direct_contact_box {
  margin: 10px 50px;
}

div.direct_contact_box dl {
  margin: 0 50px;
  padding: 0;
}

div.direct_contact_box dl dt {
  font-weight: bolder;
  margin: 10px 0 5px 0;
}

div.direct_contact_box dl dd {
  margin: 0 10px 0 0;
}

