div#eswsPaneAlphaInner {
background-image: url(https://www.comz-i.com/top6.jpg);
background-color: #ffffff;
height: 44px;
background-position: 50% 0;
background-repeat: no-repeat;
}

/* ------------------------------
選択されていないメニューの文字色
------------------------------ */
ul#eswsMenu a {
color:#696969;
}


#eswsPaneBeta.eswsPane {
background-image: none;
background-position: 50% -44px;
background-repeat: no-repeat;
background-color: white;
}


/* ------------------------------
プルダウンメニューの文字色の変更
------------------------------ */
#eswsMenu .eswsDirectoryTitle {
color: #696969;
}




#eswsHeader {
    background-image: url("../image/bgHeader2.jpg");
}
#eswsHeader {
    background-position: left top;
    background-repeat: repeat;
    color: #000000;
    padding-bottom: 7px;
}
javascript:;
#eswsHeading2 {
    color: #FFFFFF;
}

#eswsContainer {
    background-image: url(".mage/bgHeader1.jpg");
}

#eswsHeader {
    background-position: left top;
    background-repeat: repeat;
    color: #000000;
}

#eswsFooter {
    background-image: url("./image/bgFooter.gif");
}
#eswsFooter {
padding-bottom: 20px;
background-position: left bottom;
background-color: #FFFFFF;
color: #000000;
min-height: 80px;
height: auto !important;
height: 80px;
}

#eswsFooter a {
color: #000000;
}

#eswsFooterInner {
width: 1000px;
margin: 0 auto;
}

#eswsPageTop {
padding-bottom: 40px;

/*---------------------------------
画像ロールオーバー
-----------------------------------*/
a:hover img{
filter: alpha(opacity=85);
-moz-opacity:0.85;
opacity:0.85;
}