a.logo:link, a.logo:visited {
    text-decoration: none;
}

/* 全体 */
body {
    background-color: #FFFFFF;
    color: #000055;
    font-family: Times New Roman;
    margin: 1em 2em;
}

/* produced by galliver.inc */
div.produce {
    font-family: Verdana;
    font-size: 0.8em;
}

/* 見出し帯 */
div.headBand {
    background-color: #CCCCCC;
}

div.headBand, .dtlBand, .dot, .disclaimer {
    font-weight: bold;
    margin-top: 1.5em;
    padding: 0.1em 0 0.1em 5px;
    width: 690px;
}

/* 濃い見出し帯(トップマージン控えめ) */
div.dtlBand {
    background-color: #A28D68;
    padding: 0.1em 0 1em 5px;
}

/* 明細帯 */
div.dtlBandLight, .dtlBandDeep {
    background-color: #EAE6DD;
    margin-top: 0.1em;
    padding: 0.1em 0 1em 5px;
    width: 690px;
}

/* 濃い明細帯 */
div.dtlBandDeep {
    background-color: #D5CCBB;
}

/* title */
div.h1{
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
    width: 690px;
    border: 1pt none;
}

/* Footer */
div.footer {
    text-align: center;
    margin-top: 1.5em;
    width: 690px;
    border: 1pt none;
}

/* コピーライト */
div.copyright {
    text-align: center;
}

/* このサイト */
div.thissite {
    color: gray;
    font-style: normal;
    text-align: center;
}

/* アドレス */
address {
    font-style: normal;
    text-align: center;
}

/* インデント */
div.indent{
    margin-left: 20px;
}

/* Ad */
div.Ad {
    text-align: center;
    margin-top: 1.5em;
    width: 690px;
    border: 1pt none;
}

/* リンクのホットスポット */
a:hover {
    color: red;
}

/* メニューバー */
a.menubar{
    color: #FFFFFF;
    text-decoration: none;
}

/* テーブル全体の定義 */
table {
    width: 690px;
}

table.menu{
    border-collapse: collapse;
}

/* 色つき帯 */
td.menubar, .menubarEnd, a.menu, div.disclaimer, .dot {
    background-color: olive;
    color: white;
}

td.menubar, .menubarEnd, a.menu  {
    font-weight: bold;
    border: solid white;
}

td.menubar, a.menu {
    text-align: center;
}

td.menubar {
    width: 60px;
    border-width: 1px 2px 1px 0;
}

a.menu {
    border: none;
}

td.menubarEnd{
    border-width: 1px 0;
}

a.nounderbar{
    text-decoration: none;
}

/* 正誤表のテーブルについての定義 */
th.item{
    background-color: #D5CCBB;
}

tr.light{
    background-color: #EAE6DD;
}

tr.deep{
    background-color: #D5CCBB;
}

col.number{
    text-align: center;
    width: 40px;
}

col.project{
    text-align: left;
    padding: 0em 0em 0em 0.2em;
}
