@charset "shift_jis";
body{
 text-align:center;}
body#top{
text-align:center;
  background-color:black;
    width: 100%;  
}
div#main {  
    width: 100%;  
    margin: 0 auto;  
    text-align: left;  
    border: 0;  
}  
p{ text-align:left;line-hight:130%;width:650px;padding:10px; }

#anime {
   position: relative;
   width:  100%; /* 画像の横幅に合わせて記述 */
}
#anime img {
   position: absolute;
width:  100%; 
   top:0px;
   left:0px;
   z-index: 8;
   opacity: 0.0;
}
#anime img.active {
   z-index: 10;
   opacity: 1.0;
}
#anime img.last-active {
   z-index: 9;
}
