@charset "shift_jis";

body{padding:0;background:#f5c4ed url(../img/bg.jpg) no-repeat center 167px; }
ul#wrap{
	width: 1000px;
	margin:20px auto 30px auto;
	overflow: hidden;
}
ul#wrap li{
	float:left;
	padding:0 12px 10px 0;
}
ul#wrap li.pa0{
	padding-right:0 !important;
}
p#copyr{
	color:#e386d4;
	font-size:10px;
}
#slideshow {
    position:relative;
	width: 373px;
    height:280px;
}

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