@charset "UTF-8";
/* CSS Document */
body{
    background: #000;
    color: #fff;
}
body.fixed{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
#contents .indent{
    padding-left: 1em;
}
