.sfont {
	font-size:12px;
	color:#333333;
	line-height: 130%;
}

.ssfont {
	font-size: 10px;
	line-height: 110%;
	color: #333333;
}

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

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

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

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

#slideshow p img {
   width:  743px; /* 画像の横幅 */
   height: 295px; /* 画像の高さ */
   display: block;
   border: 0;
   margin-bottom: 0px; /* 画像下部の余白 */
}