/*自動車文庫巡回表のテーブル用css*/
table{
      border: 1px solid gray;
      width= 100% ;
      }
caption{
      font-weight: bold;
      text-align: left;
      font-size: 120%;
      }
th   {
      width=20%;
      padding: 5px;
      border: 1px solid gray;
      height:13.5pt;
      align: centerl; 
     }
td   {
      width=20%;
      padding: 5px;
      border: 1px solid gray;
      height:13.5pt;
      text-align: center; 
       }
