@charset   "Shift_JIS";
/*--------------------ここからファックス--------------------*/
.Fax a{
  background-image : url(../img/cntact_3.jpg);
  background-repeat : no-repeat;
  text-indent : -9999px;
  width : 146px;
  height : 26px;
  display : block;
}
.Fax a:hover{
  background-image : url(../img/contact_hover_fax.gif);
  background-repeat : no-repeat;
}
/*--------------------ここからメール--------------------*/
.Male a{
  width : 178px;
  height : 25px;
  background-image : url(../img/cntact_7.jpg);
  background-repeat : no-repeat;
  display : block;
  text-indent : -9999px;
}
.Male a:hover{
  background-image : url(../img/contact_hover_male.gif);
  background-repeat : no-repeat;
}
/*--------------------ここからフォーム--------------------*/
.Form a{
  width : 178px;
  height : 25px;
  background-image : url(../img/cntact_9.jpg);
  background-repeat : no-repeat;
  display : block;
  text-indent : -9999px;
}
.Form a:hover{
  background-image : url(../img/contact_hover_form.gif);
  background-repeat : no-repeat;
}
#ba_contact{
  margin-top : 30px;
}

