/*
-----------------------------------------------------------------------------
HTML要素
-----------------------------------------------------------------------------*/

/*スクロールバーカラー変更*/
html,
body {
	scrollbar-base-color: #dcdcdc;/*ここ*/
	scrollbar-face-color: #dcdcdc;/*ここ*/
	scrollbar-track-color: #f0f8ff;/*ここ*/
	scrollbar-arrow-color: #ffffff;/*ここ*/
	scrollbar-highlight-color: #dcdcdc;/*ここ*/
	scrollbar-shadow-color: #dcdcdc;/*ここ*/
	scrollbar-3dlight-color: #f0f8ff;/*ここ*/
	scrollbar-darkshadow-color: #f0f8ff;/*ここ*/
}

body {
	color: #333333;
	background-color: #ffffff;
}

a {
	color: #333333;
}

a:hover {
	color: #333333;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------
ペインα #eswsPaneAlpha
-----------------------------------------------------------------------------*/
/*右サイドメニュー位置下げ*/

#eswsPaneAlpha {
	float: right;
	width: 203px;
	padding-top: 30px; /*←ここ*/
}

/* for IE6 */
* html body #eswsMenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#eswsMenu li {
	width: 178px;
	margin-bottom: -1px;
	border-width: 1px;
	border-style: solid;
}

#eswsMenu li a {
	width: 176px;
	height: auto !important;
	min-height: 36px;
	border: 1px #ffffff solid;
	background-repeat: no-repeat;
	background-position: left top;
}

#eswsMenu li a:hover {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
}

#eswsMenu li a span {
	margin: 10px 5px 10px 30px;
}

#eswsMenu .eswsDirectory {
	border-top-width: 2px;
	border-top-style: solid;
	vertical-align: bottom;
}

#eswsMenu .eswsDirectoryTitle {
	border: 1px #ffffff solid;
	background-repeat: no-repeat;
	background-position: left top;
}

#eswsMenu .eswsDirectoryTitle span {
	margin: 10px 10px 10px 11px;
}

#eswsMenu .eswsDirectory li {
	border-left: none;
}


/*
-----------------------------------------------------------------------------
ペインβ/γ/δ #eswsPaneBeta, #eswsPaneGamma, #eswsPaneDelta
-----------------------------------------------------------------------------*/
/*メイン位置下げ*/

#eswsPaneBeta,
#eswsPaneDelta {
	padding: 30px 0 0 23px;/*←ここ*/
}

#eswsPaneBetaInner,
#eswsPaneDeltaInner {
	width: 795px;
}



/*
-----------------------------------------------------------------------------
コンテナ #eswsTop, #eswsContainer, #eswsPaneContainer, #eswsBottom   color_style
-----------------------------------------------------------------------------*/
/*ヘッダー＆ボディ背景変更*/

#eswsContainer {
	background-image: url(/topimage/bgPage_.jpg);/*ここ*/
}

#eswsContainerInner {
	background-image: url(/topimage/bgHeader_.jpg);/*ここ*/
}

/*
-----------------------------------------------------------------------------
ヘッダ #eswsHeader  color_style
-----------------------------------------------------------------------------*/

#eswsInquiryButton a {
	width:250px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(/topimage/header_btnon.jpg) left top no-repeat;
	}

#eswsInquiryButton a:hover {
	background:url(/topimage/header_btnoff.jpg) left top no-repeat;
	}


/*
-----------------------------------------------------------------------------
コンテナ #eswsTop, #eswsContainer, #eswsPaneContainer, #eswsBottom
-----------------------------------------------------------------------------*/

#eswsTop,
#eswsContainer,
#eswsBottom {
	position: relative;
	width: 1023px;
	margin: 0 auto;
}

#eswsContainer {
	background-repeat: repeat-y;
	background-position: left top;
}

#eswsContainerInner {
	width: 1023px;
	background-repeat: no-repeat;
	background-position: left top;
}





/*
-----------------------------------------------------------------------------
ヘッダ #eswsHeader
-----------------------------------------------------------------------------*/

#eswsHeader {
	padding-bottom: 0;
}

#eswsHeaderInner {
	width: 1023px;/*ヘッダー幅*/
	min-height: 100px;   
	height: auto !important;   
	height: 100px;
}

#eswsHeading1 {
	padding: 27px 0 0 36px;
}

#eswsHeaderParagraph1 {
	padding: 25px 22px 0 0;
}

#eswsHeading2 {
	padding: 1px 22px 0 0;
}

#eswsHeaderParagraph2 {
	padding: 7px 0 0 36px;
	min-height: 50px;   
	height: auto !important;   
	height: 100px;
}

#eswsInquiryContent {
	top: 17px;
	right: 160px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}

#eswsInquiryContent li {
	padding-right: 25px;
	background-repeat: repeat-x;
	background-position: left center;
}

#eswsInquiryTel span {
	background-position: left center;
}

#eswsInquiryTime span {
	background-position: left center;
}

/*-------問合せボタン位置----------*/

#eswsInquiryButton {
	top: 32px;
	right: 130px;
}



/*
-----------------------------------------------------------------------------
ペインα #eswsPaneAlpha
-----------------------------------------------------------------------------*/

/* for IE6 */
* html body #eswsMenu {
	border-bottom-color: #ffffff;
}

#eswsMenu li {
	border-color: #ffffff;
	background-color: #ffffff;
}

#eswsMenu li a {
	background-image: url(/topimage/btn01on.jpg);
}

#eswsMenu li a:hover {
	background-image: url(/topimage/btn01off.jpg);
}

#eswsMenu .eswsDirectory {
	border-top-color: #ffffff;
}

#eswsMenu .eswsDirectoryTitle {
	background-image: url(../image/bgGlobalTitle.jpg);
}

/* 詳細ヘッダー
----------------------------------*/

.eswsDetailContainer .eswsDetailWrapper {
	width: 730px;
	margin: 0 auto;
	padding: 100px 0 0;
}
