body {
	    font-size: small;
        color: #333;
        line-height: 1.4;
        margin: 0px;
}

a:link {
        color: #0081ff;
        text-decoration: none;
}

a:visited {
        color: #0081ff;
        text-decoration: none;
}

a:active {
        color: #b1d9ff;
        text-decoration: none;
}

a:hover {
        color: #b1d9ff;
        text-decoration: none;
}

p {
        margin: 0px;
}

div#outline {
        width: 720px;
        background: url(bg_body.gif) repeat-y;
        margin: 0px auto;
}

div#header {
        width: 700px;
        height: 100px;
        background: #fff;
        margin: 0px 0px 0px 10px;
        position: relative;
}

h1 {
        margin: 20px 0px 0px 0px;
        float: left;
}

ul.page {
        list-style: none;
        padding: 0px;
        margin: 0px;
        position: absolute;
        top: 78px;
        right: 20px;
}

ul.page li {
        float: left;
        width: 20px;
        height: 20px;
        text-align: center;
        font-weight: bold;
        background: #ccc;
        border: 1px solid #999;
        margin: 0px 2px;
}

ul.page li a {
        display: block;
        width: 20px;
}

ul.page li.here {
        background: #999;
        border: 1px solid #666;
        color: #b1d9ff;
}

ul.page li.here a {
        color: #b1d9ff;
}

div#contents {
        width: 700px;
        height: 100%;
        background: #fff;
        margin: 0px 10px;
}

p.tit {
        width: 304px;
        height: 38px;
        background: #b1d9ff;
        border-left: 6px solid #0081ff;
        padding-left: 10px;
        font-weight: bold;
}

ul.forum {
        margin: 30px 0px 0px 0px;
        list-style: none;
        height: 100%;
}

*>ul.forum {
        padding-left: 10px;
}

ul.forum li {
        float: left;
        margin: 0px 10px;
}

ol.link {
        width: 200px;
        margin: 0px auto 15px;
        list-style: none;
}

ol.link li {
        display:inline;
}

div#footer {
        width: 700px;
        margin-left: 10px;
        background: #b1d9ff;
        text-align: center;
        padding: 1px 0px;
}
