@charset "utf-8";


/*--------------------------------------------------------------------------------------------------------------*/

.link_waku { border: 1px solid #eeeeee; height: 110px; width: 578px; margin-bottom: 15px; position: relative; }
.link_waku .td1 { height: 110px; width: 110px; position: absolute; left: 0px; top: 0px; }
.link_waku .td1 a { padding: 5px; display: block; background-color: #FFFFFF; }
.link_waku .td1 a:hover { background-color: #FF3300; }

.link_waku .td2 { padding: 5px; height: 100px; width: 458px; text-align: left; vertical-align: top; position: relative; left: 110px; top: 0px; }

.link_waku .td2 h3 a { font-size: 14px; line-height: 20px; font-weight: bold; color: #0099CC; text-decoration: none; display: block; height: 20px;  margin-bottom: 5px; }
.link_waku .td2 h3 a:hover { color: #FFFFFF; background-color: #0099CC; }
.link_waku .td2 .url { color: #008800; font-size: 10px; line-height: 20px; }
.link_waku .td2 .text { font-size: 12px; line-height: 16px; color: #666666; height: 32px; margin-bottom: 3px; }
.link_waku .td2 .date { font-size: 10px; line-height: 20px; background-color: #f6f6f6; color: #666666; text-align: right; height: 20px; }
.std { text-align: right; font-size: 12px; line-height: 20px; }


