@charset "UTF-8";

/* for top page */

body{
background-color:#000;
text-align:center;
padding-top:10px;
padding-bottom:20px;
}

h1{
margin:0 auto;
width:330px;
background:url("http://puujee.info/image/top.jpg") no-repeat left top;
}

h1 a{
padding:480px 0 0 0;
display: block;
overflow:hidden;
height: 0px !important; /* for most browsers */
height /**/:480px; /* for IE5.5 */
background:url("http://puujee.info/image/top.jpg") no-repeat left top;
}

h1 a:hover{background:url("http://puujee.info/image/top2.jpg") no-repeat left top;}