
/* 代表挨拶 */
#greet {
  width: 450px;
  height: 438px;
  background-image: url(../img/index/greet.jpg);
  background-repeat: no-repeat;
  font-size: 14px;
  text-align: left;
  padding: 65px 170px 0px 45px;
  margin: 20px 0px 30px 0px;
}
#represent {
  text-align: right;
  margin: 12px 0px 0px 0px;
}

/* テーブル */
table.tbl_sp colgroup#col_bio1 {
  width: 90px;
}
table.tbl_sp colgroup#col_bio2 {
  width: 575px;
}
table.tbl_sp colgroup#col_about1 {
  width: 130px;
}
table.tbl_sp colgroup#col_about2 {
  width: 535px;
}

/* アクセス */
#map {
  width: 665px;
  height: 370px;
  border: 1px solid #D5D08D;
  margin: 10px 0px 30px 0px;
}

