﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#news
-------------------------------------------------------------------*/
#news {
	margin-bottom: 50px;
}
#news ul.image {
	width: 200px;
	text-align: center
}
#content .imgright ul.image li{
	margin-bottom: 30px;
}
#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 p.date {
	margin-bottom: 5px;
	font-weight: bold;
}
#content .back {
	margin: 0 0 50px;
}

/*-------------------------------------------------------------------
    #topics
-------------------------------------------------------------------*/
#topics {
	margin-bottom: 15px;
}
#topics dl {
	overflow: hidden;
/
zoom: 1;
	background: url("../image/icon_bottom.jpg") left bottom repeat-x;
}
#topics dt {
	float: left;
	padding: 10px 0 8px 10px;
}
#topics dd {
	padding: 8px 0 10px 110px;
}

#topics dd a{
	color: #627510;
	text-decoration: underline;
	font-weight: normal;
}
#topics dd a:hover{
	text-decoration: none;

}
.btn-news{
	text-align: right;
}