@charset "UTF-8";

@import url("header.css");
@import url("menu.css");
@import url("contents.css");
@import url("footer.css");
@import url("layout.css");

#form #contentsHeader{
  background:url(../img/contents_h2_form.gif) no-repeat;
}

#form .hissu{
  color:red;
  font-size:small;
}

#form .errStr{
  color:red;
}

#form dl.data dt{
  width: 10em;
  line-height: 1.6em;
}

#form dl.data dd{
  line-height: 1.6em;
  padding:0 0 10px 10em;
  margin:-1.6em 0 10px 0;
  border-bottom:1px dotted #ccc;
  
}
#form dl.data dd.nonForm{
  border-bottom:none;
}

#form #formCompany,
#form #formName,
#form #formDept,
#form #formMail{
  width:250px;
}

#form #formAdress{
  width:300px;
}

#form #formTel,
#form #formFax,
#form #formMobile{
  width:200px;
}

#form #formMessage{
  width:300px;
  height:6em;
}

#form p.extra {
  text-align:center;
}

#form .footer{
  background-color:#ECECEC;
  padding:10px;
  font-size:90%;
}

#form #commentThanks {

}
