
/* ご挨拶 */
#greet {
  width: 706px;
  height: 119px;
  background-image: url(https://toshitoshi.jp/img/index/greet.png);
  background-repeat: no-repeat;
  text-align: left;
  padding: 57px 0px 0px 100px;
  margin: 20px 0px 20px 0px;
}

/* お知らせ */
#box_info {
  width: 706px;
  height: 392px;
  background-image: url(https://toshitoshi.jp/img/index/info.png);
  background-repeat: no-repeat;
  text-align: left;
  padding: 60px 0px 0px 100px;
}
#info {
  width: 690px;
  height: 381px;
  overflow: auto;
}
.bar {
  border: 1px dashed #CDCDCD;
  margin: 7px 7px 7px 0px;
}
.new {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF0000;
  padding: 0px 4px 0px 4px;
  margin: 0px 0px 0px 10px;
}


