
/* メイン */
#main2 {
  background-image: url(../img/index/main2.png);
  background-repeat: no-repeat;
  width: 1131px;
  height: 106px;
  color: #003F67;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  padding: 162px 0px 0px 29px;
}

/* 主な取扱い業務 */
#service {
  margin: 60px 0px 0px 0px;
}

/* お問い合わせ */
#content_contact {
  background-image: url(../img/index/content_contact.png);
  background-repeat: no-repeat;
  width: 840px;
  height: 233px;
  margin: 40px 0px 0px 0px;
}
#content_mail {
  padding: 132px 0px 0px 513px;
}

/* よくあるご質問 */
#faq {
  background-image: url(../img/index/faq.png);
  background-repeat: no-repeat;
  width: 840px;
  height: 983px;
  text-align: left;
  padding: 167px 0px 0px 0px;
  margin: 65px 0px 0px 0px;
}
.faq_q {
  font-size: 20px;
  font-weight: bold;
  color: #3E7C9B;
  padding: 0px 0px 0px 118px;
}
.faq_a {
  font-size: 16px;
  line-height: 28px;
  padding: 39px 0px 39px 84px;
}

/* 当事務所のご案内 */
#about {
  background-image: url(../img/index/about.png);
  background-repeat: no-repeat;
  width: 840px;
  height: 508px;
  text-align: left;
  margin: 60px 0px 0px 0px;
}
#about_address {
  line-height: 28px;
  padding: 310px 0px 0px 525px;
}
#about_station {
  float: left;
  padding: 42px 0px 0px 76px;
}
#about_area {
  float: right;
  width: 280px;
  text-align: center;
  line-height: 34px;
  padding: 38px 37px 0px 0px;
}
#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;
}

/* 代表挨拶 */
#greet {
  background-image: url(../img/index/greet.jpg);
  background-repeat: no-repeat;
  width: 813px;
  height: 482px;
  font-size: 17px;
  line-height: 28px;
  text-align: left;
  padding: 108px 0px 0px 27px;
  margin: 60px 0px 0px 0px;
}
#greet_sign {
  text-align: right;
  padding: 10px 290px 0px 0px;
}

/* コラム */
#blog_box {
  background-color: #FCEFE4;
  padding: 25px 33px 33px 33px;
  margin: 50px 0px 0px 0px;
}
#blog_body {
  background-color: #FFFFFF;
  padding: 15px 20px 15px 20px;
  margin: 15px 0px 0px 0px;
}


