@import url(std.css);
/**
1. base structure style 
2. header style
3. Main menu style
4. followlink style
5. sub menu structure style
6. sub menu inner style
7. main contents structure style
8. main contents inner style
9. FOR WindowsIE5 style
**/
/** base structure style **/

#leftContents{
float:left;
font-size:10pt;
}
#rightContents{
float:right;
font-size:10pt;
}

#schedules{
background-image: url(images/top4_19.jpg);
background-repeat: no-repeat;
background-position: 0 45px;
width: 382px;
margin-top:160px;
height:470px;
overflow: auto;
clear:both; }

#schedulesInner{
text-align: left;
width: 340px;
height: 395px;
overflow: auto;
padding: 10px 10px 10px 20px;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #ffffff;
scrollbar-darkshadow-color: #333333;
scrollbar-face-color: #000000 ;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #ffffff; }

#info{
background-image: url(images/top4_24.jpg);
background-repeat: no-repeat;
background-position: 5px 83px;
width: 385px;
height: 424px;
overflow: visible;
margin-top: 252px; }

#infoInner{
line-height: 120%;
color: #333;
text-align: left;
width: 340px;
height: 295px;
overflow: auto;
margin: 0;
padding: 0 10px 10px 20px;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #ffffff;
scrollbar-darkshadow-color: #333333;
scrollbar-face-color: #000000 ;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #ffffff; }

#sprash{
position: absolute;
margin-left: 385px; }

#schedulesInner .liveDate{
font-family:Georgia;
color:#cccc66;
float:left;
width:100px;
}

#schedulesInner .detail{
float:left;
color: #fff;
width: 217px;
line-height: 120%;
}

#schedulesInner hr{
height:1px;
width:100%;
}
#scheduleDiv{
margin:8px 0 8px 0;
padding-top:7px;
overflow:hidden;
height:0;
width:95%;
background-image: url(images/scheduleDiv.png);
background-repeat: repeat-x;
}
/** main contents style **/
a{
color: #847300; }
a:visited {color: #847300; }

a:hover{
color: #ddd;
background-color: #464500; }

a:active {color: #ffbc00; }

/** main contents style **/
.refsc_list{
font-family: Georgia;
list-style-type: none;
}

ul.refsc_list {margin:5px; padding:0;}
.refsc_list li{margin-bottom: 1.5em;
}

#counter{
font-size:0.7em;
text-align:left;
}

/** FOR WindowsIE5 style **/
/*  hide from macIE5 \*/
* html #scheduleDiv{padding:0;height:7px;width:100%; }
* html #schedulesInner .detail{width: 190px;}
/* hide from macIE5 */
