/* ------------------------------
背景画像の変更
------------------------------ */
#eswsPaneBeta.eswsPane {
        background-image: none;
        background-position: 50% -44px;
        background-repeat: no-repeat;
        background-color: white;
}
#eswsMenu li.active .eswsDirectoryTitle span {
background-image:none;
}

/*---------------------------------
画像ロールオーバー
-----------------------------------*/
a:hover img{
filter: alpha(opacity=80);
-moz-opacity:0.80;
opacity:0.80;
}