.tag    { 
           position:absolute;
           width:85px;height:15px;
           top:112px;
           border-top:1px solid #eeeeee;
           border-right:1px solid #888888;
           border-bottom:1px solid #777777;
           border-left:1px solid #eeeeee;
           padding : 0px ;

        }
.batsu    { 
           position:absolute;
           width:22px;height:15px;
           left:552px; 
           background-color:#999999;
           top:112px;
           border-top:1px solid #eeeeee;
           border-right:1px solid #888888;
           border-bottom:1px solid #777777;
           border-left:1px solid #eeeeee;
           padding : 0px ;

        }
.tab    { 
           position:absolute;
           top:128px;left:204px;
           width:360px;height:300px;
		   font-size:12px;
           /*--初めはrectを小さくして隠しておきます--*/
           clip:rect(0,0,0,0);
           border-top:0px ;
           border-right:1px solid #888888;
           border-bottom:1px solid #777777;
           border-left:1px solid #eeeeee;
           padding : 8px ;
           padding-top : 12px ;
           padding-right : 8px ;
        }


/*-- tab1 CSS  --*/
#tabtag1{  
           left:291px;
           background-color:#c0e4b0;
}
#tab1   {  

}

/*-- tab2 CSS  --*/
#tabtag2{   
           left:378px; 
           background-color:#e5ed9d;
}
#tab2   {  

}

/*-- tab3 CSS  --*/
#tabtag3{   
           left:465px; 
           background-color:#f9d666;
}
#tab3   {  

}

/*-- tab4 CSS  --*/
#tabtag4{  
           left:204px;
           background-color:#eecccc;
}
#tab4   {  

}


div.fixedLay 
{ 
    position         : absolute   ;
    z-index          : 100        ;
    left             : 0px     ;
    top              : 0px     ; 
}

a.fixedLay   
{ 
    text-decoration  : none       ;
    font-size        : 12px       ;
    font-weight      : bold       ;
    font-family      : Arial      ;
    color            : #222222    ; 
}
