.schedule_markcolor {
	color: #E2403B;
}
.schedule_rightyose {
	text-align: right;
	display: block;
}
#schedule_scroll {
	height: 550px;
	overflow: auto;
}


/*    ヘッダー    */
#schedule_headersection {
	width: 476px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5em;
	background-color: #E2403B;
	border-top-color: #FF8885;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-color: #800501;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #800501;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: #FF8885;
	border-left-style: solid;
	border-left-width: 2px;
}
#schedule_headerdate {
	float: left;
	width: 69px;
	margin-bottom: 1px;
	margin-top: 1px;
	border-right-color: #800501;
	border-right-style: solid;
	border-right-width: 1px;
}
#schedule_headerplace {
	float: left;
	width: 99px;
	margin-bottom: 1px;
	margin-top: 1px;
	border-right-color: #800501;
	border-right-style: solid;
	border-right-width: 1px;
}
#schedule_headercontents {
	float: left;
	width: 306px;
	margin-top: 1px;
	margin-bottom: 1px;
}

/*    コンテンツ    */
#schedule_contents {
	width: 480px;
}
.schedule_section {
	width: 480px;
	text-align: center;
}
.schedule_section img{
	vertical-align: text-bottom;
}
.schedule_date {
	float: left;
	width: 70px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.schedule_place {
	float: left;
	width: 100px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.schedule_contents {
	float: left;
	width: 310px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}
.schedule_contents_indent {
	text-indent: 1em;
	text-align: left;
}
.schedule_line {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2403B;
}
#schedule_othertitle {
	width: 476px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5em;
	background-color: #E2403B;
	border-top-color: #FF8885;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-color: #800501;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #800501;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: #FF8885;
	border-left-style: solid;
	border-left-width: 2px;
	margin-top: 10px;
}
#schedule_othercontents {
	width: 480px;
}
.schedule_otherleft {
	text-align: left;
	letter-spacing: 0.1em;
	float: left;
	width: 100px;
}
.schedule_otherright {
	text-align: left;
	float: left;
	width: 380px;
}
.schedule_otherright_left {
	text-align: right;
	float: left;
	width: 140px;
	margin-right: 10px;
}
.schedule_otherright_right {
	text-align: left;
	float: left;
	width: 230px;
}
.schedule_contents_indent2 {
	text-indent: 2em;
	text-align: left;
}
