div.header {
   height: 120px;
   background-color: #caeddc;
   padding-top:5px;
   padding-bottom:5px;
   margin-bottom:5px;
}
div.side {
   position: absolute;/* 位置を絶対的にする記述 */
   right: 0px;/* 左からの位置 */
  width:170px;/* 横幅をサイズ指定 */
/*  position: absolute;/* 位置を絶対的にする記述 */
/*  right: 8px;/* 右からの位置 */
  top: 120px;/* タイトルバナーの縦幅（＋#bannrのmargin-bottom）を含めた上からの位置　*/
/*  background-image:url(./side.gif);*/
  background-repeat:repeat-y;
  text-align:center;
}

div.main {
  float: left;
   margin-top: 10px;
   margin-left: 10px;
   margin-right: 170px;
}

body {
	background: #FFFFFF;
}
td {
	background: #FFEFD5;
}
td.title_h {
	width:200px;
	background: #FFBB99;
}
td.title {
	width:200px;
}
td.time_h {
	background: #FFBB99;
	text-align:center;
}
td.kyoku_h {
	background: #FFBB99;
}
td.through {
	background: #FFFFFF;
}
