body #schedule {
	margin-top: 55px;
	padding: 0px;
	background-image:none;
	color: #CCC;
	width:790px;
}

#box {
	/*width:767px;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#FFF;
	border-right: 7px solid #bfcbd7;
	border-left: 7px solid #bfcbd7;
	border-top:22px solid #bfcbd7;
	border-bottom:22px solid #bfcbd7;
	padding:4px;
	min-height:200px;
}

th.schedule {
	color: #FFF;
	background: #003263;
	border: 0.1em solid #EBEBEB;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
}

td.schedule {
	color:#234568;
	background:#F9FAFC;
	border-top: 0.1em none #EBEBEB;
	border-right: 0.1em solid #EBEBEB;
	border-bottom: 0.1em solid #EBEBEB;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;	/*border-left: 0.1em solid #EBEBEB;*/
}

td.sunday, td.monday {
	background:#F9FAFC;
	border-top: 0.1em none #EBEBEB;
	border-right: 0.1em solid #EBEBEB;
	border-bottom: 0.1em solid #EBEBEB;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
}

td.sunday {
	color:#F00;
}

td.monday {
	color:#234568;
	background:#D7D7D7;
}

h1.schedule {
	color:#234568;
	text-align:center;
	margin-bottom:3px;
	margin-top:6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}

h2.schedule {
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.9em;
	color:#666;
	margin-bottom:0;
	padding-bottom:0;
}

h2.note {
	color:#FF3535;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
}

p.note {
	font-family: Verdana, Geneva, sans-serif;
	color:#FF3535;
	font-size:0.9em;
	font-weight:bold;
}

p.schedule {
	color:#234568;
	text-align: center;
}

legend.schedule {
	color:#234568;
	/*font-weight: bold;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	padding:7px;
}

fieldset.schedule {
	padding:5px;
}

form.schedule {
	margin-bottom:0;
	margin-top:0;
	padding-bottom:0;
}

select.schedule {
	background-color: #335a88;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	color: #FFF;
	border: 1px solid #284279;
}

input.schedule {
	background: #335a88;
	font-size: .8em;
	font-style: normal;
	color: #FFF;
	border: 1px solid #284279;
}

option.special {
	font-weight: bold;
	color: #FC0;
}

