@charset "UTF-8";

/*************************************************************
top-menu　190626 別館追加（9つに変更）
*************************************************************/
#top-menu {
        width:780px;
        height:32px;
        margin-top:4px;
        overflow: hidden;
}
#top-menu ul {
        margin:0;
        padding:0;display: flex;justify-content:space-between;
}
#top-menu li {
        height:32px;width:85px;
        overflow: hidden;
}
#top-menu a {
        background-image:url(/img/menu1906.jpg?20190626);
        background-repeat:no-repeat;
        text-indent:-9999px;
        height:32px;width:85px;
        display: block;
        zoom:1;
}
/* BUTTONS */
#top-menu .m-home a {
        background-position: 0 0;
}
#top-menu .m-shopping a {
        background-position: -85px 0;
}
#top-menu .m-supplies a {
        background-position: -170px 0;
}
#top-menu .m-bekkan a {
        background-position: -255px 0;
}
#top-menu .m-appraisal a {
        width:96px;
        background-position: -340px 0;
}
#top-menu .m-opinion a {
        background-position: -425px 0;
}
#top-menu .m-knowledge a {
        background-position: -510px 0;
}
#top-menu .m-tenpo a {
        background-position: -595px 0;
}
#top-menu .m-tenpo2 a {
        background-position: -595px 0;
}
#top-menu .m-corpsite a {
        background-position: -680px 0;
}


/* OVER STATES */

#top-menu .m-home-o a {
        background-position: 0 -32px;
}
#top-menu .m-shopping-o a {
        background-position: -85px -32px;
}
#top-menu .m-supplies-o a {
        background-position: -170px -32px;
}
#top-menu .m-bekkan-o a {
        background-position: -255px -32px;
}
#top-menu .m-appraisal-o a {
        width:96px;
        background-position: -340px -32px;
}
#top-menu .m-opinion-o a {
        background-position: -425px -32px;
}
#top-menu .m-knowledge-o a {
        background-position: -510px -32px;
}
#top-menu .m-tenpo-o a {
        width:94px;
        background-position: -595px -32px;
}
#top-menu .m-tenpo2-o a {
        width:94px;
        background-position: -595px -32px;
}
#top-menu .m-corpsite-o a{
        background-position: -680px -32px;
}


/* OVER */
#top-menu .m-home a:hover {
        background-position: 0 -32px;
}
#top-menu .m-shopping a:hover {
        background-position: -85px -32px;
}
#top-menu .m-supplies a:hover {
        background-position: -170px -32px;
}
#top-menu .m-bekkan a:hover {
        background-position: -255px -32px;
}
#top-menu .m-appraisal a:hover {
        width:96px;
        background-position: -340px -32px;
}
#top-menu .m-opinion a:hover {
        background-position: -425px -32px;
}
#top-menu .m-knowledge a:hover {
        background-position: -510px -32px;
}
#top-menu .m-tenpo a:hover {
        width:94px;
        background-position: -595px -32px;
}
#top-menu .m-tenpo2 a:hover {
        width:94px;
        background-position: -595px -32px;
}
#top-menu .m-corpsite a:hover {
        background-position: -680px -32px;
}
