div.main_contents {
  float: left;
  width: 740px;
  
}

div.main_contents img {
  margin-bottom: 0;
}

div.main_contents_body {
  background: url(../images/common/sub_main_bg.gif) top center repeat-y;
  width: 740px;
  margin-top: 0;
}

div.main_contents_body table {
  border: 1px solid #660;
  margin: auto;
}

div.main_contents_body table td {
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  color: #333;
  width: 228px;
  font-size: 1.1em;
  line-height: 1.4em;
  text-align: center;
}

div.main_contents_body table td.day {
  border-top: 1px solid #FFF;
  border-left: 0;
  border-right: 1px solid #C1BE2F;
  border-bottom: 1px solid #C1BE2F;
  background-color: #E1DF86;
  width: 160px;
  height: 60px;
}

div.main_contents_body table td.head {
  border-top: 0;
  border-left: 1px solid #FFF;
  border-right: 1px solid #537B00;
  border-bottom: 1px solid #537B00;
  background-color: #690;
  color: #FFF;
/*  width: 160px; */
  height: 40px;
}

div.main_contents_body table td.day_head {
  width: 160px;
  height: 40px;
}

div.main_contents_body div.link {
  margin-top: 40px;
  margin-left: 80px;
  text-align: left;
}

div.main_contents_foot {
  margin-bottom: 50px;
}

