a {outline:none;}



html{
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 0;
  min-width: 975px;
  min-height: 570px;
  overflow-y:scroll;
    
}

.base{
    position: absolute;
    width:100%;
    top: 480px;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 500px;
  min-height: 570px;
  margin: 0;
  padding: 0;
  z-index: 2;
  overflow: hidden;
  background-color:#000;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
   
}

.box{  border: 0px solid #aaa;
    width: 500px;
    height: 570px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}

/*表示物の位置制御*/



audio { width: 273px; }

#title{
    position:absolute;
        width:100%;
        height:100%;
        left: 45px;
        top: -400px;
        margin-left: -60px;
        margin-top: -80px;
  
    opacity:1;
     z-index: 3;
   

}

#line{
    position:absolute;
        width:100%;
        height:100%;
        left: 25px;
        top: -60px;
      
  
    opacity:1;
     z-index: 4;
      

}
