@charset "utf-8";
/* CSS Document */
#navi a {
display: block;
height: 30px;
background: top left no-repeat;
text-indent: -9999px;
float: left;
}

#navi a.n1 { width: 87px; background: url(../image/topnavi_01.png);}
#navi a.n2 { width: 125px; background: url(../image/topnavi_02.png);}
#navi a.n3 { width: 125px; background: url(../image/topnavi_03.png);}
#navi a.n4 { width: 100px; background: url(../image/topnavi_04.png);}
#navi a.n5 { width: 83px; background: url(../image/topnavi_05.png);}
#navi a.n6 { width: 100px; background: url(../image/topnavi_06.png);}
#navi a.n7 { width: 85px; background: url(../image/navi_07.png);}
#navi a.n8 { width: 95px; background: url(../image/topnavi_08.png);}

#navi a:hover { background-position: right;}


