@charset "Shift_JIS";

/*----------------------------------------------------
	#topImage
----------------------------------------------------*/
#topImage {
	min-width: 950px;
	height: 210px;
	background: #FFF url(images/top-image.jpg) no-repeat center;
	text-align: center;
}

/*----------------------------------------------------
	.featureMain
----------------------------------------------------*/
.featureSub {
	font-size: 0px;
	position: relative;
	margin-bottom: 30px;
}

.fwer {
	margin: 20px 0 0 350px;
}

.pointLeft {
	position: absolute;
	top: 160px;
	left: 350px;
	z-index: 10;
}

.pointRight {
	position: absolute;
	top: 30px;
	left: 540px;
	z-index: 10;
}

#featureSub04 {
	height:308px;
	background: url(images/sub04.png) no-repeat;
}

/*----------------------------------------------------
	#slideBox
----------------------------------------------------*/
#slideBox {
	width: 612px;
	height: 201px;
	margin: 52px auto 0;
}

#sliderButton {
	width: 89px;
	height: 100%;
	float: left;
}

#sliderBtn0,
#sliderBtn1,
#sliderBtn2 {
    width: 89px;
    height: 39px;
    cursor: pointer;
}

#sliderBtn0 {
    background: url(images/btn_slider01_off.png) no-repeat center top;
}
#sliderBtn1 {
    background: url(images/btn_slider02_off.png) no-repeat center top;
}
#sliderBtn2 {
    background: url(images/btn_slider03_off.png) no-repeat center top;
}

#sliderBtn0.active {
    background: url(images/btn_slider01_on.png) no-repeat center top;
}
#sliderBtn1.active {
    background: url(images/btn_slider02_on.png) no-repeat center top;
}
#sliderBtn2.active {
    background: url(images/btn_slider03_on.png) no-repeat center top;
}

#slideShow {
	width: 523px;
	height: 100%;
	position: relative;
	background: url(images/suiryu_01.png) no-repeat center;
	float: right;
}
