/*Chillout Studio　表用css　table.css*/

/*----------------------------------------*/
/*マーク（New、要予約など）*/
/*----------------------------------------*/

.mark {
	color:#FF6633;
	font-size:10px;
	font-weight:bold;
	border: 2px solid #FF6633;
	padding:1px;
	margin:1px;
}

/*----------------------------------------*/
/*時間を示す*/
/*----------------------------------------*/

/*タイムスケジュール*/
#timeTable{
	font-size: 12px;
	line-height: 140%;
}

#timeTable a:link{color:#000;text-decoration:underline;}
#timeTable a:visited{color:#000;text-decoration:underline;}
#timeTable a:hover{color:#FF6600;text-decoration:underline;}

.hour{
	font-weight:bold;
	border-top: 1px solid #000;
}

.hour2{
	border-top: 1px dashed #CCC;
	width:125px;
}

.dropin{
	text-align:center;
	width:125px;
	background-color: #B9E3F9;
}

.reserve{
	text-align:center;
	width:125px;
	background-color: #B9E3F9;
	border: 1px dotted #009999;
}

.monthly{
	text-align:center;
	width:125px;
	background-color: #F8E8E8;
}

.course{
	text-align:center;
	width:125px;
	background-color: #C7C4E2;
}

.rental{
	text-align:center;
	width:125px;
	background-color: #CEE5AD;
}
strong {
	font-weight: bold;
	color: #FF0000;
}


