.paper { padding-right: 20px; }
h3#schedule_month {
  height: 33px;
  margin-top: 0;
  padding-left: 15px;
  background: url(/images/h3_content_schedule_bg.gif) no-repeat left bottom;
}
h3#schedule_month img {
  margin: 0 -1px;
  padding: 0;
}
#schedule_left, #schedule_margin, #schedule_right { float: left; }
#schedule_left { width: 300px; }
#schedule_margin { width: 10px; }
#schedule_right { width: 220px; padding-top: 5px; }

#schedule_left dl {
  height: 350px;
  padding: 0 1em;
  overflow: scroll;
}
#schedule_left dt,
#schedule_left dd {
  line-height: 1.5;
}

#schedule_left dt {
  font-weight: bold;
}
#schedule_left dd {
  padding-left: 1em;
  border-bottom: 2px dotted #5d2709;
}
#schedule_left dd a { font-weight: bold; }

#schedule_right ul { height: 31px; }
#schedule_right li {
  margin-right: 5px;
  float: left;
}
#schedule_detail {
  margin-top: -1px;
  padding: 5px;
  border: 1px solid #999;
  background: white;
}
#schedule_detail dl { height: 313px; }

/* menues */
#schedule_right li a,
#schedule_right li span {
  width: 68px;
  height: 20px;
  display: block;
}
#schedule_right li span {
  font-size: 0;
  text-indent: -100em;
}
#schedule_right li .now_month { background: url(/images/btn_content_schedule_month.gif) no-repeat 0 0; }
#schedule_right li .now_month:hover { background-position: -70px 0; }
#schedule_right li .next_month { background: url(/images/btn_content_schedule_month.gif) no-repeat 0 -25px; }
#schedule_right li .next_month:hover { background-position: -70px -25px; }
#schedule_right li .next_2month { background: url(/images/btn_content_schedule_month.gif) no-repeat 0 -50px; }
#schedule_right li .next_2month:hover { background-position: -70px -50px; }
#schedule_right li a span { display: none; }
#schedule_right li .now_month_bg { background: url(/images/btn_content_schedule_month.gif) no-repeat -140px 0; }
#schedule_right li .next_month_bg { background: url(/images/btn_content_schedule_month.gif) no-repeat -140px -25px; }
#schedule_right li .next_2month_bg { background: url(/images/btn_content_schedule_month.gif) no-repeat -140px -50px; }


/* schedule_detail */
#schedule_detail dt,
#schedule_detail dd {
  line-height: 1.5;
}
#schedule_detail dt {
  padding-bottom: 5px;
  border-bottom: 2px dotted #5d2709;
  font-weight: bold;
}
#schedule_detail dd {
	height: 240px;
	overflow: auto;
	padding-top: 5px;
}



