@charset "utf-8"; 

/*
#total_table th {
    padding: 4px;
} 
#total_table td {
    padding: 4px;
} 

*/
thead{
    border-bottom: 2px dashed #CCCCCC;
}
div.table_header_fixed {  
     overflow: auto;  
}
* html div.table_header_fixed {  
     height: 450px;  
 }  
*+html div.table_header_fixed {  
     height: 450px;  
 }  
div.table_header_fixed table {  
     /**width: 500px;**/  
 }  
div.table_header_fixed table > tbody {  
     overflow: auto;   
     height: 450px;  
     overflow-x: hidden;  
 } 
 div.table_header_fixed thead tr {  
     position:relative;   
     top: expression(offsetParent.scrollTop);  
 }  
 div.table_header_fixed thead th {  
     text-align: center;  
 }  
 div.table_header_fixed tbody td {  
     white-space : nowrap;   
 }  
 div.table_header_fixed .last {  
 }  
  

 div.table_header_fixed td:last-child {   
     padding-right: 10px;   
 }  


.menu_total {
    background-color: #bbd2f0;
} 
.menu1 {
    background-color: #9cb0c9;
} 
.menu2 {
    background-color: #bbd2f0;
} 
.menu3 {
    text-align: center;
}

#grid th.tr_sut  {
    background: #d3deff;
    color: #333;
}
#grid td.tr_sut  {
    background: #d3deff;
    color: #333;
}

#grid th.tr_sun  {
    background: pink;
    color: #333;
}
#grid td.tr_sun  {
    background: pink;
    color: #333;
}



.td_number {
    text-align: right;
}