@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#header{
	display:none;
}
#left iframe{
	border:solid #000 1px;
	width:375px;
	height:325px;
}
#right table{
	width: 100%;
	border: 1px solid #000;
}
#right table thead{
	font-size: 14pt;
}
#right table thead tr th{
	padding: 3px;
}
#right table thead tr.weekdays{
	font-size: 12pt;
}
#right table thead tr.weekdays th{
	border: 1px solid #CCC;
}
#right table thead tr th small{
	display:none;
}
#right table tbody tr td{
	padding: 3px 4px;
	border: 1px solid #CCC;
}
#footer{
	font-size: 9pt;
	padding: 10px 0 0;
	border-top: 1px solid #000;
}
#footer ul{
	padding:0;
	margin:0;
}
#footer ul li{
	list-style-type: none;
	float: left;
}
#footer a{
	display:none;
}
