﻿body, html
{
    padding: 0;
    margin: 0;
    font-family: Arial;
    text-align:center;
}

#menu
{
    width: 800px;
    height: 40px;
    margin: 0;
    padding: 0;
}
#menu a:link
{
    display: block;
    float: left;
    margin-right: 1px;
    padding: 10px;
    background: #B8D03B url(images/img01.gif) no-repeat;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
}
#menu a:hover
{
    display: block;
    float: left;
    background: #DDE6AB;
    color: #2C2E22;
}
#menu a:visited
{
    display: block;
    float: left;
    margin-right: 1px;
    padding: 10px;
    background: #B8D03B url(images/img01.gif) no-repeat;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
}

#header
{
    width: 800px;
    background: url(fuyukabe-hana-2.gif);
    text-align: center;
}
#header .font
{
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
    margin: 5px 10px 5px 0;
    color: #772B1A;
}
#header .highlight
{
    background: #181818;
    color: white;
    font-size: 10pt;
    font-weight: bold;
    line-height: 160%;
    width: 100px;
    text-align: center;
}
#content
{
    width: 800px;
    background: url(fuyukabe-hana-2.gif);
    text-align: center;
    padding: 5px 10px 5px 10px;
}
#content .top
{
    text-align: right;
    margin: 5px;
    font-size: 9pt;
}
#content .top a:link
{
    text-decoration: underline;
    color: #555B43;
}
#content .top a:hover
{
    text-decoration: none;
    color: #A3A3A3;
}
#content .top a:visited
{
    text-decoration: underline;
    color: #555B43;
}
#content .space
{
    background: #C0C0C0;
    width: 400px;
}
#content p
{
    text-indent: 15px;
    text-align: left;
    font-size: 10pt;
    line-height: 180%;
    margin: 10px;
    color: #243A4B;
}
#content .book
{
    font-size: 11pt;
    line-height: 200%;
    margin: 5px 0 5px 0;
}
#content .book a:link
{
    text-decoration: none;
    border-bottom: 1px dotted;
    font-size: 12pt;
    font-weight: bold;
    color: #446D8C;
}
#content .book a:hover
{
    text-decoration: none;
    font-size: 12pt;
    border-bottom: none;
    font-weight: bold;
    color: #FFD350;
}
#content .book a:visited
{
    text-decoration: none;
    border-bottom: 1px dotted;
    font-size: 12pt;
    font-weight: bold;
    color: #446D8C;
}
#content .imp
{
    font-size: 12pt;
    color: Red;
    font-weight: bold;
}
#content .booktitle
{
    text-align: left;
    line-height: 200%;
    font-size: 10pt;
    margin: 5px 15px 5px 15px;
    color: #4C513C;
}
#content .booktitle a:link
{
    text-decoration: none;
    border-bottom: 1px dotted;
    font-size: 12pt;
    font-weight: bold;
    color: #BF605D;
}
#content .booktitle a:hover
{
    text-decoration: none;
    font-size: 12pt;
    border-bottom: none;
    font-weight: bold;
    color: white;
}
#content .booktitle a:visited
{
    text-decoration: none;
    border-bottom: 1px dotted;
    font-size: 12pt;
    font-weight: bold;
    color: #BF605D;
}
#footer
{
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    color: #3C3319;
    letter-spacing: 1px;
    width: 800px;
}
#footer .imp
{
    font-size: 12pt;
    color: Red;
}
