@charset "utf-8";

/*-------------------------------------------------------------------
	#topics
-------------------------------------------- -----------------------*/
#topics {
  line-height: 1.6;
  margin-bottom: 27px;
  border: 1px solid #d5d5d5;
}
#topics dl {
  overflow: hidden;
  padding: 6px 0 2px 20px;
}
#topics dl.even {
  background: #e9efef;
}
#topics dt {
  float: left;
}
#topics dd {
  padding: 0 0 0 105px;
}

/*-------------------------------------------------------------------
	#news
-------------------------------------------------------------------*/
#news {
  margin-bottom: 20px;
}
#news ul.image {
  width: 200px;
  text-align: center;
}
#news ul.image li.fancybox a,
#news ul.image li span {
  border: 1px solid #cccccc;
  width: 198px;
  height: 198px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
#news div.text {
  margin-right: 220px;
}

#news div.blank {
  margin-right: 0px;
}

#news p.date {
  margin-bottom: 5px;
  font-weight: bold;
}
#content .back {
  margin: 0 0 30px;
}
