/* ------------------------------
メニューの背景変更
------------------------------ */
div#eswsPaneAlphaInner {
	background-image: url(https://www.douwa-f.com/gazou/bar_red.png);
	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;
}


/* ------------------------------
選択されているメニューの背景変更 
------------------------------ */
ul#eswsMenu li.active, ul#eswsMenu li.active a, #eswsMenu li.active .eswsDirectoryTitle{
background-image: url(https://www.douwa-f.com/gazou/bar_cream.png);
}


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


/* ------------------------------
物件詳細のメニューバーの文字色 
------------------------------ */
#box_ttl {
background-image: none;
background-color: red;
}


/* ------------------------------
電話マークの画像変更と電話番号の文字色変更 
------------------------------ */
#eswsHeaderInner #eswsInquiryTel {
color: red
background-image: url:（画像の絶対パス）
background-position: 0 0;
background-repeat: no-repeat;}