/*--イベント--*/

#slideshow{

	width:1000px;

	height:280px;

	margin:0px auto 25px auto;

	background:url(../img/event-area.png) no-repeat;

	text-align:center;

}

#slideshow img{

	padding:20px 20px;

}

#slideshow {

    position:relative;

}



#slideshow img{

    position:absolute;

    top:0;

    left:0;

    z-index:8;

    opacity:0.0;

}



#slideshow IMG.active {

    z-index:10;

    opacity:1.0;

}



#slideshow IMG.last-active {

    z-index:9;

}



/*--ピックアップギャル--*/

#slideshow02{

	width:253px;

	height:337px;

	margin:0px auto;

	text-align:center;

}

#slideshow02 img{

	padding:20px;}

#slideshow02 {

    position:relative;

    height:280px;

}



#slideshow02 img{

    position:absolute;

    top:0;

    left:0;

    z-index:8;

    opacity:0.0;

}



#slideshow02 IMG.active {

    z-index:10;

    opacity:1.0;

}



#slideshow02 IMG.last-active {

    z-index:9;

}