body {
	background-color: #000000;
}

h1 {font-size:100%;
    color:#ffffff;}


h2 {font-size:100%;
    color:#ffffff;}

h3 {font-size:100%;
    color:#ffccff;}

h4 {font-size:100%;
    color:#ffccff;}

.b {
	font-weight: bold;
}
.s {
	color: #cc00ff;

}

a:link { color: #FF66CC;}
a:focus { color: #ffffff;}
a:visited { color: #FF66CC;}

table th,
table td
{
	font-size: small;
}





/* スケジュールTABLE */
.schedule_table th a
{
	color:#fff!important;
	text-decoration:underline;
	cursor:pointer;
}
.schedule_table th a:hover
{
	color:#fff;
	text-decoration:underline;
}
.schedule_table th.sunday a,
.schedule_table th.sunday a:hover
{
	color:red!important;
}
.schedule_table th.saturday a,
.schedule_table th.saturday a:hover
{
	color:#ff3399!important;
}
