/* contact.css */



body.contact {
}

body.contact #contents h2.head {   /* title */
  margin:0 0 15px 0;
  background-image:url(../img/contact/title.gif);
}



/* contact.html */
body#contact #contents {
  height:430px;
  margin:0 0 40px 0;
  padding:15px 15px 0 0;
  background:url(../img/format/direc.gif) no-repeat 285px 85px;
}
html>body#contact #contents {
  height:420px;
}

body#contact #contents h3 {
  width:330px;
  height:70px;
  margin:0 0 20px 0;
  text-indent:-999em;
  background:url(../img/format/logo-jp.gif) no-repeat left top;
}

body#contact #contents table.data {
  width:auto;
  margin:0 0 15px 25px;
}
body#contact #contents table.data tr.last th,
body#contact #contents table.data tr.last td {
  border-bottom:0;
}
body#contact #contents table.data th {
  padding:5px 10px;
  color:#fff;
  background:#7db4d5;
  border-bottom:solid 1px #fff;
}
body#contact #contents table.data td {
  border-right:0;
  border-bottom:solid 1px #ccc;
}

body#contact #contents ul.note {
  margin:0 0 0 25px;
  list-style-type:none;
}
body#contact #contents ul.note li {
  padding:0 0 0 16px;
  line-height:1.5em;
  background:url(../img/format/icon-ball.gif) no-repeat left center;
}

