@charset "utf-8";

/* お知らせ */
.article {
	margin-bottom: 30px;
	overflow: hidden;
	}
	.article h2.subject {
		height: 51px;
		background: url(img/bar.gif) no-repeat left top;
		padding: 0 0 4px 15px;
		margin-bottom: 15px;
		color: #1D2C52;
		font-size: 14px;
		line-height: 25px;
		font-weight: bold;
		overflow: hidden;
		}
	.article .date {
		margin-bottom: 15px;
		color: #999999;
		}
	.article .txt,
	.article .photo {
		margin-bottom: 30px;
		}
	.article a,.article a:visited {
		display: block;
		color: #B71741;
		}
	.article a.pdf,.article a.pdf:visited {
		background: url(../../common/img/icon_pdf.gif) no-repeat left center;
		padding-left: 22px;
		}
#side .side_title {
	margin-bottom: 30px;
	overflow: hidden;
	}