@charset "utf-8";

/* ▼▼▼ トピックス
=====================================*/
/* ページナビ */
ol#pagenav {
	float: right;
	margin-bottom: 20px;
	overflow: hidden;
	}
	ol#pagenav li {
		float: left;
		margin-left: 10px;
		}
		ol#pagenav li a,ol#pagenav li a:visited {
			text-decoration: underline;
			}
		ol#pagenav li a:hover {
			text-decoration: none;
			}
div.article {
	margin-bottom: 40px;
	clear: both;
	overflow: hidden;
	}
	div.article h2.subject {
		background: url(img/bg_topics.png) no-repeat left center;
		height: 50px;
		line-height: 50px;
		padding-left: 20px;
		font-size: 14px;
		}
	div.article .date {
		padding: 10px 0;
		font-size: 11px;
		text-align: right;
		}
	div.article .text_box {
		float: right;
		width: 414px;
		}
	div.article .text {
		margin-bottom: 10px;
		}
		div.article .text a,div.article .text a:visited {
			display: block;
			text-decoration: underline;
			}
		div.article .text a:hover {
			text-decoration: none;
			}
	div.article .photo {
		float: left;
		width: 246px;
		}
	div.article .pdf a,div.article .pdf a:visited {
		background: url(../../common/img/icon_pdf.png) no-repeat left center;
		padding-left: 22px;
		text-decoration: underline;
		}
	div.article .pdf a:hover {
		text-decoration: none;
		}