@charset "utf-8";

.table1{
width:631px;
margin-top:15px;
margin-left:25px;
}

.table1 table{
border-top:1px solid #999;
border-left:1px solid #999;
border-collapse:collapse;
border-spacing:0;
background-color:#ffffff;
empty-cells:show;
}

.table1 th{
border-right:1px solid #999;
border-bottom:1px solid #999;
color:#333;
background-color:#eee;
padding-top:4px;
padding-bottom:3px;
text-align:center;
font-weight:normal;
}

.table1 td{
border-right:1px solid #999;
border-bottom:1px solid #999;
padding:4px 6px 3px 6px;
text-align:left;
}


.comment{
padding:5px;
width:190px;
border:1px #ccc solid;
}

.comment p{
background-color:#eee;
}

.comment ul{
margin-top:5px;
font-size:10px;
line-height:1.6em;
letter-spacing:0;
}