@charset "utf-8";

/* トピックス */
.article {
	margin-bottom: 80px;
	clear: both;
	overflow: hidden;
	position: relative;
	}
	.article h2.subject {
		background: url(img/bg_subject.gif) repeat-y left top;
		padding: 15px 0 15px 30px;
		margin-bottom: 20px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		overflow: hidden;
		}
	.article .photo {
		float: left;
		width: 300px;
		margin-right: 30px;
		}
	.article .txt {
		display: block;
		overflow: hidden;
		}
		.article .txt p {
			margin-bottom: 30px;
			overflow: hidden;
			}
		.article .txt .date {
			text-align: right;
			}
		.article .txt .txt_inner {
			margin-right: 10px;
			}
		.article .txt .link {
			background: url(img/bg_link.gif) repeat left top;
			height: 25px;
			line-height: 25px;
			padding: 0 10px;
			margin: 0;
			position: absolute;
			bottom: 0;
			}
			.article .txt .link a:hover {
				color: #CC9900;
				}
		.article .txt .pdf {
			background: url(img/pdf.png) no-repeat left center;
			padding-left: 21px;
			}
.page_no{
	margin-bottom:10px;
	height:22px;
}
.page_no ol{
	list-style:none outside none;
}
.page_no li{
	width:20px;
	height:18px;
	border:1px solid #004488;
	background-color:#cccccc;
	text-align:center;
	color:#ffffff;
	float:left;
	margin-left:6px;
	padding-top:2px;
}
.page_no li.now{
	border:1px solid #ffffff;
	background-color:#ffffff;
	color:#004488;
	font-weight:bold;
}
.page_no li.before{
	width:50px;
	border:1px solid #ffffff;
	background-color:#ffffff;
	color:#004488;
	font-weight:bold;
}
.page_no li.after{
	width:50px;
	border:1px solid #ffffff;
	background-color:#ffffff;
	color:#004488;
	font-weight:bold;
}

.page_no2{
	margin-top:-70px;
	margin-bottom:50px;
	height:22px;
}
.page_no2 ol{
	list-style:none outside none;
}
.page_no2 li{
	width:20px;
	height:18px;
	border:1px solid #004488;
	background-color:#cccccc;
	text-align:center;
	color:#ffffff;
	float:left;
	margin-left:6px;
	padding-top:2px;
}
.page_no2 li.now{
	border:1px solid #ffffff;
	background-color:#ffffff;
	color:#004488;
	font-weight:bold;
}
.page_no2 li.before{
	width:50px;
	border:1px solid #ffffff;
	background-color:#ffffff;
	color:#004488;
	font-weight:bold;
}
.page_no2 li.after{
	width:50px;
	border:1px solid #ffffff;
	background-color:#ffffff;
	color:#004488;
	font-weight:bold;
}

