#slideshow {
   position: relative;
   width:  287px; /* ボックスの横幅 */
   height: 201px; /* ボックスの高さ */
}

#slideshow p {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; /* ボックスの背景色(必須) */
   height: 220px; /* ボックスの高さ(ここを変更) */
}

#slideshow p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow p.last-active {
   z-index: 9;
}

#slideshow p img {
   width:  287px; /* 画像の横幅(ここを変更) */
   height: 201px; /* 画像の高さ (ここを変更)*/
   display: block;
   border: 0;
   margin-bottom: 0px; /* 画像下部の余白 (ここを変更)*/
}

#slideshow2 {
   position: relative;
   width:  287px; /* ボックスの横幅 */
   height: 201px; /* ボックスの高さ */
}

#slideshow2 p {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; /* ボックスの背景色(必須) */
   height: 220px; /* ボックスの高さ(ここを変更) */
}

#slideshow2 p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow2 p.last-active {
   z-index: 9;
}

#slideshow2 p img {
   width:  287px; /* 画像の横幅(ここを変更) */
   height: 201px; /* 画像の高さ (ここを変更)*/
   display: block;
   border: 0;
   margin-bottom: 0px; /* 画像下部の余白 (ここを変更)*/
}

#slideshow3 {
   position: relative;
   width:  287px; /* ボックスの横幅 */
   height: 201px; /* ボックスの高さ */
}

#slideshow3 p {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; /* ボックスの背景色(必須) */
   height: 220px; /* ボックスの高さ(ここを変更) */
}

#slideshow3 p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow3 p.last-active {
   z-index: 9;
}

#slideshow3 p img {
   width:  287px; /* 画像の横幅(ここを変更) */
   height: 201px; /* 画像の高さ (ここを変更)*/
   display: block;
   border: 0;
   margin-bottom: 0px; /* 画像下部の余白 (ここを変更)*/
}


#slideshow4 {
   position: relative;
   width:  287px; /* ボックスの横幅 */
   height: 201px; /* ボックスの高さ */
}

#slideshow4 p {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; /* ボックスの背景色(必須) */
   height: 220px; /* ボックスの高さ(ここを変更) */
}

#slideshow4 p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow4 p.last-active {
   z-index: 9;
}

#slideshow4 p img {
   width:  287px; /* 画像の横幅(ここを変更) */
   height: 201px; /* 画像の高さ (ここを変更)*/
   display: block;
   border: 0;
   margin-bottom: 0px; /* 画像下部の余白 (ここを変更)*/
}

#slideshow5 {
   position: relative;
   width:  287px; /* ボックスの横幅 */
   height: 201px; /* ボックスの高さ */
}

#slideshow5 p {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; /* ボックスの背景色(必須) */
   height: 220px; /* ボックスの高さ(ここを変更) */
}

#slideshow5 p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow5 p.last-active {
   z-index: 9;
}

#slideshow5 p img {
   width:  287px; /* 画像の横幅(ここを変更) */
   height: 201px; /* 画像の高さ (ここを変更)*/
   display: block;
   border: 0;
   margin-bottom: 0px; /* 画像下部の余白 (ここを変更)*/
}