/* ▼表全体の装飾▼ */
table.scheduletable {
	border-collapse: collapse;
	border: 1px solid #666666;
	font-size: 90%;
}

/* ▼表のセル(全部)の装飾▼ */
table.scheduletable th,
table.scheduletable td {
	padding: 3px;
	margin: 0px;
	border: 1px solid #999999;
	line-height: 1.3;
}

table.scheduletable th  {
	background-color: #C6FEC6;
	font-weight: normal;
}
.treetitle {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFC;
	background-color: #FF9966;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFC;
}

