@charset "UTF-8";
/* CSS Document */
/* ページナビ */
#contents div.page-navi {
	width: 650px;
	padding: 10px 10px 20px;
}
#contents p.page-prev {
	float: left;
}
#contents p.page-next {
	float: right;
}

/*-------------------------
	お知らせ一覧
-------------------------*/
#contents h2#information-list-h {
	width: 670px;
	height: 26px;
	background: url(../images/information/information-list-h.gif) no-repeat;
	text-indent: -9999px;
}

#contents dl#info-list-dl {
	width: 657px;
	padding: 20px 10px 20px 3px;
}
#contents dl#info-list-dl dt {
	width: 120px;
	padding: 8px 17px 8px 0;
	color: #5b8042;
	font-weight: bold;
	float: left;
}
#contents dl#info-list-dl dd {
	width: 520px;
	padding: 8px 0 8px;
	float: right;
}

/*-------------------------
	お知らせ記事ページ
-------------------------*/
#contents h2#information-h {
	width: 670px;
	height: 26px;
	background: url(../images/information/information-h.gif) no-repeat;
	text-indent: -9999px;
}
#contents p.info-date {
	width: 670px;
	padding: 10px 0;
	color: #5b8042;
	font-weight: bold;
	text-align: right;
}
#contents h3.info-title {
	width: 667px;
	margin-bottom: 10px;
	padding: 0 0 7px 3px;
	font-size: 18px;
	color: #fe9c46;
	border-bottom: 1px dashed #b08975;
}
#contents p.info-text {
	width: 670px;
	padding: 10px 0;
	line-height: 200%;
}
#contents p.info-text img {
	margin: 10px 10px 10px 0;
}
