h1
{
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	padding: 0;
}

h2
{
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	padding: 0;
}

h4
{
	font-size: 12px;
	display: inline;
}

img
{
	border: 0;
}

body a
{
	background-color: inherit;
	text-decoration: none;
	color: #0000FF;
}

body a:hover
{
	background-color: inherit;
	text-decoration: underline;
	color: #FF0000;
}

#main
{
	width: 720px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -360px;
}

#logo
{
	width: 720px;
	height: 220px;
	background-image: url('images/logo.jpg');
}

#menu
{
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 220px;
	text-align: center;
	width: 200px;
	background-color: #380080;
	line-height: 130%;
}

#menu a
{
	background-color: inherit;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover
{
	background-color: inherit;
	text-decoration: none;
	color: #FF0000;
}

#menu ul
{
	display: inline;
	text-align: center;
}

#menu li
{
	list-style-type: none;
}

#content
{
	text-align: center;
	position: absolute;
	left: 200px;
	top: 220px;
	width: 520px;
}

.left
{
	text-align: left;
}

.schedule_table
{
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	width: 400px;
}

.schedule_table thead
{
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #000000;
}

.schedule_table td
{
	border-bottom: 1px solid #000000;
}

.notice
{
	color: #FF0000;
	background-color: #FFFFFF;
}
