body { 
    font-family: 'Times New Roman', sans-serif;
    font-size: 14px;
    background-color: #ffffff;
}

p { 
    text-indent: 1em;
    line-height: 20px;
}

a { 
    color: #200000;
/*  color: #930; */
}

h2 {
    background-color: #a0ffa0;
}

h3 {
    background-color: #e0ffe0;
}

/* body.sponser */
body.contents table.sponsor a { 
    text-decoration: none;
    color: #000000;
}

/* body.menu */
body.menu ul {
    line-height: 28px;
    list-style: none;
    vertical-align: middle;
    letter-spacing: 0.2em;
    margin-left: 10pt;
    margin-top: 20pt;
    padding-left: 0pt;
}

body.menu ul li {
    margin-left: 0px;
    padding-left: 0px;
    display: block;
}

body.menu ul li a {
    text-decoration: none;
/*  color: #033; */
    color: #000000;
    width: 120px;
    background-color: #40ffe0;
/*    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-position: center left;*/
    padding-left: 5px;
    margin: 5px;
    display: block;
}

