@charset "Shift_JIS";

.txt_detail {
	position: absolute;
	top: 10px;
	left: 700px;
	font-size: 12px;
}

#blk_main {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
}
	#blk_intro {
		position: relative;
		top: 20px;
		width: 100%;
		height: 180px;
		overflow: hidden;
	}
		#blk_intro p {
			position: absolute;
			left: 20px;
			top: 10px;
			width: 760px;
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
			font-size: 12px;
			line-height: 16px;
			margin: 0px;
		}
	#blk_risk {
		position: relative;
		top: 20px;
		width: 100%;
		overflow: hidden;
	}
		#blk_risk p {
			position: absolute;
			left: 20px;
			top: 10px;
			width: 760px;
			font-family: "ＭＳ Ｐゴシック", "MS Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
			font-size: 12px;
			line-height: 16px;
			margin: 0px;
		}
