@import "common.css";

/* CSS Document */

/* ------------------------------
contents
------------------------------ */

#contents {
padding:19px;
width:860px;
height:300px;
margin:auto;
}
table {
width:560px;
border:1px #e3e3e3 solid;
border-collapse:collapse;
margin:auto;
}
table th {
padding:3px;
border:#e3e3e3 solid;
border-width:0 0 1px 1px;
background:#f5f5f5;
line-height:110%;
font-weight: normal;
}
table td {
padding-left:20px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
border:1px #e3e3e3 solid;
border-width:0 0 1px 1px;
}
img {
padding:3px;
}





