@charset "utf-8";
/* CSS Document */

.container {
	clear: both;
	overflow: hidden;
	width: 820px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.container .content {
	clear: both;
	overflow: hidden;
	width: 820px;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-right: auto;
	margin-left: auto;
}
.content .main {
	float: right;
	width: 600px;
	margin: 0px;
	padding: 0px;
}
.content .sub {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
.content .sub ul {
}

.content .sub ul li a.selected {
	cursor: default;
}
.content .sub ul li ul li a {
	text-align: center;
	display: block;
	color: #F90;
}
.content .sub ul li ul li a:hover {
	font-weight: bold;
	background-color: #FFFF99;
}
.content .sub ul li ul li a.selected {
	cursor: default;
	color: #FFFFFF;
	background-color: #FF0000;
}
.content .main table {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.content .main table tr th {
	text-align: center;
}
.content .main table tr th.day {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.main table tr td.day {
	text-align: right;
	width: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	vertical-align: middle;
}
.main table tr td.week {
	text-align: center;
	width: 40px;
	vertical-align: middle;
}
.prev {
	text-align: left;
	float: left;
	padding-left: 10px;
}
.next {
	text-align: right;
	float: right;
	padding-right: 10px;
}
.content .main table caption {
	clear: both;
	overflow: hidden;
}
.content .main table caption a {
	color: #FFFFFF;
}
.content .main table caption a:hover {
	color: #00FF00;
}
.sat {
	color: #0066FF;
}
.sun {
	color: #FF0000;
}
.major	{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
