@charset 'UTF-8';

body {
  background: url('../img/bg_header.png') repeat-x top white;
}

#catch {
  margin: 0 0 25px;
  padding: 232px 0 0 500px;
  width: 400px;
  height: 75px;
  background: url('../img/catch.jpg') no-repeat left bottom;
  font-size: 90%;
  line-height: 1.4;
}
  #catch strong {
    font-size: 115%;
    color: #bf0000;
  }

#new_topics {
  float: left;
  width: 545px;
  overflow: hidden;
}
  #new_topics h2 {
    position: relative;
    margin-bottom: 0.9em;
    padding-bottom: 1px;
    border-bottom: 1px solid #bbaa99;
    font-size: 110%;
  }
    #new_topics h2 .eng_sub {
      position: absolute;
      right: 0;
      bottom: 0;
      font-size: 90%;
      font-family: 'Helvetica', 'Ariel';
      color: #bbaa99;
    }
  #new_topics ul {
  }
  #new_topics li {
    margin: 0 0 1em 0;
    padding: 0 0 0 14px;
    background: url('../img/list_brown.png') no-repeat left center;
    font-weight: bold;
  }
  #new_topics dl {
  }
  #new_topics dt {
    margin: 0 0 -1.1em 0;
    padding: 0 0 0 14px;
    background: url('../img/list_brown.png') no-repeat left center;
    font-size: 90%;
  }
  #new_topics dd {
    margin: 0 0 1em 9.5em;
    line-height: 1.2;
  }
    #new_topics a {
      text-decoration: underline;
    }
  #new_topics img {
    max-width: 100%;
  }

#top_sidebar {
  float: right;
  padding-bottom: 10px;
  width: 334px;
  overflow: hidden;
}
  #top_sidebar li {
    margin-bottom: 10px;
  }

#sub_footer {
  clear: both;
  background: url('../img/bg_bottommenu.png');
  overflow: hidden;
}

#top_bottommenu {
  clear: both;
  margin: 0 auto;
  padding: 10px 0;
  width: 900px;
  overflow: hidden;
}
  #top_bottommenu li {
    display: block;
    float: left;
    width: 180px;
    text-align: center;
  }
  #top_bottommenu img {
    display: block;
    margin-top: 2px;
  }
  
#for_smartphone {
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #cc7733;
  background: #ffffee;
  text-align: center;
}
  #for_smartphone a {
    display: block;
    padding: 10px 0;
    font-size: 180%;
    color: #cc7733;
  }


.top_attention {
  border: 1px solid #997733;
  padding: 5px 10px 0px;
  margin: 0 0 10px;
}
.top_attention p {
  margin: 0 0 5px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 110%;
  color: #cc7733;
}


#mothers-day {
  margin: 0 0 20px;
  text-align: center;
}
#mothers-day img {
  display: block;
  width: 100%;
  margin: 0 0 4px;
}


#vote {
  margin-bottom: 10px;
  text-align: center;
}
#vote a {
  font-size: 115%;
  text-decoration: none;
  line-height: 1.4;
}

#top-news {
  border: 1px solid #cc9999;
  padding: 15px 15px 10px;
  margin: 0 0 10px;
}
#top-news h2 {
  text-align: center;
  font-size: 130%;
}
#top-news ul, #top-news p {
  padding-left: 15px;
  font-size: 110%;
}


@media only screen and (max-width: 580px) {
  body {
    background: none;
  }
  #catch {
    padding: 36% 0 0 2%;
    width: 98%;
    background-color: white;
    background-size: 100%;
    background-position: top left;
  }
  #sub_footer {
    background: #fcf2d4;
  }
  #top_bottommenu {
    width: 100%;
    text-align: center;
  }
  #top_bottommenu li {
    width: 32%;
    display: inline-block;
    float: none;
    text-align: center;
  }
  #top_bottommenu img {
    width: 90px;
    margin: 2px auto 6px;
  }

  #new_topics {
    width: auto;
    padding: 10px;
    float: none;
  }
  #new_topics dl {
    padding-top: 6px;
    border-top: 1px solid #cccccc;
  }
  #new_topics dt {
    margin: 0 0 4px;
    padding: 0;
    background: none;
    font-size: 90%;
  }
  #new_topics dd {
    margin: 0 0 6px;
    padding: 0 0 6px 10px;
    border-bottom: 1px solid #cccccc;
  }

  #top_sidebar {
    width: auto;
    text-align: center;
    float: none;
  }
  #top_sidebar img {
    width: 167px;
  }
}
