*{
    margin: 0;
    padding: 0;
}
html{
    height: 100%;
    overflow: hidden;
}
body{
    height: 100%;
    background-color: #0b0801;
    font: 12px/1.4 'メイリオ', Meiryo, 'Lucida Grande', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 1px;
}
#container{
    width: 100%;
    height: 98%;
}
#flash{
    width: 100%;
    height: 98%;
}

#footer {
    position:absolute;
    width: 100%;
    bottom: 3px;
    right: 5px;
    text-align: right;
    font-size: 0.75em;
    color:#9F8E72;

}

#footer a {
    text-decoration: none;
}

#footer a:link {
   color:#9F8E72;

}
#footer a:visited {
   color:#9F8E72;

}
#footer a:hover {
   color:#ffffff;

}
#footer a:active {
   color:#ffffff;
}
