@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/

/* サイドブロック内パーツ */

/* バナー */
#banner{
    overflow: hidden;
}

#banner ul{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner li{
    display: block;
    width: 235px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#banner li a{
    display: block;
    height: 55px;
    text-indent: -9999px;
    overflow: hidden;
}

#banner li a:link, #banner li a:visited{
    display: block;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    background-image : url(banner_3Ea.png);
    background-position: center center;
    background-repeat: no-repeat;
    color: #3e3e3e;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    text-indent: 13px;
}
#banner li a:hover, #banner li a:active{
    background-image : url(banner_3Ea_on.png);
    color: #007eb8;
    text-decoration: none;
    font-weight: bold;
    text-indent: 13px;
}

