@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;

    background-color: white;
    color: #333;
    line-height: 1.5;
}

html {
    overflow-y: scroll;
}

div.header {
    position: absolute;
    font-size: 14px;
    top: 17px;
    right: 11px;
    height: 20px;
    padding: 0 3px;

    color: #000;
    white-space: nowrap;
}

div.main {
    padding: 5px;
    background-color: #e7fbee;
}

div.entry {
    background-color: #fff;
    padding-top: 2px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
    border-top: 10px solid #00af09;
    border-bottom: 10px solid #00af09;
    border-left: 1px solid #00af09;
    border-right: 1px solid #00af09;
}

div.entrybody {
    position: relative;
}

div.entrybody_toc {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

div.entrybody_body {
    margin-left: 205px;
    padding-left: 5px;
    border-left: 2px solid #228822;
}

div.footer {
    padding: 5px 5px 5px 5px;
    background-color: white;
}

