a {outline:none;}


#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height:100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 10;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #ff0000;
  z-index: 11;
}



html{
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 0;
  min-width: 640px;
  overflow-y:scroll;
}



body {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 640px;
  min-height:2420px;
  margin: 0;
  padding: 0;
  z-index: 2;
  overflow: hidden;
   background-image: url(img/background.jpg) ;
  background-color:#000000;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size:  cover;
  background-size:  cover;
    
}

.box{  border: 0px solid #aaa;
    width: 640px;
    height: 2420px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
      
}

/*表示物の位置制御*/

#s_logo{
   position:absolute;
        width:0%;
        height:0%;
        left: 80px;
        top:80px;
        margin-left: -60px;
        margin-top: -65px;  
}


#main {
        position:absolute;
        width:0%;
        height:0%;
        left:85px;
        top: 140px;
        margin-left: -60px;
        margin-top: -80px;
    z-index: 1
}

#copyright {
        position:absolute;
        width:0%;
        height:0%;
        left:75px;
        top: 2050px;
        margin-left: -60px;
        margin-top: -80px;
    z-index: 2
}

#nav{ 
position:absolute;
        width:0%;
        height:0%;
        left: 100px;
        top: 1750px;
        margin-left: -60px;
        margin-top: -80px;
     opacity: 1;
    z-index: 7;
     user-select:none
}

#nav01{ 
position:absolute;
        width:0%;
        height:0%;
        left: 0px;
        top: 0px;
        margin-left: 0px;
        margin-top: 0px;
    opacity: 1;
     z-index: 7;
     user-select:none
}

#nav02{ 
position:absolute;
        width:0%;
        height:0%;
        left: 180px;
        top: 0px;
        margin-left: 0px;
        margin-top: 0px;
    opacity: 1;
     z-index: 7;
     user-select:none
}

#nav04{ 
position:absolute;
        width:0%;
        height:0%;
        left: 105px;
        top: 100px;
        margin-left: 0px;
        margin-top: 0px;
    opacity: 1;
     z-index: 7;
     user-select:none
}

#nav07{ 
position:absolute;
        width:0%;
        height:0%;
        left: 360px;
        top: 0px;
        margin-left: 0px;
        margin-top: 0px;
    opacity: 1;
     z-index: 7;
     user-select:none
}

#nav08{ 
position:absolute;
        width:0%;
        height:0%;
        left: 120px;
        top: 200px;
        margin-left: 0px;
        margin-top: 0px;
    opacity: 1;
     z-index: 7;
     user-select:none
}


#twitter{
   position:absolute;
        width:0%;
        height:0%;
        left: 265px;
        top:2000px;
        margin-left: -60px;
        margin-top: -65px; 
    transform: scale(1.5);
  -webkit-transform: scale(1.5);
    z-index: 4
}

#sns{
   position:absolute;
        width:0%;
        height:0%;
        left: 385px;
        top:2000px;
        margin-left: -60px;
        margin-top: -65px; 
     transform: scale(1.5);
  -webkit-transform: scale(1.5);
    z-index: 4
}

#bnr1{ 
position:absolute;
        width:0%;
        height:0%;
        left:220px;
        top: 2150px;
        margin-left: -60px;
        margin-top: -80px;
        opacity: 1;
     z-index: 7;
     user-select:none
}

#bnr3{ 
position:absolute;
        width:0%;
        height:0%;
        left: 220px;
        top: 2220px;
        margin-left: -60px;
        margin-top: -80px;
        opacity: 1;
     z-index: 7;
     user-select:none
}

#bnr4{ 
position:absolute;
        width:0%;
        height:0%;
        left: 220px;
        top: 2290px;
        margin-left: -60px;
        margin-top: -80px;
        opacity: 1;
     z-index: 7;
     user-select:none
}

#bnr5{ 
position:absolute;
        width:0%;
        height:0%;
        left: 220px;
        top: 2360px;
        margin-left: -60px;
        margin-top: -80px;
        opacity: 1;
     z-index: 7;
     user-select:none
}

#bnr6{ 
position:absolute;
        width:0%;
        height:0%;
        left: 220px;
        top: 2430px;
        margin-left: -60px;
        margin-top: -80px;
        opacity: 1;
     z-index: 7;
     user-select:none
}

#obi{
   position:absolute;
        width:0%;
        height:0%;
       left: -500px;
        top: 2100px;
        margin-left: -60px;
        margin-top: -65px; 
     opacity: 1;
    z-index: 6;
     user-select:none
}



/*ここまで位置制御*/
