article, header, nav, footer {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

html {
    overflow: hidden;
    height: 100%;
}

body {
   margin: 0;
   padding: 0;
   background: #000;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
   color: #888;
   font-size: 10px;
   height: 100%;
}

body.msie {
    font-size: 62.5%;
}
 
body.win {
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

img.bgimage {
    display: none;
}

img.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

#outline {
    height: 100%;
    overflow: auto;
}

#credit {
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin: 0;
}

#credit a {
    color: #888;
    text-decoration: none;
}

#yuboku {
    position: absolute;
    top: 40px;
    left: 30px;
}

#yuboku header {
    margin: 0 0 20px 0;
}

#yuboku header h1 {
    font-size: 3em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #888;
    margin: 0;
    line-height: 1;
}

#yuboku header h1 sup {
   font-size: 0.5em;
   font-weight: 100;
}

#yuboku header h1 a {
    color: #888;
    text-decoration: none;
    }

#yuboku header p {
    margin: 0;
    font-weight: bold;
}

#yuboku nav ul {
    list-style-type: none;
    line-height: 20px;
    margin: 0 0 20px 0;
    padding: 0;
}

#yuboku nav li {
    font-size: 1.4em;
    font-weight: bold;
    display: inline;
}

    #yuboku nav li a {
        color: #888;
        text-decoration: none;
    }
    
    #yuboku nav li a:hover {
        text-decoration: none;
    }
    
#yuboku footer {
    font-weight: bold;
}

#content {
    margin: 0 30px 0 400px;
    max-width: 500px;
}

#content h2 {
    font-size: 6em;
}
