BODY {
    color: #262420;
    background-color: #FFFFFF;
    background-image: url(./parts/bgsund.gif)
    margin-left: 10px;
    width: 16cm;
    }

DIV.header {
    font-size: x-small;
    }
DIV.content {
    }
DIV.linkfooter {
    font-size: x-small;
    }

P.shisetsu {
    text-align: right;
    }
P.return {
    text-align: right;
    }
P.reference {
    color: #FF8C00;
    font-size: small;
    font-weight: bold;
    text-align: right;
    margin: 5px;
    padding: 0px;
    border: none;
    background-color: #F0E68C;
    }

BR.clear {
    clear: both;
    }

A {
    text-decoration: none;
    }
A:hover{
    text-decoration:underline;
    }
A:link {
    color: #0000FF;
    }
A:visited {
    color: #0000FF;
    }
A:active {
    color: #425735;
    }

IMG.right {
    float: right;
    }
IMG.left {
    float: left;
    }
