/*                                 
/                                  
/   label.css                      
/                                  
*/                                 
                                   
body {                             
  background-color:#223344; 
}                                  
                                   
table.lbTbl {                      
  font-size   : 16px;              
  font-family : monospace;         
  color       : #ffffff;           
  position    : absolute;          
  top         : 18px;              
  left        : 10px;              
  border      : 0;                 
  padding     : 0;                 
  margin      : 0                  
}                                  
                                   
tr {                               
  height      : 22px;              
}                                  
                                   
td {                     
  height      : 22px;                        
  text-align  : right;             
}                                         

td.rName {                       
  height      : 22px;                      
  text-align  : left;             
}  
                                   
th {                           
  height      : 22px;                  
  text-align    :   right;         
  padding-left  :   20px;          
}                                  
                                   
td.dir {                     
  height      : 22px;                    
  text-align  : center;            
}                                  
                                   

A:link    { color:#ffffff; text-decoration:none;}   
A:visited { color:#dddddd; text-decoration:none;}   
A:active  { color:#00ffcc; text-decoration:none;}   
A:hover   { color:#ff0000; text-decoration:none;}   
                                 
span.forward {                       
    height      : 22px;                  
    color       : #006400;  
    cursor      : pointer;
}                                  
                                   
span.reverse {                     
    height      : 22px;                    
    color       : #00009b;  
    cursor      : pointer;  
}                                  

span.mips {
    color       : #ff9900;
    cursor      : pointer;
}

span.kazusa_f {
    color       : #99ff00;
    cursor      : pointer;
}      

span.kazusa_r {
    color       : #ffff00;
    cursor      : pointer;
}                        

span.array {
    color       : #ff0000;
    cursor      : pointer;
}  


