@charset "utf-8";

#main {
    float:left;
    width:508px;
    padding:0 10px;
}

#right {
    float:right;
    width:210px;
    height:700px;
    background:#eee;
}

#slogan {
    float:left;
    width:728px;
    margin-bottom:10px;
    padding-left:10px;
}

#news {
    margin-bottom:5px;
}

#news dl {
    padding:20px 0 15px;
    border-bottom:dotted 1px #ccc;
}

#news dl.first {
    padding-top:5px;
    /*border:none;*/
}

#news dt {
    float:left;
    width:70px;
}

#news dd {
    float:right;
    width:380px;
}

#news dd li {
    font-size:90%;
}

#news dd li.title {
    font-size:110%;
}

#news .list {
    margin-top:10px;
    text-align:right;
}

#gallery li {
    display:block;
    float:left;
    width:127px;
    text-align:center;
}

#tab_news li {
  float: left;
  padding: 5px;
  list-style: none;
  cursor: pointer;
  background: #eee;
  height:20px;
  width:50px;
  border-top: 1px #c9c9c9 solid;
  border-right: 1px #c9c9c9 solid;
  border-left: 1px #c9c9c9 solid;
  margin-right:1px;
}
#tab_news li.select {
  background: #FFFFFF;font-weight:bold;
}

.disnon_news {
  display: none;
}
.content_wrap_news {
  clear: left;
  width: 490px;
  padding: 9px;
  height: auto;
  text-align: left;
  border: 1px #c9c9c9 solid;
  position:relative;
  float: left;
}