body {
  background: #FAE18E;
  text-align: center;
}

.mainframe {
  width: 890px;
}

.mainframe00 {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.mainframe01 {
  width: 182px;
  background: #DDDDDD;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  text-align: left;
  vertical-align: top;
}

.mainframe11 {
  width: 658px;
  background: white;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  text-align: left;
  vertical-align: top;
}

.mainframe02 {
  text-align: right;
}

.menu_original {
  background: #DDDDDD;
  width: 170px;
  text-align: left;
  padding-left: 10px;
}

.menu_mouseover {
  background: #BBBBBB;
  cursor: pointer;
  width: 170px;
  text-align: left;
  padding-left: 10px;
}

.menu_selected {
  background: #BBBBBB;
  width: 170px;
  text-align: left;
  padding-left: 10px;
}

.font_credit {
  font-family: Arial;
  font-size: 10px;
  color: darkgray;
}

.font_menu_firstchar {
  font-family: Arial;
  font-size: 16px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}

.font_menu {
  font-family: Arial;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
}

.font_default {
  font-family: Georgia;
  font-size: 12px;
  color: black;
}

.img_default_border {
  border: 1px solid black;
  margin-right: 10px;
  margin-bottom: 10px;
}

.img_default_noborder {
  margin-right: 10px;
  margin-bottom: 10px;
}

.img_wrap {
  float: left;
}


.headline_txt {
  position: relative;
  top: -24px;
  left: 6px;
  font-family: Georgia;
  font-size: 16px;
  color: black;
}

.schedule_tbl {
  width: 100%;
}

.schedule_tbl_day {
  width: 15%;
  background: #8FBBF7;
}

.schedule_tbl_when {
  width: 15%;
  background: #8FBBF7;
}

.schedule_tbl_what {
  width: 45%;
  background: #8FBBF7;
}

.schedule_tbl_who {
  width: 25%;
  background: #8FBBF7;
}
