テーブル css

[sourcecode language=”css”]

table.rect{
width:725px;
margin:0;
padding :0;
border:1px solid #B7B7B7;
border-collapse:collapse;
border-spacing:0;
}
table.rect th{
border-right:1px solid #B7B7B7;
border-bottom:1px solid #B7B7B7;
background:#E6F2F2;
font-weight:normal;
width:120px;
padding:7px;
}
table.rect td{
border-right:1px solid #B7B7B7;
border-bottom:1px solid #B7B7B7;
padding:7px;
line-height:1.6em;
}
[/sourcecode]