.linkbar1 {  font-size: 12px; color: #000000; font-weight: bold}


/* ロールオーバー；通常時 */ 
.ro1 { 
    background:url(../img/t_hikari_off.gif) no-repeat; /* 画像(off) */ 
    width:120px; height:32px; /* 画像の幅・高さ */ 
    margin:0; padding:0; /* 余白指定 */ 
    display:block; /* ブロック要素扱い */ 
} 


.ro1a { 
    background:url(../img/t_chikudan_off.gif) no-repeat; /* 画像(off) */ 
    width:120px; height:32px; /* 画像の幅・高さ */ 
    margin:0; padding:0; /* 余白指定 */ 
    display:block; /* ブロック要素扱い */ 
} 


.ro1b { 
    background:url(../img/t_densen_off.gif) no-repeat; /* 画像(off) */ 
    width:105px; height:32px; /* 画像の幅・高さ */ 
    margin:0; padding:0; /* 余白指定 */ 
    display:block; /* ブロック要素扱い */ 
} 

.ro1c { 
    background:url(../img/t_densen_off.gif) no-repeat; /* 画像(off) */ 
    width:105px; height:32px; /* 画像の幅・高さ */ 
    margin:0; padding:0; /* 余白指定 */ 
    display:block; /* ブロック要素扱い */ 
} 




.ro2 { 
    background:url(../img/t_densen_off.gif) no-repeat; /* 画像(off) */ 
    width:105px; height:32px; /* 画像の幅・高さ */ 
    margin:0; padding:0; /* 余白指定 */ 
    display:block; /* ブロック要素扱い */ 
} 

.ro3 { 
    background:url(../img/toiawase-bar.gif) no-repeat; /* 画像(off) */ 
    width:115px; height:31px; /* 画像の幅・高さ */ 
    margin:0; padding:0; /* 余白指定 */ 
    display:block; /* ブロック要素扱い */ 
} 

.ro4 { 
    background:url(../img/t_home_off.gif) no-repeat; /* 画像(off) */ 
    width:30px; height:20px; /* 画像の幅・高さ */ 
    margin:0; padding:0; /* 余白指定 */ 
    display:block; /* ブロック要素扱い */ 
} 


.ro_kaigo { 
    background:url(../img/t_other_off.gif) no-repeat; /* 画像(off) */ 
    width:95px; height:24px; /* 画像の幅・高さ */ 
    margin:0; padding:0; /* 余白指定 */ 
    display:block; /* ブロック要素扱い */ 
} 

.ro_annai { 
    background:url(../img/t_info_off.gif) no-repeat; /* 画像(off) */ 
    width:67px; height:24px; /* 画像の幅・高さ */ 
    margin:0; padding:0; /* 余白指定 */ 
    display:block; /* ブロック要素扱い */ 
} 





/* マウスが乗った時 */ 
.ro1:hover { 
    background:url(../img/t_hikari_on.gif) no-repeat; /* 画像(on) */ 
} 

.ro1a:hover { 
    background:url(../img/t_chikudan_on.gif) no-repeat; /* 画像(on) */ 
} 

.ro1b:hover { 
    background:url(../img/t_densen_on.gif) no-repeat; /* 画像(on) */ 
} 


.ro2:hover { 
    background:url(../img/t_densen_on.gif) no-repeat; /* 画像(on) */ 
} 

.ro3:hover { 
    background:url(../img/toiawase-bar2.gif) no-repeat; /* 画像(on) */ 
} 

.ro4:hover { 
    background:url(../img/t_home_on.gif) no-repeat; /* 画像(on) */ 
} 


.ro_kaigo:hover { 
    background:url(../img/t_other_on.gif) no-repeat; /* 画像(on) */ 
} 

.ro_annai:hover { 
    background:url(../img/t_info_on.gif) no-repeat; /* 画像(on) */ 
} 






