#title a{
display: block;
width: 768px;
height: 100px;
background-repeat:no-repeat;  
background-image:url(img/title.gif) ; 
border: 0;
}

#menu li.home a {
display: block;
width:130px; 
background-repeat:no-repeat;  
background-image:url(img/menu.gif);
background-position: 0px 0px;
}

#menu li.system a {
display: block;
width:127px; 
background-repeat:no-repeat;  
background-image:url(img/menu.gif);
background-position: -130px 0px;
}

#menu li.bio a {
display: block;
width:125px; 
background-repeat:no-repeat;  
background-image:url(img/menu.gif);
background-position: -257px 0px;
}

#menu li.company a {
display: block;
width:124px; 
background-repeat:no-repeat;  
background-image:url(img/menu.gif);
background-position: -382px 0px;
}

#menu li.jyokaso a {
display: block;
width:130px; 
background-repeat:no-repeat;  
background-image:url(img/menu.gif);
background-position: -506px 0px;
}

#menu li.business a {
display: block;
width:132px; 
background-repeat:no-repeat;  
background-image:url(img/menu.gif);
background-position: -636px 0px;
}

#menu li.home a:hover {
background-image:url(img/menu.gif) ;
background-position: 0px -24px;
border: 0;
}

#menu li.system a:hover {
background-image:url(img/menu.gif) ;
background-position: -130px -24px;
border: 0;
}

#menu li.bio a:hover {
background-image:url(img/menu.gif) ;
background-position: -257px -24px;
border: 0;
}

#menu li.company a:hover {
background-image:url(img/menu.gif) ;
background-position:  -382px -24px;
border: 0;
}

#menu li.jyokaso a:hover {
background-image:url(img/menu.gif) ;
background-position: -506px -24px;
border: 0;
}

#menu li.business a:hover {
background-image:url(img/menu.gif) ;
background-position: -636px -24px;
border: 0;
}


#footer1 {
display: block;
width: 768px;
height: 11px;
background-repeat:no-repeat;  
background-image:url(img/footer.gif) ; 
border: 0;
}
