
/* テーブル */
table.tbl_sp colgroup.col1 {
  width: 140px;
}
table.tbl_sp colgroup.col2 {
  width: 656px;
}

/* 代表挨拶 */
#greet_left {
  float: left;
  width: 527px;
}
#greet_right {
  float: right;
  width: 249px;
  margin: 35px 0px 0px 0px;
}
#greet_center {
  clear: both;
}
#greet_sign {
  text-align: right;
}

/* 地図 */
#map {
  width: 796px;
  height: 500px;
}


