/* 統一スタイル */

table#schedule {
	width:100%;
	border-collapse:collapse;
	margin:0.5em 0;
	font-family: "ＭＳ Ｐゴシック", "Century Gothic", "Osaka";
	font-size: small;
}
table#schedule th, table#schedule td {
	padding:.1em;
	border:1px solid #fff;
	border-collapse:collapse;
	text-align:center;
}
table#schedule th {
	color:#fff;
	background-color: #000000;
	font-weight:normal;
}
table#schedule th.area {
	color:#fff;
	background-color: #333333;
	font-weight:normal;
}
table#schedule th.cons {
	color:#fff;
	font-weight:bold;
	background-color:#FF3300;
}
table#schedule td {
	background:#e5f1f4;
}
table#schedule th.area a {
	color:#FFFF00;
}
table#schedule th.area a:hover {
	color:#FFFF00;
	text-decoration:underline;
}

/* tablecloth 専用スタイル */

table#schedule tr.even td, table#schedule tr.even td.empty {
	background:#e5f0ef;
}
table#schedule tr.odd td, table#schedule tr.odd td.empty {
	background-color: #dcebe9;
}
table#schedule th.over, table#schedule tr.even th.over, table#schedule tr.odd th.over {
	background-color: #FF6600;
}
table#schedule th.down, table#schedule tr.even th.down, table#schedule tr.odd th.down {
	background-color: #9FC8BF;
}
table#schedule th.selected, table#schedule tr.even th.selected, table#schedule tr.odd th.selected {
	background:#9FC8BF;
}

table#schedule td.over, table#schedule tr.even td.over, table#schedule tr.odd td.over {
	background-color: #F8FFE8;
}
table#schedule td.down, table#schedule tr.even td.down, table#schedule tr.odd td.down {
	background:#9FC8BF;
	color:#fff;
}
table#schedule td.selected, table#schedule tr.even td.selected, table#schedule tr.odd td.selected {
	background:#9FC8BF;
	color:#555;
}

/* 空のセル
td.empty, tr.odd td.empty, tr.even td.empty {
	background:#fff;
}*/
table#schedule th.area span{
padding-left:1em;
}
.attention {
	color: #FF6600;
	font-size:10px;
}
