/* ------------------------------
メニューの背景変更
------------------------------ */
div#eswsPaneAlphaInner {
background-image: none;
background-color:#864815;　
}


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


/* ------------------------------
背景画像削除
------------------------------ */
#eswsPaneBeta.eswsPane {
    background-image: none;
}


/* ------------------------------
電話マークの画像変更と電話番号の文字色変更 
------------------------------ */
#eswsHeaderInner #eswsInquiryTel {
color: #8b4513;
background-image: url(http://www.roomin-web.net/tel_naivy.png); 
background-position: 0 0;
background-repeat: no-repeat; 
}