.notetab_off, .notetab_on{
 width:24px;
 height:42px;
 text-align:center;
 line-height:40px;
}

.notetab_on{
 background:url('/mypage/image/tag_on.gif') no-repeat;
}

.notetab_off{
 background:url('/mypage/image/tag_off.gif') no-repeat;
 cursor:pointer;
}

.notetab_off a{
 color:#EE6633;
 text-decoration:none;
}