/*******************************
 $Date: 2008/8/1$
 $title: 西武バス時刻表 TimeTableCellColor $
 *******************************/


/*******通常********/

/*平日：Light Green*/
td.weekday {
	background: #99FF66;
	}

/*土曜・日祝日：Light Pink*/
td.weekend {
	background: #FF99CC;
	}

/*土曜：Light Blue*/
td.sat {
	background: #66CCFF;
	}

/*日祝日：Light Pink*/
td.sun {
	background: #FF99CC;
	}

/*備考：Light Purple*/
td.note {
	background: #B0B5FF;
	}


/*******特別日（年末年始等）********/

/*特別日1列目：Light Green*/
td.specialA {
	background: #99FF66;
	}

/*特別日2列目：Light Blue*/
td.specialB {
	background: #66CCFF;
	}

/*特別日3列目：Light Pink*/
td.specialC {
	background: #FF99CC;
	}

/*特別日4列目：Light Purple*/
td.specialD {
	background: #B0B5FF;
	}