@import url("../basic.css");

div#main table {
width: 650px;
margin: 20px auto;
border-top: 1px solid #666;
border-left: 1px solid #666; }

div#main table th {
background-color: #ededed;
width: 10em;
padding: 5px;
border-right: 1px solid #666;
border-bottom: 1px solid #666; }

div#main table td {
padding: 5px;
border-right: 1px solid #666;
border-bottom: 1px solid #666; }