@charset "UTF-8";


table {
   font-size:12px;
}

table {
   width:543px;
   margin:2px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
}

table th {
   padding:2px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   background:#EFEBEF;
   font-weight:bold;
   text-align:left;
}

table td {
   padding:4px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
}

table td ol {
   margin:0;
   padding:0 0 0 30px;
}

table td li {
   margin:0;
   padding:0;
}

/* ========これを入れないと枠がこわれてしまう======== */
input, textarea, select { font-size: 12px; font-family:Georgia, Helvetica, Sans-Serif; color:#696969; }
textarea { overflow: auto; }

/* テーブルフォーム */
table.form { border:2px solid #fff; border-collapse:collapse; margin-top:1em; }
table.form th,td { text-align:left; border:1px solid #fff; padding:8px; font-weight:normal; }
table.form th { background:#fff; }
table.form td { background:#fff; }
strong.ttl { text-align:left; border-left:solid 4px #cc0000; display:block; padding:2px 5px; margin-top:2em; }
-->
