html {
    overflow: hidden;
    height: 100%;
}

body {
   margin: 0;
   padding: 0;
   background: #000;
   font-family:'$B%R%i%.%N3Q%4(B Pro W3','Hiragino Kaku Gothic Pro','$B%a%$%j%*(B',Meiryo,'$B#M#S(B $B#P%4%7%C%/(B','MS PGothic',sans-serif;
   color: #fff;
   height: 100%;
   -webkit-text-size-adjust: none;
}

body.msie {
    font-size: 62.5%;
}
 
body.win {
    font-family: '$B%a%$%j%*(B',Meiryo,'$B#M#S(B $B#P%4%7%C%/(B','MS PGothic',sans-serif;
}

img.bgimage {
    display: none;
}

img.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}

.clearfix:after {
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

#warp {
    width: 100%;
}
#fathbook {
   width: 80px;
   height: 62px;
   position: absolute;
   top: 1%;
   right: 0;
   margin: 0;
   padding: 0;
}
#fathbook a{
   width: 80px;
   height: 62px;
   display: block;
   background-image: url(../images/fb_icon.png);
   text-indent: -9999px;
}
#fathbook a:hover{
   background-image: url(../images/fb_icon.png);
   background-position: 0 -62px;
}
#copy {
    position: absolute;
    bottom: 10px;
    right: 20px;
    margin: 0;
	font-size: 10px;
}
#contents {
   width: 840px;
   position: absolute;  
   top: 30%;  
   left: 50%; 
   margin: 0 0 0 -420px;
}
h1 {
   width: 207px;
   margin: 0 auto;
}
h1 a{
   width: 207px;
   height: 125px;
   display: block;
   background-image: url(../images/logo.png);
   background-repeat: no-repeat;
   text-indent: -9999px;
   margin-bottom: 20px;
}
h1 a:hover{
   background-image: url(../images/logo.png);
   background-position: 0 -125px;
}

#menu {
   overflow: hidden;
   position: relative;
   font-size: 12px;
}
#menu ul{
   list-style: none outside none;
   float: left;
   margin: 0 0 0 0;
   padding: 0;
   position: relative;
   left: 50%;
}
#menu li {
   float: left;
   padding: 0 15px 0 15px;
   position: relative;
   left: -50%;
   text-align: center;
}
#menu li a{
   color: #ffffff;
   display: block;
   text-decoration: none;
   font-weight: bold;
}
#menu li a:hover{
   text-decoration: underline;
   color: #0000ff;
}