table#table-01 {
    width: 1000px;
    height: 270px;
    font-size: 9pt;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    width: 370px;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
　　font-family:　ＭＳ ゴシック;
　　line-height: 140%;
　　width: 600px;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}


table#table-02 {
    width: 600px;
    height: 180px;
    font-size: 9pt;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
　　background: #FFFFFF;
    border-spacing: 0;
}

table#table-02 th {
    width: 250px;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #FFFFFF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-02 td {
　　font-family:　ＭＳ ゴシック;
　　line-height: 140%;
　　width: 350px;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
　　background: #FFFFFF;
    text-align: center;
    white-space: nowrap;
}







p { 
   font-size: 11;  
   line-height: 115%;

   font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
} 

a{/*リンクされた文字*/
   color: 556B2F;
   font-size: 13;
   font-style: normal;
   text-decoration: underline;
}
a:link {/*未訪問のリンク*/
   color: #191970;
   font-size: 11;
   font-style: normal;
   text-decoration: underline;
}
   a:visited {/*訪問後のリンク*/
   font-size: 11;
   color:#002AD1;
   text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
   color: 0099ff;
   font-size: 11;
   font-style: normal;
   text-decoration: underline;
}
a:active {/*クリック中*/
   font-size: 11;
   text-decoration:none;
}



