

/* 更新情報アニぁ[ション用CSS */
#icarousel {
	background: url(../images/news.gif) no-repeat;
	width: 500px;
	margin-bottom:5px;
}

#example_1 {
	overflow: hidden; /* important */
	position: relative; /* important */
	height: 29px; /* important */
	width: 440px;
	left:60px; /* important */
}



* html #example_1 {
	overflow: hidden; /* important */
	position: relative; /* important */
	height: 29px; /* important */
	width: 440px;
	left:60px;
}


#example_1 a {
	color: #FFFFFF;
	display: block;
	line-height: 25px;
	left: 0px;
	position: absolute;
	text-decoration: none;
	top: 3px;
	font-size: 0.7em;
	font-weight: bold;
}

#example_1 a:hover {text-decoration: underline;}
/* 更新情報アニぁ[ション用CSS */

/* ・ﾜ・フェードイン用CSS */
#imageContainer {
	height: 237px;
	width: 531px; /*・ﾜ・・宴｡幅*/
}

#imageContainer img {
	display: none;
	position: absolute;
	margin-left: 0px;
}

*:first-child+html #imageContainer img {
	display: none;
	position: absolute;
}
/*・ﾜ・フェードイン用CSS */


