/* ------------------------------
リンク画像透過
------------------------------ */
a:hover img{
filter: alpha(opacity=40);
-moz-opacity:0.8;
opacity:0.8;
}


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