/* テーブル
------------------------------- */
table {
width: 100%;
height: 50px;
border: 1px solid #ccc;
border-collapse: collapse;  /* 線を重ねて表示 */

text-align: left;
}

table th {
color: #666;
padding: 5px;
background: url(../image/bg.gif) left top repeat;
}

table td {
color: #666;
padding: 5px;
}