#timetable {
	position:relative;
	width:532px;
	height:740px;
	margin:0 -20px 0 -35px;
	}
	* html #timetable {
	zoom:1;
	display:inline;
	}
	
	#timetable table {
	margin:0 0 0 35px;
	}
	#timetable th {
	height:35px;
	width:120px;
	}
	#timetable th span {
	display:none;
	}
	#timetable td {
	padding:57px 0 2px;
	text-align:center;
	vertical-align:top;
	}
	#timetable td.noMargin {
	padding-top:3px;
	}
	#timetable td.firstLine {
	/*padding-top:165px;*/
	/*padding-bottom:29px;*/
	padding:0;
	height:108px;
	}
	#timetable td.firstLine img {
	padding-top:3px;
	}
	#timetable td a {
	display:block;
	}
	
	#text_timetable, #timetable span {
	/*position:absolute;
	top:0;
	left:-10000px;*/
	/*display:none;*/
	}
#onuki_msg {
	/*background:url(../img/onuki_msg.png) no-repeat;*/
	position:absolute;
	display:none;
	top:200px;
	left:63px;
	width:408px;
	height:232px;
	}


	p.note {
	text-align:right;
	font-size:0.8em;
	margin:0.8em 0 28px;
	}
	
	
	
div.msg {
	position:relative;
	/*background:#FFF;*/
	background:url(../img/tt_msg_base.png) no-repeat left bottom;
	/*border:1px solid #CCC;*/
	position:absolute;
	top:50%;
	left:50%;
	width:480px;
	margin-left:-231px;
	padding:30px 0;
	font-size:0.9em;
	line-height:1.4em;
	display:none;
	}
	* html div.msg {
	background-image:none;
	background:#FFF;
	border:1px solid #CCC;
	width:420px;
	margin-left:-201px;	
	padding:30px 0 20px;
	}
	.msg p {
	margin:0 60px 1em 60px;
	padding-left:1em;
	}
	* html div.msg p {
	margin:0 30px 1em 30px;
	padding-left:1em;
	}
	.msg p.name {
	margin:0 60px 0.5em;
	padding-left:0;
	color:#4D4D4D;
	}
	* html .msg p.name {
	margin:0 30px 0.5em;
	padding-left:0;
	}
	.close {
	display:none;
	position:absolute;
	right:40px;
	top:10px;
	}
	* html .close {
	right:10px;
	}
