/*眠りのサイト用CSS*/

body {
    background-color: #CCEDA5;
}

/*基本テキスト10pt*/
body,td,th{
    font-size: 10pt;
    line-height: 130%;
    color:#666666;
}

/*リンクテキストの指定*/
A:link{
    color: #666666;
    text-decoration: underline;
}

A:visited{
    color: #666666;
    text-decoration: underline;
}

A:hover{
    color: #333333;
    text-decoration: underline;
}

A:active{
    color: #333333;
    text-decoration: underline;
}

/*緑のテキスト*/
.green {
    color: #4DA859;
    font-weight: bold;
}

/*赤のテキスト8pt*/
.red_9pt {
    color: #F28353;
    font-weight:bold;
}

/*パンくずリスト*/
.navi {
    color: #FFFFFF;
}

/*ページのタイトル*/
.c_title {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}

/*ページのサブタイトル*/
.s_title {
    font-size: 9px;
}

/*ヘッダーの注釈*/
.sub {
    font-size: 8pt;
    color: #FFFFFF;
}
