@charset "utf-8";
/* CSS Document */
*{
    margin:0;
    padding:0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
    height:100%;
        background: url(http://static.tumblr.com/npqqvc8/4Cinhcuhh/op_anime.gif) no-repeat center 0;
        -moz-background-size:auto 100%;
        background-size:auto 100%;
}


html{
    height:100%;
}


#skip {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 25px;
}
#skip a {
	display: block;
	overflow: hidden;
	height: 100px;
	width: 200px;
	text-decoration: none;
	margin: 0;
	background: url(http://static.tumblr.com/npqqvc8/Jaqnh2yf8/skip.png) no-repeat;
}

#skip a:hover {
	background-position: 0 -100px;
	}
#skip p {
    display: none;
}


h1{
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
}
img {
	border: none;}
a img {	
	border: none;
}

a.install {
        width: 96px;
        height: 20px;
        background: url(http://static.tumblr.com/npqqvc8/ReWnh2wrl/skip.png);
        display: block;
        position: absolute;
        top: 26px;
        right: 3px;
    }
