@charset "UTF-8";
/* CSS Document */
.rollover-s01 {
    display:block;
    height: 33px;
    width: 97px;
    background-image: url(../img/nhhs01-h.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top;
}
.rollover-s01:hover {
    background-position: bottom;
}
.rollover-s02 {
    display:block;
    height: 33px;
    width: 97px;
    background-image: url(../img/nhhs02-h.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top;
}
.rollover-s02:hover {
    background-position: bottom;
}
.rollover-p01 {
    display:block;
    height: 33px;
    width: 115px;
    background-image: url(../img/nhhp01-h.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top;
}
.rollover-p01:hover {
    background-position: bottom;
}
.rollover-p02 {
    display:block;
    height: 33px;
    width: 114px;
    background-image: url(../img/nhhp02-h.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top;
}
.rollover-p02:hover {
    background-position: bottom;
}
.rollover-p03 {
    display:block;
    height: 33px;
    width: 112px;
    background-image: url(../img/nhhp03-h.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top;
}
.rollover-p03:hover {
    background-position: bottom;
}

