@charset "UTF-8";
#main-img_pc {
  margin: 2em 0; }

/*	お知らせ記事
------------------------*/
/* リスト--*/
#main-contents #topic-headline-section {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  height: 300px;
  overflow: auto; }
  #main-contents #topic-headline-section dl {
    width: 95%;
    margin: 0px; }
  #main-contents #topic-headline-section dt {
    margin: 0px;
    padding-top: 10px;
    color: #514334;
    font-weight: bold; }
    #main-contents #topic-headline-section dt .date {
      color: #008A80;
      float: none;
      display: block;
      font-size: 80%;
      margin: -5px 20px 10px 0;
      padding: 2px 5px;
      float: left;
      font-weight: bold;
      border: dotted 2px #008A80;
      border-radius: 5px; }
    #main-contents #topic-headline-section dt a {
      text-decoration: none;
      color: #008A80;
      border-bottom: dotted 2px #008A80;
      padding: 0 2em 5px 0; }
      #main-contents #topic-headline-section dt a:hover {
        color: #0d0000; }
  #main-contents #topic-headline-section dd {
    padding: 0 0 10px 0;
    color: #514334;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #ffffff;
    display: block;
    float: none;
    clear: both; }

/*toppage 
------------------*/
#main-contents {
  width: 930px;
  margin: 10px auto;
  color: #333333; }
  #main-contents .toppage {
    margin-top: 10px; }
  #main-contents .side-cont {
    width: 230px;
    vertical-align: top; }
  #main-contents .spacer {
    width: 60px; }
  #main-contents .main-cont {
    width: 670px;
    vertical-align: top; }
