/* topics */

#topic-waku{
    padding: 0px 0px 30px 0px;
    margin: 120px 0px 0px 0px;
    background-color: #ffffff;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.03);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.03);
}

#topic-title{
    position: absolute;
    display: table-cell;
    width: 1000px;
    height: 152px;
    padding: 59px 0px 0px 0px;
    margin: -120px auto 0px auto;
    background-image: url(../img/topic-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}


#main-contents .topic-headline-section.content-primary {
    padding: 91px 0px 0px 0px;
    margin: 0px 0px 0px 60px;

}
  #main-contents .topic-headline-section.content-primary .thp_headline-ul {
    margin: 0px 0px 0px 0px;
    padding: 30px 60px 0px 0px;
    height: 300px;
    overflow: auto;
    list-style: none;
}

#main-contents .topic-headline-section.content-primary .thp_headline-ul li{
    clear: both;
    padding: 0px 0px 10px 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 5px 0px;

}

  #main-contents .topic-headline-section.content-primary h3.topic-title_dt {
    background: transparent;
    font-size: 115%;
    border-radius: 0;
    padding: 10px 40px 10px 147px;
    margin: 0px 0px 0px 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 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: #a16d6d;
        float: left;
        width: 147px;
		padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px -147px;
		text-decoration: none;
		font-weight: normal;
        text-align: left;
        
}

#main-contents .topic-headline-section.content-primary .thp_topic-link:hover h3.topic-title_dt .date  {
    text-decoration: none;
}


    #main-contents .topic-headline-section.content-primary .thp_topic-link:hover {
/*        background: url(../img/topic-arrow.png) no-repeat 98% center rgba(241, 241, 241,1.0); */
        background: url(../img/topic-arrow.png) no-repeat 98% center; 
        text-decoration: none;
}

#main-contents .topic-headline-section.content-primary .thp_topic-link:hover H3{
    color: #c28a8a;
    text-decoration: underline;
}

  #main-contents .topic-headline-section.content-primary .topic-text_dd {
	  clear: both;
    font-weight: normal;
      color: #333333;
      font-size: 115%;
      padding: 0px 40px 10px 0px;
      margin: 0px 0px 0px 0px;

}

/* toppage */

#main-img-area{
    max-width: 1800px;
    min-width: 1000px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
}
#main-img-area img{
    width: 100%;
}
#main-contents {
    width: 100%;
    padding: 0px 0px 50px 0px;
    margin: 0px auto;
}

