/*------テーブルの定義-------*/
.table1 {
    margin-top : -4px;
    border-collapse:collapse;		/* テーブルの枠線を重ねて表示 */
    width : 650px ;
    margin-left :0px ;

}

.table1-td1{

   width : 497px;
   height : 695px ;
   vertical-align : bottom ;
}

.table1-td2{
   width : 7px ;
}

.table1-td3{
  width : 146px ;
height : 350px ;
vertical-align : top ;
font-size : 14px ;
text-align : left ;
LINE-HEIGHT: 160%;
}

.table1-td4{
  width : 146px ;
height : 345px ;
vertical-align : bottom ;
font-family : 'serif','メイリオ','MS Pゴシック','明朝体';
text-align : center ;
font-size : 11px ;
LINE-HEIGHT: 120%;
}

.td-p {
font-family : 'serif','メイリオ','MS Pゴシック','明朝体';
text-align : center ;
font-size : 11px ;
LINE-HEIGHT: 120%;
vertical-align : bottom ;
}


