/*##### content部分 ######*/
#content .content { width: 630px; }
.content h3 { display: none; }


/*##### タイトル部分 ######*/
.title {
  margin: 0 0 20px;
  border-collapse: collapse;
  }
.title p {
  margin: 0 10px;
  color: #333;
  line-height: 1.5;
  font-size: 14px;
  }

/*##### hr部分 ######*/
#content .hr {
  height: 2px;
  background: #90491f;
  display: block;
  }
#content .hr hr { display: none; }


/*##### メニュー部分 ######*/
.top_menu {
  margin: 20px auto;
  border-collapse: collapse;
  text-align: center;
  }
.top_menu td,
.top_menu td h4 {
  width: 150px;
  }
.top_menu td { padding: 3px; }
.top_menu td h4 {
  height: 30px;
  background: url("../../images/top_menu_bg.jpg") no-repeat 0 0 #8abd77;
  }
.top_menu td h4 a {
  color: #333;
  line-height: 30px;
  font-size: 10px;
  display: block;
  }
.top_menu td a:hover {
  background: transparent;
  color: white;
  }
.top_menu td img { margin-top: 5px; }


/*##### ニュース部分 ######*/
.news h4 {
  margin: 30px 30px 10px;
  padding: 3px 35px;
  background: url("../../images/icon_dango.gif") no-repeat 5px 7px;
  border-bottom: 2px dotted #8abd77;
  color: #666;
  line-height: 1.4;
  font-size: 18px;
  }
.news .rss,
.news .link_button td {
  text-align: right;
  }
.news .rss { margin: 0 30px 5px; }
.news .link_button td {
  padding-top: 10px;
  border: none;
  font-size: 12px;
  }

