@charset "UTF-8";
/* style.css */
 
/* アニメーションの枠 */
#anim{
    width: 960px;
    height:440px;
    overflow: hidden;
    position: relative;
    margin:0 auto 20px;
}
 
/* top や left などの絶対位置でアニメーションさせる */
#anim img, #anim p, #anim h3{
    position:absolute;
}
 
/* 画像は全て透明にしておく */
#anim img{
    opacity: 0;
    -moz-opacity: 0; /*for Firefox*/
    filter: alpha(opacity=0); /*for IE*/
}
 
/* 2枚目の背景画像は右側からスクロールする */
#anim_bg_2 {
    right:-140px;
}
#anim_text_1 {
	left: -60px;
}
#anim_bg_1,#anim_bg_3 {
	top: -44px;
	left: -96px;
	width: 1152px;
	height: 528px;
}
#anim_text_5 {
	top: 299px;
	left: 102px;
	width: 280px;
	height: 80px;
}
#anim_text_5 a {
	display: none;
	width: 280px;
	height: 80px;
}