@charset "utf-8";
#wrapper_page_information {
	width: 890px;
	height: 520px;
	padding: 10px;
	margin: 10px;
	overflow: hidden;
	background: url(../img/bg_white.png) no-repeat;
	position: relative;
	display: none;
}
	#wrapper_page_information dl {
		width: 810px;
		height: 408px;
		overflow: auto;
		position: absolute;
		left: 50px;
		top: 80px;
	}
	#wrapper_page_information dl dd.date {
		width: 120px;
		float: left;
		font-weight: bold;
		font-size: 16px;
		line-height: 20px;
	}
	#wrapper_page_information dl dt {
		padding-left: 120px;
		padding-bottom: 10px;
		border-bottom: solid 2px #333;
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 16px;
		line-height: 20px;
	}
	#wrapper_page_information dl dd.content {
		padding-left: 120px;
		margin-bottom: 30px;
	}
