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: #000;
   font-size: 15px;
   height: 90%;
}

body.msie {
    font-size: 90%;
}
 
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;
}

#outline {
    height: 100%;
    overflow: auto;
}

#yuboku {
    position: absolute;
    top: 20px;
    left: 30px;
}

#yuboku nav ul {
    list-style-type: none;
    line-height: 1.1;
    margin: 0 0 20px 0;
    padding: 0;
}

#yuboku nav li {
    font-size: 0.8em;
    font-weight: bold;
    display: inline;
}

    #yuboku nav li a {
        color: #000;
        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;
}
