@charset "utf-8";
/* INDEX */

#news{
  width : 100%;
  float : left;
  position : relative;

  margin-bottom : 20px;
}
.news_table{
  
  border-bottom-style : solid;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-color : gray;
  border-bottom-width : 1px;
  width : 100%;
  padding-bottom : 10px;
  margin-bottom : 10px;
}

.news_day{
  font-size : 10pt;
  font-weight : normal;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : gray;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  padding-top : 0px;
  padding-bottom : 0px;
}

.news_title{
  font-size : 12pt;
  font-weight : normal;
  padding-top : 5px;
  
  
  padding-bottom : 5px;
  
  margin-top : 0px;
  
  
  color : maroon;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
border-style : none;
}

.news_comment{
  font-size : 11pt;
  font-weight : normal;
  
  
  line-height : 16.5pt;
  
  
  
border-style : none;
  padding-top : 0px;
  padding-bottom : 5px;
}

.news_url{
  font-size : 10pt;

border-style : none;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
}


#topics{
  width : 100%;
  background-color : #ffe6e6;
  
  margin-bottom : 20px;
  float : left;
  position : relative;
}

.topics_waku{
  background-repeat : no-repeat;

  background-image : url(../images/topics/hotnews_back.jpg);
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 0px;
  margin-bottom : 10px;
  width : 300px;
  height : 300px;
  float : left;
  position : relative;
  }

.topics_waku2{
  background-repeat : no-repeat;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  width : 95%;
  float : left;
  position : relative;
  background-color : white;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}

.topics_word{
  margin-top : 110px;
  margin-left : 25px;
  width : 250px;
  height : 180px;
  float : left;
  position : relative;
}

.topics_word2{
  margin-left : 0px;
  padding-left : 10px;
}

.topics_a{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : silver;
  margin-bottom : 10px;
}

.topics_a a{
  color : #cc0000;
}.topics_a a:hover{
  color : navy;
}

.topics_waku h3{
  font-size : 14pt;
  font-weight : bold;
  color : #660000;
}

.topics_waku h4{
  font-size : 11pt;
  font-weight : normal;
}

.topics_waku span{
  font-size : 10pt;
  font-weight : normal;
  color : #666666;
  margin-left : 10px;
}

.topics_waku h2{
  text-indent : -5000px;
  margin-top : -20px;
  }.topics_waku2 h2{
  font-size : 18pt;
  font-weight : normal;
  padding-top : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  color : #cc0000;
  background-color : #fff9f9;
  padding-left : 10px;
}
