﻿/* メニュー */
.top_menu{
    margin: 0px;

    width: 800px;
    height: 30px;
}

.top_menu ul

{

    margin: 0px;

    padding: 0px;

    display: inline;

    list-style-type: none;

}

.top_menu ul li{
    float: left;
}

.top_menu ul li a{
    display: block;
}

.top_menu ul li a span{
    display: none;
    font-size: 4pt;
}

/* メニュー - about */
.top_menu ul li a.about{
    background-image: url('../img/top_mn_kikisquare.gif');
    background-repeat: no-repeat;
    height: 30px;
    width: 200px;
}

.top_menu ul li a.about:hover{
    background-image: url('../img/top_mn_kikisquare_on.gif');
    background-repeat: no-repeat;
    height: 30px;
    width: 200px;
}

/* メニュー - news */
.top_menu ul li a.news{
    background-image: url('../img/top_mn_news.gif');
    background-repeat: no-repeat;
    height: 30px;
    width: 200px;
}

.top_menu ul li a.news:hover{
    background-image: url('../img/top_mn_news_on.gif');
    background-repeat: no-repeat;
    height: 30px;
    width: 200px;
}

/* メニュー - shop_office */
.top_menu ul li a.shop_office{
    background-image: url('../img/top_mn_shop_office.gif');
    background-repeat: no-repeat;
    height: 30px;
    width: 200px;
}

.top_menu ul li a.shop_office:hover{
    background-image: url('../img/top_mn_shop_office_on.gif');
    background-repeat: no-repeat;
    height: 30px;
    width: 200px;
}

/* メニュー - access */
.top_menu ul li a.access{
    background-image: url('../img/top_mn_access.gif');
    background-repeat: no-repeat;
    height: 30px;
    width: 200px;
}

.top_menu ul li a.access:hover{
    background-image: url('../img/top_mn_access_on.gif');
    background-repeat: no-repeat;
    height: 30px;
    width: 200px;
}

/* News部分 */
.Container {width: 360px; height: 150px;}

#Scroller-1 {position: absolute; overflow: hidden; width: 360px; height: 150px;}

.Scroller-Container {position: absolute; top: 520px; left: 20px;}

#Scrollbar-Container {position: absolute; top: 520px; left: 20px;}

.Scrollbar-Up {position: absolute; top: -10px; left: 380px;}

.Scrollbar-Track {width: 20px; height: 150px; position: absolute; top: 0px; left: 380px; background: transparent url(../img/scrollbar_track.gif) no-repeat center center;}

.Scrollbar-Handle {position: absolute; width: 20px; height: 40px;}

.Scrollbar-Down {position: absolute; top: 140px; left: 380px;}



/* Border */

.bdr_bm_sld{border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #7C7C7C;}
