@charset "utf-8";
/* CSS Document */



.picBg{
	left:356px;
}	

.iconLeft{
	position:absolute;
	top:100px;
	left:-30px;
	z-index:2;
}

.iconLeft .slide_left{
	width:55px;
	height:58px;
	background: url(../images/technique/slide_left.png) no-repeat left top;
	display:block;
}

.iconRight{
	position:absolute;
	top:100px;
	right:-30px;
	z-index:2;
}

.iconRight .slide_right{
	width:55px;
	height:58px;
	background: url(../images/technique/slide_right.png) no-repeat left top;
	display:block;
}

.gradLeft{
	position:absolute;
	top:0;
	left:0;
	width:95px;
	height:284px;
	background: url(../images/technique/grad_l.png) no-repeat left top;
	display:block;
	z-index:1;
}

.gradright{
	position:absolute;
	top:0;
	right:0;
	width:95px;
	height:284px;
	background: url(../images/technique/grad_r.png) no-repeat left top;
	display:block;
	z-index:1;
}

#sub_contents ul#slide_list{
	width:1862px;
	left:-417px;
}

#sub_contents ul#slide_list02{
	width:1862px;
	left:-1511px;
}

#sub_contents ul.slideImage li{
	width:256px;
	overflow:hidden;
}
