/* プリント用スケジュール */
/* span.marker {color: #cf0;}の表示 */
body#schedule {
	font-family: "Verdana", "Chicago", "Arial", "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #555;
	background-color: #fff;
	text-align: center;
}
#frame2 a {
	color: #c06;
	text-decoration: none;
}
#frame2 p {
	font-size: 12px;
	line-height: 180%;
	margin: 0;
	clear: both;
}
#frame2 {
	line-height: 130%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 500px;
}
#frame2 h2 {
	font-size: 14px;
	font-weight: bold;
	color: #c06;
	background-image: none;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 3px solid #c06;
	clear: none;
}
#frame2 h2 span {
	font-size: 12px;
	font-weight: normal;
	color: #555;
}
span.marker2 {
	color: #cf0;
}
.schedule {
	line-height: 120%;
	width: 500px;
	margin-bottom: 20px;
}
.schedule th {
	font-size: 12px;
	font-weight: bold;
	color: #c06;
	text-align: center;
	background-color: #eee;
	border-right: 1px solid #c06;
	border-bottom: 1px dashed #c06;
	padding: 5px;
	width: 120px;
}
.schedule td {
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px dashed #c06;
}