#box8 {
	background-color: #999999;
font-color: #FFF;
}


#box9 {
	background-color: #ffffff;
}



#stage {
	position: relative;
	width: 100%;                                      /* ----600------338-------- */
	height:120px; /* 338 */
	margin: -20 auto; /* TOPからの表示位置 */
}
#photo1,#photo2,#photo3,#photo4,#photo5 {
	position: absolute;
	float: center;
	width: 120%;                                      /* ----600------338-------- */
	height: 150px;
	left:102%;
	-moz-animation: imgtrans 30s infinite;
	-webkit-animation: imgtrans 30s infinite;
	animation: imgtrans 30s infinite;
}
#photo1 {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#photo2 {
	-moz-animation-delay: 6s;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}
#photo3 {
	-moz-animation-delay: 12s;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}
#photo4 {
	-moz-animation-delay: 18s;
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}
#photo5 {
	-moz-animation-delay: 24s;
	-webkit-animation-delay: 24s;
	animation-delay: 24s;
}
#frame2 {
	width: 100%;                                      /* ----600------338-------- */
	height: 120px;
	position: relative;
	overflow: hidden;
}
@-webkit-keyframes imgtrans {
 0% { left:100%; }
 5% { left:0%; }
 20% { left:0%; }
 25% { left:-100%; }
 100% { left:-100%; }
}
@-moz-keyframes imgtrans {
 0% { left:100%; }
 5% { left:0%; }
 20% { left:0%; }
 25% { left:-100%; }
 100% { left:-100%; }
}
@keyframes imgtrans {
 0% { left:100%; }
 5% { left:0%; }
 20% { left:0%; }
 25% { left:-100%; }
 100% { left:-100%; }
}
