@charset "utf-8";

/*=============================================
	#contents
============================================= */
body.news #wrapper {
	height: 100% !important;
	min-height: 100%;
}

/*=============================================
	news/index.html
============================================= */
.div_news01 {
	background: url(../img/news_bg01.gif) repeat-y left top;
	min-height: 458px;
	_height: 458px;
	display: inline-block;
	*display: inline;
	margin-top: 12px;
	zoom: 1;
}

.dl_news01 {
}

	.dl_news01 dt {
		float: left;
		display: inline;
		width: 128px;
		color: #004483;
		font-size: 143%;
		font-weight: bold;
	}
	@media print {
		.dl_news01 dt {
		font-size: 115%;
		}
	}
	.dl_news01 dd {
		float: left;
		display: inline;
		padding: 0 0 0 22px;
		width: 647px;
		_width: 666px;
	}
	.dl_news01 dd h2 {
		padding-bottom: 10px;
		color: #004483;
		font-size: 143%;
		font-weight: bold;
	}
	.dl_news01 dd p {
		padding-bottom: 26px;
	}
