
/* メイン */
#main {
  background-image: url(../img/index/main.png);
  background-repeat: no-repeat;
  width: 1160px;
  height: 152px;
  text-align: center;
  padding: 570px 0px 0px 0px;
}

/* 一人親方とは */
#master {
  background-image: url(../img/index/master.png);
  background-repeat: no-repeat;
  width: 820px;
  height: 127px;
  font-size: 19px;
  text-align: left;
  padding: 90px 0px 50px 67px;
}

/* 当事務所のご案内 */
#about {
  background-image: url(../img/index/about.png);
  background-repeat: no-repeat;
  width: 820px;
  height: 432px;
  text-align: left;
  margin: 80px 0px 50px 0px;
}
#about_name {
  font-size: 20px;
  font-weight: bold;
  padding: 60px 0px 0px 497px;
}
#about_address {
  padding: 5px 0px 0px 497px;
}
#about_station {
  font-size: 17px;
  padding: 21px 0px 0px 542px;
}

/* 代表挨拶 */
#greet {
  background-image: url(../img/index/greet.png);
  background-repeat: no-repeat;
  width: 760px;
  height: 333px;
  text-align: left;
  padding: 91px 0px 0px 60px;
  margin: 60px 0px 0px 0px;
}
