@charset "UTF-8";

/* ///////////////////////////////////////////////
title: contact.css
paths: css/contact.css
/////////////////////////////////////////////// */




div#contact h2 {
width: 600px;
height: 40px;
margin: 0 auto 10px;
background: url(../img/contact/contact_ttl.gif) no-repeat;
text-indent: -1000em;
text-align: left;
/*¥*/overflow: hidden;/**/
}

div#contact div.txtBox {
width: 558px;
margin-bottom: 15px;
padding: 10px;
border: #eaeaea 1px solid;
background: #f8f8f8;
}

div#contact div.formBox {
width: 578px;
border: 1px solid #ccc;
}



