/* topics */
#main-contents .topic-headline-section.content-primary {
/*	width: 460px;*/
	background-color: #f4f4f4;
	padding: 60px 0px 0px 0px;
	margin: 0px;
		background-image: url(../img/../img/topic-title.png);
	background-repeat: no-repeat;
	background-position: center 25px;

  /**/ }
  #main-contents .topic-headline-section.content-primary .thp_headline-ul {
/*	width: 460px;*/

    margin: 0px;
    padding: 0px 0px 0px 0px;
    height: 380px;
	  overflow-x: hidden;
	  overflow-y: auto;
    list-style: none;
}

  #main-contents .topic-headline-section.content-primary li {
	 border-bottom: 1px dotted #42b2d1;

}

  #main-contents .topic-headline-section.content-primary h3.topic-title_dt {
/*	  width: 410px;*/
    background: transparent;
    font-size: 130%;
    border-radius: 0;
    padding: 10px 20px 10px 30px;
    margin: 0px;
    text-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    height: auto;
	  font-weight: bold;
    text-align: left; 
	  color: #42b2d1;
}
    #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 {
		color: #313131;
		font-size: 14px;
		display: block;
		padding: 0px;
		text-decoration: none;
		font-weight: normal;
		margin: 0px 0px 5px 0px;
}
  #main-contents .topic-headline-section.content-primary .thp_topic-link {
    border: 0;
    white-space: initial;
	  color: #7de2b6;
    display: block; 
}

    #main-contents .topic-headline-section.content-primary .thp_topic-link:hover {
      background: url(../img/topic-guide.png) no-repeat 98% center rgba(255, 255, 255,1); 
}
  #main-contents .topic-headline-section.content-primary .topic-text_dd {
	  clear: both;
    font-weight: normal;
	  color: #313131;
    padding: 0px 20px 20px 30px;
	  font-size: 100%;
}


/* toppage */
#main-contents {
	width: 100%;
	padding: 0px 0px 50px 0px;
}
