/* jba tohkai schedule table class */

.scheduleTable {
	padding: 0px;
	border: 1px solid #336600;
}
.subTi {
	text-align: left;
	vertical-align: top;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}


.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/tableThGreenL.jpg) repeat;
	color: #000000;
}



.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%;
}
