
/* メイン画像 */
#reason {
  background-image: url(../img/index/main.png);
  background-repeat: no-repeat;
  width: 1160px;
  height: 990px;
  font-size: 16px;
  text-align: left;
  margin: 0px 0px 0px 0px;
}
#reason1 {
  float: left;
  width: 320px;
  padding: 859px 0px 0px 76px;
}
#reason2 {
  float: left;
  width: 320px;
  padding: 859px 0px 0px 43px;
}
#reason3 {
  float: left;
  width: 300px;
  padding: 859px 0px 0px 43px;
}

/* 挨拶 */
#greet {
  background-image: url(../img/index/greet.jpg);
  background-repeat: no-repeat;
  width: 848px;
  height: 400px;
  font-size: 17px;
  text-align: left;
  padding: 110px 0px 0px 52px;
}
#greet_space {
  height: 13px;
}

/* お問い合わせ */
#content_contact {
  background-image: url(../img/index/content_contact.png);
  background-repeat: no-repeat;
  width: 938px;
  height: 395px;
  margin: 40px 0px 55px -19px;
}
#content_mail {
  padding: 198px 0px 0px 572px;
}

/* よくあるご質問 */
#faq {
  text-align: center;
  margin: 60px 0px 20px 0px;
}
#faq_q {
  background-image: url(../img/index/faq_q.png);
  background-repeat: no-repeat;
  width: 900px;
  height: 45px;
  font-size: 22px;
  font-weight: bold;
  color: #0058A2;
  padding: 20px 0px 0px 60px;
}
#faq_a {
  background-color: #E6F8FE;
  font-size: 20px;
  padding: 13px 0px 10px 60px;
}

/* 当事務所のご案内 */
#about {
  background-image: url(../img/index/about.png);
  background-repeat: no-repeat;
  width: 900px;
  height: 508px;
  text-align: left;
  margin: 70px 0px 0px 0px;
}
#about_address {
  font-size: 18px;
  line-height: 23px;
  padding: 198px 0px 0px 92px;
}
#about_station {
  font-size: 17px;
  padding: 8px 0px 0px 92px;
}
#about_area {
  width: 314px;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  padding: 98px 0px 0px 57px;
}
#about_area a:link {
  text-decoration: none;
  color: #000000
}
#about_area a:visited {
  text-decoration: none;
  color: #000000;
}
#about_area a:active {
  text-decoration: none;
  color: #000000;
}
#about_area a:hover {
  text-decoration: underline;
  color: #0000FF;
}

