/* jba tohkai schedule table class */

.scheduleTable {
	padding: 0px;
	table-layout: fixed;
	border-top: 1px solid #336600;
	border-right: 2px solid #336600;
	border-bottom: 1px solid #336600;
	border-left: 1px solid #336600;
}
.subTi {
	text-align: left;
	vertical-align: top;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	width: 136px;
}
.scheduleTable tbody tr th {
	background: #F7F9F2;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.scheduleTable tbody tr td {
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}



.scheduleTitle {
	font-size: 10px;
	font-weight: bold;
	color: #003300;
	text-align: center;
	background: url(../../img/tableThTeamGreen.jpg);
	border-bottom: 1px solid #336600;
	border-left: 1px solid #336600;
}
/*****.cap {
	font-size: medium;
	font-weight: bold;
	background: url(../img_all/gaiyoT.jpg) repeat;
	color: #000000;
	line-height: 28px;
	white-space: nowrap;
}
****/


.day {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #336633;
	border-top-color: #336633;
	border-right-color: #336633;
	border-left-color: #336633;
	font-size: 10px;
}
.matter {
	border-bottom: 1px solid #336633;
	border-left: 1px solid #336633;
	font-size: 10px;
	letter-spacing: 0.1em;
}
.Stext {
	line-height: 150%;
}
.scheduleTable caption {
	line-height: 26px;
	color: #000;
	background: url(../img_all/gaiyoT.jpg) repeat;
	font-size: 16px;
}
