﻿
BODY { 
    background: #FFFFFF;
    line-height: 110%;
    font-size: 14px;
    width: 90%;
    margin:  10px;
    padding: 0px;
}

P {
    text-indent: 1em; /* 字下げ */
    margin: 10px 20px 10px 10px;
}

DIV {
    margin:  0px;
    padding: 0px;
}

H1 {
    font-size: 1.2em;
    font-weight: bolder;
    text-align: center;
    width: 95%;
    margin: 10px 3px 3px 3px;
    padding: 5px 20px;

    border-bottom-style: double;
    border-bottom-color: #000000;
    clear: both;
}

/* TABLE全般の設定 */
TABLE {
    font-size: 1em;
    margin: 10px
}

TH {
    background-color: #F5F5F5;
    font-weight: bolder;
    text-align: center;
}

TD {
    line-height: 110%;
    text-align: center;
}


/* その他 */
.italic      { font-style:italic;  } /* イタリックで表示する */
.bolder      { font-weight:bolder; } /* 太字 */
.underline   { text-decoration: underline; }    /* 下線 */
.linethrough { text-decoration: line-through; } /* 取り消し線 */


UL {
    margin: 2px;
    padding: 2px;
    padding-left: 20px;
}
LI {
    margin: 2px;
    padding: 2px;
}


/* テキストリンクのボタン化 */
a.button {
    padding: 1px .7em;
    float: left;
    background-color: #e6e6fa;
    color: black;
    font-size: .8em;
    text-decoration: none;
    border-top: 1px solid #fff;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    border-left: 1px solid #fff;
}
a.button:active {
    text-decoration: none;
    border-top: 2px solid #666;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 2px solid #666;
}

