@charset "utf-8";

@import "common.css";
@import "layout.css";


.tbl { height: auto; width: 620px; }
.tbl table { background-color: #333; width: 100%; height: auto; }
.tbl .td1 { background-color: #111; width: 20%; padding: 9px; vertical-align: top; font-size: 14px; line-height: 18px; }
.tbl .td2 { font-size: 14px; line-height: 18px; width: 80%; padding: 9px; background-color: #000; }
.tbl .td2 strong { color: #F90; }
