﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#news
-------------------------------------------------------------------*/
#news {
	margin-bottom: 20px;
}
#news ul.image {
	width: 200px;
	text-align: center;

}
#news ul.image li.fancybox a,
#news ul.image li span {
	width: 200px;
	text-align: center;
	vertical-align: top;
	display: table-cell;
}
#news div.text {
	margin-right: 220px;
}
#news p.date {
	margin-bottom: 5px;
	font-weight: bold;
}
#news {
	margin-bottom: 50px;
}
#news ul.image li:last-child{
	margin-bottom:0;
}
#content .back{
	margin:0 0 50px;
}

/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	margin-bottom: 30px;
	line-height: 1.6;	
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 6px 0 6px 22px;
	border-bottom: 1px dotted #CCCCCC;
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 105px;
}
#topics dd a{
	color: #EB0E7C;
	font-weight: bold;
}
#topics dd a:hover{
	text-decoration: none;
}
