/* ページ構造に関するスタイルを指定 */


body{
    background-color: #B8E1CD;
}


tr{
    text-align: left;
    background-color: rgb(227,234,199); 
}

td{
    text-align: left;
}

p.text1 {
        font-size:14px;
        color:#4576a3; 
        }

