@charset "utf-8";

* {margin: 0;
   padding: 0;
   border:0;
   }

body{ position:absolute;
      left:0px;
	  top:0px;
	  height:5100px;
	  width:2060px;
	  text-align:center;
	  font-family:"小塚ゴシック Pro R";
	  }
	 
.wrapper div {
	          position: absolute;
              }


nav {display:block;
     position: fixed;
	 z-index: 9999999;
	 top: 10px;
	 left:50%;
	 font-family: "小塚ゴシック Pro R";
	 font-size: 40px;
     }		  

a {text-decoration:none;
	     color: #000;
         }

a:hover {text-decoration:none;
	     color: #000;
         }

a:active {text-decoration:none;
	     color: #000;
          }

ul {
	list-style: none;
    }

#about {position:absolute;
		top:5050px;
		left:1460px;
		z-index:1;
		white-space:pre;
		}

#anime {position:absolute;
        top:-1px;
		left:399px;
        z-index:0;}

#rail {z-index:2;
	   position:absolute;
       top:486px;
	   left:630px;
       }
	   
#arrow {z-index:1;
        position:absolute;
		 top:5000px;
		left:1820px;
        font-size:15px;
		white-space:pre;
		}

#minidemo {z-index:0;
	       position:absolute;
           top:4080px;
		   left:1110px;
           }















			