@charset "utf-8" ;

p {
  font-size: 14px;
}

#page {
       width:1000px;
       margin: 0 auto ;
}
.typeA {font-size:10px;}
.typeB {font-size:12px;}

#example {
    margin: auto;
  }
  
 .red { color: red; } 

 .blue { color: blue; } 

.pageben {margin-left:20px;}
main table {
       margin-bottom: 20px;}

table thead tr th {
                    border: 3px double #f1a571 ;
}

table tbody tr th {
                    border: 3px double #f1a571 ;
}

table tbody tr td {
                    border: 3px double #f1a571 ;
}



