/* ------------------------------
選択されているメニューの背景変更 
------------------------------ */
ul#eswsMenu li.active, ul#eswsMenu li.active a, #eswsMenu li.active .eswsDirectoryTitle{
background-image: none;
background-color: #F0FFF0;
}


/* ------------------------------
メニューの背景変更
------------------------------ */
div#eswsPaneAlphaInner {
background-image: none;
background-color: #00FF7F;
height: 44px;
background-position: 50% 0;
background-repeat: no-repeat;
}

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