@charset "Shift_JIS";

/* -------------------------------------- */
/* exterior_wrap */
/* -------------------------------------- */


/* -------------------------------------- */
/* design_wrap */
/* -------------------------------------- */
#design_wrap {
	margin:0 auto;
	width:900px;
	padding-bottom:20px;
}
#design_wrap #slide {
	width:900px;
	height:550px;
	margin:20px auto 10px;
	position:relative;
}
#design_wrap #slide .panel {
	position:absolute;
	bottom:0;
	width:900px;
	height:88px;
	padding:0;
}

#design_wrap #slide .panel ul {
	width:231px;
	padding:70px 0 0 338px;
}
#design_wrap #slide .panel ul li {
	float:left;
	padding:0 0 0 5px;
	font-size:1px;
	line-height:1px;
}
#design_wrap .slideshow .slidebox {
	height:550px;
}



/* -------------------------------------- */
/* color_wrap */
/* -------------------------------------- */
#color_wrap {
	margin:50px auto 0;
	width:900px;
}
#color_wrap #color_chart #stage {
	width:525px;
	height:320px;
	float:left;
}
#color_wrap #color_chart {
	padding:0 0 30px;
}
#color_wrap #color_chart #selecter {
	float:right;
	width:352px;
	background:url(../image/color_selecter_bgr.jpg) no-repeat 0 140px;
}
#color_wrap #color_chart #selecter h3 {
	padding:30px 0 43px 5px;
	position:relative;
	height:86px;
	
	overflow:hidden;
}
#color_wrap #color_chart #selecter h3 p {
	position:absolute;
	top:0;
	left:0;
}
#color_wrap #color_chart #selecter h4 {
	padding:0 0 11px 12px;
}
#color_wrap #color_chart #selecter ul {
}
#color_wrap #color_chart #selecter ul li {
	float:left;
	padding:0 0 9px 7px;
	font-size:1px;
	line-height:1px;
}
#color_wrap #color_caution {
	font-size:80%;
	line-height:1.5;
	background:url(../../../common/image_common/devider.jpg) no-repeat center top;
	padding:15px 0 20px;
}
.bnr {
	text-align:center;
	margin:50px 0 40px;
}


/*-- bodycolorchange --*/

#selecter li {
	cursor:pointer;
}
#stage {
	position:relative;
	width:525px;
	height:320px;
	overflow:hidden;
}
#stage p {
	position:absolute;
	top:0;
	left:0;
}
#exterior h2.header {
	margin:50px auto 0;
}
#color_wrap h2.header {
	margin:0 auto 40px;
}





/* -------------------------------------- */
/* ‹¤’Ê */
/* -------------------------------------- */

/*-- slide --*/
.slideshow .slidebox {
	height:400px;
	width:900px;
	overflow:hidden;
	position:relative;
	background:#fff;
}
.slideshow .slidebox p {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	display:none;
}
.slideshow .slidebox ul li {
	cursor:pointer;
}
.slideshow .slidebox ul li:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	cursor:pointer;
}
.slideshow .slidebox .panel {
	border:solid 0 #f00;
}
.slideshow .slidebox .panel li:hover {
	cursor:pointer;
}


