#wrapperContent ol.calendar {
	margin-top: .6em;
	margin-left: 0;
	margin-bottom: .6em;
	padding-left: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #dfdfdf;
	list-style-type: none;
	width: 84%;
	}
	
* html #wrapperContent ol.calendar {
	position: relative;
	height: 1%;
	}	

.calendar .current {
	font-weight: bold;
	}
	
.calendar .current span {
	font-weight: normal;
	}	
	
#wrapperContent .today a, #wrapperContent .today a:visited {
	/*background: #fcfdf0;*/
	color: #000;
	}
	
.timetable {
	border-collapse: collapse;
	margin-left: 6px;
	margin-bottom: 6px;
	font-weight: normal;
	/*font-size: .93em;*/
	}
	
* html .timetable {
	height: 1%;
	}		
	
.timetable cite {
	font-weight: bold;
	font-style: normal;
	}
	
.timetable span, .qna {
	/*display: block;*/
	position: relative;
	padding: 1px 3px 1px 2px;
	background: #f7f9d9;
	border: 1px solid #809633;
	/*color: #fff;*/
	/*font-weight: bold;*/
	font-size: .93em;
	color: #000;
	}
	
.timetable span.r13, .r13 {
	border: 1px solid #222;
	background: #E3001B;
	}
	
.timetable span.rPG, .rPG {
	border: 1px solid #222;
	background: #FFEC00;
	}
	
.timetable span.rM, .rM {
	border: 1px solid #222;
	background: #FFEC00;
	}
		
	
* html .timetable span,
* html .qna,
* html .r13,
* html .rPG,
* html .rM {
	margin-top: 2px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: .7em;
	font-size: .8em;
	}
	
#wrapperContent p.note {
	margin-top: .8em;
	line-height: 1.2em;
	font-size: .85em;
	}	
	
.timetable caption {
	caption-side: top;
	/*line-height: 1.2em;*/
	width: 100%;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	padding-top: 2px;
	text-indent: 6px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-weight: bold;
	color: #000;
	}
	
* html .timetable caption {
	text-indent: 2px;
	}	
	
.timetable td {
	vertical-align: top;
	padding-top: 4px;
	padding-right: 6px;
	line-height: 1.2em;
	}
	
* html .timetable td {
	line-height: 1.3em;
	padding-bottom: .3em;
	}	

	
.calendar li {
	display: inline;
	margin-left: 0;
	padding-left: 0;
	font-size: .85em;
	}
	
#wrapperContent .calendar a, #wrapperContent .calendar a:visited {
	display: block;
	width: 100%;
	border-top: 1px solid #dfdfdf;
	border-bottom: 0 none;
	text-indent: 6px;
	}
	
#wrapperContent .calendar .current a, #wrapperContent .calendar .current a:visited {
	border-bottom: 2px solid #809633;
	background: #fcfdf0;
	color: #000;
	}	
