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

/* ご挨拶 */
#greet {
  line-height: 28px;
  border: 1px solid #CCCCCC;
  padding: 30px 35px 15px 35px;
  margin: 50px 0px 50px 0px;
}
#greet_left {
  float: left;
  width: 560px;
  font-size: 15px;
}
#greet_right {
  float: right;
  width: 236px;
  text-align: center;
  margin: 10px 0px 0px 0px;
}
.greet_space {
  height: 10px;
}
