@charset "utf-8";

/* CMS関係 ------------------------------*/

div.main dl {
	margin-bottom: 10px;
}
div.main dl dt {
	font-size: 90%;
	line-height: 10px;
	margin-bottom: 4px;
	padding-top: 4px;
}
div.main dl  dd {
	line-height: 20px;
	display: block;
	margin-left: 0px;
	width: 642px;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 4px;
	margin-bottom: 4px;
}




/* ページャー ▼ */
div.pager {
	line-height: 20px;
	background-image: url(../../image/news/pager_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 642px;
}
span.p_pre {
	display: block;
	float: left;
	width: 18%;
	padding-left: 2%;
	line-height: 20px;
	margin-top: -30px;
}
span.p_dis {
	text-align: center;
	width: 60%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
span.p_next {
	display: block;
	float: right;
	width: 18%;
	padding-right: 2%;
	text-align: right;
	margin-top: -30px;
	line-height: 20px;
}

/* ページャー ▲ */


