/* ------------------------ 
        @index
 ------------------------ */

/* --- main--- */
#main {
  width: 900px;
  /* height: 500px; */
  margin: 20px auto;
}
/* --- news--- */

#news {
  float: left;
  width: 650px;
  margin: 0;
}
#news #list {
  margin: 0;
  background-image: url(../img/index/news_title.gif);
  height: 31px;
  text-indent: -9999px;
  overflow: hidden;
}
#news #list a {
  background-image: url(../img/index/news_list.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  float: right;
  width: 71px;
  margin: 0;
  line-height: 31px;
}
#news #list a:hover {
  background-position: 0 -41px;
}
#news ol {
  margin: 0;
  padding: 0;
}
#news li {
  list-style-type: none;
  padding: 15px 0;
  border-bottom: dotted thin #ccc;
}
#news li a {
  color: #000;
}
#news li a:hover {
  color: #f90;
}
#news dt {
  font-weight: bold;
}
#news dd {
}
#news .hyogo {
  width: 100%;
  padding: 1.2em;
  color: white;
  font-size: 1.2em;
  text-align: center;
  background-color: #ffcc33;
  border-radius: 0.5em;
}

#news .new_banner {
  width: 100%;
  padding: 1.2em;
  text-align: center;
  border-radius: 0.5em;
  border: 1px solid #eee;
}

#banners {
  float: right;
  width: 230px;
}
#banners div {
  margin-bottom: 10px;
  text-align: center;
}
