@charset "UTF-8";

/*---------------------------------------------

Contact Page CSS

for eigo820.com
coded by d-spica at 2008-11-04
linked to "/contact/&page-name.html"

---------------------------------------------*/

 
@import url(default.css);
@import url(common.css);


div#contents h1.page-title {
  background: url(../img/lower/bg-h1-contact.png) no-repeat;
}

div#main div.section table th,
div#main div.section table td {
  border: solid 1px #CCC;
}

div#main div.section form table {
  width: 100%;
  border: solid 1px #CCC;
}

div#main div.section form table th {
  text-align: left;
}

div#main div.section form table th span.also {
  font-size: 93%;
}

div#main div.section form table td.button {
  text-align: center;
}

div#main p.guide-nav {
  display: none;
}


