@charset "Shift_JIS";
#h2Line {
	background-image: url(../guide/img/h2_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#scheduleL {
	float: left;
	width: 329px;
}
#scheduleR {
	float: left;
	width: 300px;
}

.scheduleM {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
.scheduleM .month {
	float: left;
	width: 60px;
	text-align: center;
}
.scheduleM .event {
	font-size: 12px;
	line-height: 150%;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 10px;
}
