body
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:870px;
    background-color:#443423;
    font-family:Arial;
}

body div#content
{
    margin-top:15px;
    border:solid 1px;
    background-color:#FFFBE6;
    font-size:14px;
    text-align:center;
    width:870px;
    padding:15px;
}

body div#content a, body div#content * a, body div#content a img
{
    color:green;
    border:green;
}

body div#content div#title
{
    padding:5px;
    border-style:solid;
    border-width:3px;
    border-color:#533423;
    color:#FFFBE6;
    font-weight:bold;
    font-size:30px;
    margin-bottom:30px;
    background:url(/view/picture/banner.jpg);
}

body div#content div.subtitle
{
    font-weight:bold;
    font-size:20px;
    margin-top:10px;
    margin-bottom:10px;
    color:#533423;
    text-decoration:underline;
}

body div#content div.subtitle_lv2
{
    font-weight:bold;
    text-decoration:underline;
    text-align:center;
    margin-top:30px;
}


body div#content * div.space_after
{
    margin-bottom:5px;
}

div.error
{
    color:#000000;
    background-color:#CFBA9B;
    border:solid 1px;
    margin:10px;
}
