/* ------------------------------
画像ロールオーバー時に透過
------------------------------ */
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;
}


/* ------------------------------
メニューの背景変更（黒→青）
------------------------------ */
div#eswsPaneAlphaInner {
background-image: none;
background-color:#000080;
}