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

/* ------------------------------
選択中のメニューの文字色 
------------------------------ */
ul#eswsMenu li.active span {
color:#ffffff;
}


/* ------------------------------
おすすめ物件表示の物件名の背景色の変更
------------------------------ */
li.eswsBuildingName {
background-color:#00008B;
}

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

/* ------------------------------
選択中のメニューの文字色 
------------------------------ */
ul#eswsMenu li.active span {
color: #カラーコード;
}

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


<body style="background-color:#0000FF;">