
/* キャンペーン */
#campaign {
  background-image: url(../img/index/campaign.png);
  background-repeat: no-repeat;
  width: 834px;
  height: 568px;
  text-align: center;
  padding: 170px 0px 0px 0px;
  margin: 0px 0px 50px 0px;
}

/* お困り */
#worry {
  background-image: url(../img/index/worry.png);
  background-repeat: no-repeat;
  width: 720px;
  height: 370px;
  font-size: 20px;
  line-height: 46px;
  padding: 142px 0px 0px 114px;
  margin: 50px 0px 0px 0px;
}
#worry_contact {
  background-image: url(../img/index/worry_contact.png);
  background-repeat: no-repeat;
  width: 834px;
  height: 217px;
  margin: 10px 0px 0px 0px;
}
#worry_mail {
  float: left;
  padding: 120px 0px 0px 396px;
}
#worry_line {
  float: left;
  padding: 119px 0px 0px 20px;
}

/* 対応エリア */
#area {
  background-image: url(../img/index/area.png);
  background-repeat: no-repeat;
  width: 398px;
  height: 99px;
  color: #000000;
  text-align: center;
  line-height: 30px;
  padding: 120px 386px 0px 50px;
  margin: 50px 0px 0px 0px;
}
#area a:link {
  text-decoration: none;
  color: #000000;
}
#area a:visited {
  text-decoration: none;
  color: #000000;
}
#area a:active {
  text-decoration: none;
  color: #000000;
}
#area a:hover {
  text-decoration: underline;
  color: #0000FF;
}

/* ご挨拶 */
#greet {
  background-image: url(../img/index/greet.png);
  background-repeat: no-repeat;
  width: 797px;
  height: 245px;
  font-size: 15px;
  padding: 73px 0px 0px 37px;
  margin: 50px 0px 0px 0px;
}
