@charset "UTF-8";

/*
**********************************************************************

* schedule.css

* site name   : http://ex-open.com/
* description : Schedule Page styles
* since       : 2008-08-28
* editor      : Tooru Ehara 
* modified    : 
* editor      :

*********************************************************************
*/



/*
===== CONTENTS ===========================================

  1: Schedule Page styles

==========================================================
*/

/*
*********************************************************************

* 1: Schedule Page styles

*********************************************************************
*/

div#Contents h1{
background:url("../img/schedule/ttl_schedule.gif") 0 0 no-repeat;
}
div#Contents table{
border-left:none;
border-bottom:1px solid #C0C0C0;
width:534px;
}
div#Contents th{
border-right:1px solid #FFFFFF;
font-weight:normal;
width:25%;
padding:5px 7px;
}
div#Contents tr.active th{
background:#F2F5F3 url("../img/schedule/bg_active.gif") 0 0 repeat-y;
font-weight:bold;
}
div#Contents tr.first th,
div#Contents tr.first td{
background:#FFFFFF;
color:#999999;
}
div#Contents td{
border-right:1px solid #FFFFFF;
padding:5px 7px;
}
div#Contents td.status{
/*background:#F6F6F6;*/
text-align:center;
width:8%;
}
span.saturday{
font-weight:bold;
color:#00097C;
}
span.sunday{
font-weight:bold;
color:#DB0204;
}
