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

#slideshow{

	width:320px;

	height:120px;

	margin:0px auto 0px auto;



	text-align:center;

}

#slideshow img{



}

#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{}

#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;

}