@charset "utf-8";
/* CSS Document */

/*スライドショー用css*/


#slideshow {
   position: relative;
   width:  450px; /* ボックスの横幅 */
   height: 300px; /* ボックスの高さ */
}

#slideshow p {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; /* ボックスの背景色(必須) */
   height: 300px; /* ボックスの高さ */
}

#slideshow p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow p.last-active {
   z-index: 9;
}

#slideshow p img {
   width:  450px; /* 画像の横幅 */
   height: 270px; /* 画像の高さ */
   display: block;
   border: 0;
   margin-bottom: 10px; /* 画像下部の余白 */
}



/*-----------------------------------------
 米国不動産事業ページのメルマガ登録ボタンCSS 
 
#mail-button2 p{
	margin:0.5em 0em 0.5em 0.5em;
}*/

