@charset "utf-8";

/* CMS関係 ------------------------------*/


/* ページャー ▼ */
div.pager {
	line-height: 20px;
	background-image: url(../../image/news/pager_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 590px;
	text-align: center;
}
span.p_pre {
	display: block;
	padding-left: 10px;
	line-height: 20px;
	position: absolute;
}
span.p_next {
	display: block;
	float: right;
	width: 18%;
	padding-right: 2%;
	text-align: right;
	margin-top: -30px;
	line-height: 20px;
}

/* ページャー ▲ */

dl {
	width:590px;
}
dl dt {
	font-size: 90%;
	line-height: 10px;
	padding-top: 10px;
	display: block;
	margin-bottom: 4px;
}
dl  dd {
	line-height: 20px;
	display: block;
	margin-left: 0px;
	width: 590px;
	border-bottom: 1px dotted #c8c8c8;
	padding-bottom: 10px;
}
