body {
  margin: 0px;
  padding: 0px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
  font-size: 13px;
  line-height: 130%;
}

#wrap {
  text-align: center;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFFF;
  background-image: url(w_body.gif);
  background-repeat: repeat-y;
}

#header {
  text-align: left;
}

#copy {
  text-align: left;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}

#footer {
  text-align: left;
}

#footer_copy {
  text-align: center;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  margin: 0px;
}

.tbl_contact {
  width: 550px;
  font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
  font-size: 12px;
  line-height: 150%;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.tbl_contact th {
  width: 140px;
  font-size: 12px;
  padding: 5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  color: #333333;
  background: #F5F5F5;
  text-align: right;
}

.tbl_contact td {
  font-size: 12px;
  color: #333333;
  padding: 5px;
  border-top: 1px solid #999;
  background: #FFF;
}
address {
  font-size: 11px;
}

.c_red {
  color: #ff0000;
}

