.column {
	position: relative;
	width: 780px;
	height: 450px;
}
.column span{
	color: #cc0000;
	font-weight: bold;
}
.column-left {
	position: absolute;
	width: 380px;
	left: 0px;
	top: 0px;
}
.column-right {
	position: absolute;
	width: 380px;
	left: 400px;
	top: 0px;
}
.column-photo {
	position: absolute;
	width: 380px;
	left: 400px;
	top: 30px;
}
.line {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #970f00;
	margin-top:0px;
	margin-bottom:6px;
}
#event-plan {
	position: relative;
	height: 310px;
	width: 780px;
}
#event-plan p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #970f00;
}
#plan-left {
	position: absolute;
	width: 385px;
	left: 0px;
	top: 0px;
}
#plan-right {
	position: absolute;
	width: 385px;
	left: 395px;
	top: 0px;
}
#notice {
	position: relative;
	height: 260px;
}
#notice img {
	margin-top: 8px;
}
#notice-date {
	margin-left: 10px;
	position: absolute;
	left: 250px;
	top: 0px;
}
dl {
	padding-top: 8px;
	padding-bottom: 4px;
	font-size: 1.1em;
	display: block;
	width: 370px;
}
dt {
	background-color: #970f00;
	color: #FFFFFF;
	width: 60px;
	text-align: center;
	font-weight: bold;
	line-height: 1.75em;
	display: block;
	margin-bottom: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #970f00;
	margin-right: 4px;
}
dd {
	line-height: 1.75em;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #970f00;
}
table, th, td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #970f00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #970f00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #970f00;
	font-size: .9em;
}
th {
	padding: 4px;
	color: #FFFFFF;
	background-color: #970f00;
	text-align: center;
}
td {
	text-align: center;
	background-color: #FFFFCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #970f00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #970f00;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.cate {
	font-weight: bold;
	background-color: #FFFF99;
}
.admission {
	font-weight: bold;
	text-align: left;
}
.right-line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.flort-left {
	float: left;
	margin-right: 10px;
}
.flort-right {
	float: right;
}
.btn-schedule{
	font-size: 1.1em;
	color: #5B0F00;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.btn-yearschedule{
	font-size: 1.2em;
	color: #5B0F00;
	margin-top: 15px;
	margin-bottom: 25px;
	text-align: left;
}
