@charset "shift_jis";

body {
	background: #ffffff url(../../images/bg_home.jpg) repeat-x ;
}


/* ---------------------------
   トップ画像（toppage用）
--------------------------- */
#pageimg	{
	height: 400px;
}


/* ---------------------------
   お知らせ（インラインフレーム）
--------------------------- */

#info_entry {
	width: 860px;
}

#info_entry li {
	padding-top: 12px;
	padding-bottom: 5px;
	float: left;
	width: 860px;
	background:#fff url(../images/bg_dotline.gif) repeat-x left bottom;
	list-style-type: none;
}


#info_entry li .date {
	width: 110px;
	float: left;
}

#info_entry li .msg {
	width: 750px;
	text-align:left;
	float: right;
}


	
/*================================================
 *  スライドショー
 ================================================*/
.slideshow {
   position: relative;
   width:  980px; /* 画像の横幅に合わせて記述 */
   height: 400px; /* 画像の高さに合わせて記述 */
}
.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;
}

