/* topics */
#main-contents .topic-headline-section.content-primary {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
  #main-contents .topic-headline-section.content-primary .thp_headline-ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 380px;
    overflow: auto;
    list-style: none;
}

#main-contents .topic-headline-section.content-primary .thp_headline-ul li{
    clear: both;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

#main-contents .topic-headline-section.content-primary .thp_topic-link {
    border: 0;
    white-space: initial;
    display: block;
    padding: 0px 0px 10px 0px;

}
#main-contents .topic-headline-section.content-primary .thp_topic-link:hover {
    text-decoration: none;
}

  #main-contents .topic-headline-section.content-primary h3.topic-title_dt {
    background: transparent;
    font-size: 130%;
    border-radius: 0;
    padding: 20px 30px 5px 0px;
    margin: 0px;
    text-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    height: auto;
	  font-weight: normal;
    text-align: left; 
      color: #333333;
}
#main-contents .topic-headline-section.content-primary .thp_topic-link H3{
    color: #49a0dd;
}

#main-contents .topic-headline-section.content-primary .thp_topic-link:hover {
    background: url(../img/topic-arrow.png) no-repeat 98% center rgba(235, 235, 235,1.0); 

}
#main-contents .topic-headline-section.content-primary .thp_topic-link:hover H3{

}


#main-contents .topic-headline-section.content-primary h3.topic-title_dt:before, #main-contents .topic-headline-section.content-primary h3.topic-title_dt:after {
    display: none; 
}
    #main-contents .topic-headline-section.content-primary h3.topic-title_dt .date {
        display: block;
        color: #999999;
        font-size: 16px;
		display: block;
		padding: 0px 0px 0px 0px;
        margin: 0px 0px 10px 0px;
		text-decoration: none;
		font-weight: bold;
        text-align: left;
}
#main-contents .topic-headline-section.content-primary .thp_topic-link:hover H3 .date{
    text-decoration: none;
}
  #main-contents .topic-headline-section.content-primary .topic-text_dd {
	  clear: both;
    font-weight: normal;
        color: #333333;
      font-size: 130%;
      padding: 0px 30px 15px 0px; 
      text-decoration: none;
}

/* toppage */
#main-contents {
    width: 1000px;
	padding: 50px 0px 50px 0px;
    margin: 0px auto;
}

