@charset"UTF-8";

#tb_top  {
  border: 2px solid #2218f5;
  height: 270px;
  width: 615px;
  margin-top: 10px;
}

#tb_top #tb_topics  ul {
  overflow:hidden;
  margin-bottom: 10px;
}

#tb_top #tb_topics  li {
  float: left;
  width: 290px;
  margin: 7px 5px;
}

#tb_top #tb_topics  li img{
  float: left;
  width: 85px;
  margin-right: 5px;
}

#tb_top #tb_topics  li .topics_item  {
  background: url("//image.stworld.jp/dstimg/TB/tb_topics_arrow.gif") no-repeat scroll 3px 3px transparent;
  color: #8f0000;
  font-weight: bold;
}

#tb_top #tb_topics .topics_top   {
  padding: 3px;
}

#tb_top #tb_topics .topics_top img  {
  float: left;
  width: 85px;
  margin-right: 5px;
}

#tb_top #tb_topics .topics_top .topics_top_item  {
  background: url("//image.stworld.jp/dstimg/TB/tb_topics_arrow.gif") no-repeat scroll 3px 3px transparent;
  color: #8f0000;
  font-weight: bold;
}


.float_clear  {
  clear: both;
}