@charset "utf-8";
#top {
	background-color: #BF2D57;
	border-color: #C64268;
}
#menu>:nth-child(5) {
	background-color: #fff;
	color:#333;
}
#main {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}
#main tr {
	padding: 0;
}
#main td {
	line-height: 26px;
	padding: 20px 30px;
	border: 1px solid #ccc;
}
#main td:first-child {
	width: 130px;
	text-align: center;
	background-color: #ffc;
}
#calendar>p:nth-child(1) {
	font-weight: bold;
}
#calendar>p:nth-child(2) {
	color: #00f;
	font-weight: bold;
}
#calendar>p:nth-child(3) {
	color: #f00;
	font-family: Arial, "Microsoft Yahei";
	font-size: 58px;
	font-weight: bold;
	line-height: 70px;
}
#calendar>p:nth-child(3):after {
	content: "\65E5";
	position: absolute;
	margin: 10px 0 0 2px;
	font-size: 18px;
}
#calendar>p:nth-child(5), #calendar>p:nth-child(6) {
	color: #00f;
}
#calendar>p:nth-child(n+7) {
	color: #090;
}
#main .side div {
	text-align: right;
	padding-bottom: 10px;
}
#main .side {
	background-color:#F6F7F1;
}

#main .side h3 {
	display: block;
	float: left;
	color: #f00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#main .side h3 a {
	color: #f00;
}
#main .side select, #main .side input {
	margin: 0 6px;
	vertical-align: middle;
}
#main .side p a:first-child {
	color: #069;
	font-weight: bold;
	text-decoration: none;
	margin-right: 8px;
}
.subTitle {
	font-size: 26px;
	line-height: 80px;
	font-weight: normal;
	text-align: center;
}
.list {
	overflow: hidden;
	line-height: 28px;
	padding: 0 0 30px 10px;
}
.list li {
	float: left;
	padding-left: 4px;
	width: 62px;
}
.list a {
	color: #069;
}
#list {
	margin-bottom: 30px;
	padding: 10px 20px 0 32px;
	border-top: 3px solid #ccc;
}
#list li {
	padding: 10px 0 0;
}
#list li:before {
	content: "\2022";
	position: absolute;
	margin-left: -12px;
}
#list strong {
	margin-right: 10px;
}
#list a {
	color: #047;
}
#time {
	margin-top: 1em;
	float: left;
	color: #da4041;
	font-weight: bold;
}