

/*news*/
#news dl{
  width:100%;
  padding-left:15px;
}
#news dt{
  background: url(../images/icon4_s.gif) no-repeat;
  background-position:0% 50%;
  padding-left:18px;
  font-weight:bold;
  float: left;
  clear: both;
}
#news dd{
  width:80%;
  float: left;
  padding-left:15px;
}

/*information*/
#information dl{
  width:100%;
  padding-left:15px;
}
#information dt{
  background: url(../images/icon2_s.gif) no-repeat;
  background-position:0% 50%;
  padding-left:18px;
  font-weight:bold;
  float: left;
  clear: both;
}
#information dd{
  width:80%;
  float: left;
  padding-left:15px;
}

#information .more{
  display:block;
  padding-left:20px;
  }

.non_date{
  padding-left:70px;
  }



/*category index*/
.top_contents {
  width: 250px;
  float: left;
  margin: 3px 5px;
  background: url(../images/line.gif) no-repeat;
  padding: 10px 2px;
  }

.top_contents .header {
  font-weight: bold;
  padding: 1px;
  }

.top_contents .header a.header_a {
  padding:5px;
  border-bottom: 0px;
  color: #381d02;
}

.top_contents .header a.header_a:hover {
  background: #224419;
  color: #f7f7f5;
  padding:5px;
}


.top_contents .thumb {
  border: 1px solid #999999;
  background-image: none;
	padding:2px;
  
}

div .top_contents a.thumb_a {
  padding: 0px;
  display: block;
  width: 81px;
  height: 81px;
  margin: 5px 3px 7px 0px;
  background-color: #dadfe5;
  float:left;
  border:0px;
}

.top_contents a.thumb_a:hover{
  background-color: #bdcc91;
}


.top_contents p {
  padding:5px 2px;
  font-size:0.95em;
}