﻿/*外部cssファイルスタイル記述。*/
/*=========================table書式=======================*/
table {
border: 1px solid #b12e4d;
width:900px;
}
th,td{
width:auto;
border: 1px solid #b12e4d;
}


col#data01{
width:150px;
border: 1px solid #b12e4d;
}
col#data02{
width:auto;
border: 1px solid #b12e4d;
}


