body {
  background-color: #e6e6e6;
  margin: 0;
  padding: 0;
}


#center_content {
  width: 1024px;
  margin-top:20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
}

#top {
  height:150px;
}

#image {
  width: 984px;
  margin: 20px 20px 5px 20px;
}

#titleregion {
  padding-top:10px;
  width:1024px;
  background-color: #ffffff;
  height: 90px;
}

#menuregion {
  width: 879px;
  height: 20px;
  background-color: #4a4a4a;
  height: 35px;
  padding: 10px;
  padding-left:135px;
}

#menuregion a {
  display: inline-block;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  padding: 7px;
  margin-left:14px;
  margin-right:14px;
  text-decoration: none;
  color: #fff;
}

#menuregion a:hover {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #87a128;
}

#title1 {
  margin-left:20px;
  padding: 10px 10px 5px 10px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
}

#title2 {
  margin-left:20px;
  padding: 0px 10px 5px 10px;
  font-size: 20px;
  line-height: 22px;
}

#content {
  width:984px;
  margin-top:0px;
  padding: 5px 20px 10px 20px;
  padding-bottom: 20px;
}

#content p {
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 5px;
  text-align: justify;
}

#content a {
  font-size: 15px;
  line-height: 18px;
  color: #697e20;
  text-decoration: none;
  font-weight:450;
}

#content h2 {
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 8px;
}

#content b {
  font-weight:600;
  font-size: 15px;
  line-height: 18px;
}

#footer {
  width: 984px;
  height: 20px;
  background-color: #4a4a4a;
  padding: 10px 20px 10px 20px;
  color: #fff;
}

#footer a {
  color: #87a128;
  text-decoration: none;
}

#image #copysymbol {
  padding:2px;
  width:16px;height:16px;position:relative;left:964px;top:-23px;z-index:2;opacity:0.5;background-color:#ddf
}

.timetable th, td {
  font-size: 15px;
  line-height: 18px;
  padding: 5px;
}

.timetable th {
  font-weight:600;
  text-align:left;
}

