@charset "UTF-8";
/* CSS Document */

a.menu_01 {
    display: block;
    width: 89px;
    height: 36px;
    background: url("..//images/menu/menu_01.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.menu_01 {
    background-position: 0 -36px;
}



a.menu_02 {
    display: block;
    width: 207px;
    height: 36px;
    background: url("..//images/menu/menu_02.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.menu_02 {
    background-position: 0 -36px;
}



a.menu_03 {
    display: block;
    width: 145px;
    height: 36px;
    background: url("..//images/menu/menu_03.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.menu_03 {
    background-position: 0 -36px;
}


a.menu_04 {
    display: block;
    width: 140px;
    height: 36px;
    background: url("..//images/menu/menu_04.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.menu_04 {
    background-position: 0 -36px;
}
