@charset "utf-8";

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


.tbl_waku { height: auto; width: 650px; }
.tbl_waku table { background-color: #CCC; width: 100%; }
.tbl_waku .td1 { font-size: 14px; line-height: 20px; background-color: #EEE; width: 20%; padding: 9px; vertical-align: top; }
.tbl_waku .td2 { font-size: 14px; line-height: 20px; background-color: #FFF; padding: 9px; width: 80%; }
.td2 .title { color: #F00; font-weight: bold; font-size: 14px; line-height: 26px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC; }
.td2 li { background-image: url(../img/icon001.gif); background-repeat: no-repeat; background-position: 10px 8px; padding-left: 24px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCC; font-size: 12px; line-height: 26px; }

.td2 .map_txt { height: 40px; width: 400px; float: left; }
.td2 .map { height: 20px; float: right; padding-top: 20px; clear: right; }
.td2 a { color: #36F; font-weight: bold; }
.td2 a:hover { color: #F33; }

