@charset "Shift_JIS";

p {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 760px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px;
	color: #000000;
}

#blk_main {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
}
	#blk_brief {
		position: relative;
		width: 100%;
		height: 540px;
		overflow: hidden;
	}
		#blk_brief table {
			position: absolute;
			left: 10px;
			top: 30px;
			width: 760px;
			margin: 0px;
		}
		#blk_brief td.context {
			padding: 0px 0px 6px 0px;
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
			font-size: 12px;
			line-height: 16px;
		}
		#blk_brief ul {
			margin-top: 5px;
			margin-bottom: 5px;
			list-style-type: circle;
		}
		#blk_brief li {
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
			font-size: 12px;
			line-height: 16px;
		}
		#blk_brief td.image {
			padding: 10px 0px 0px 0px;
			text-align: center;
			vertical-align: top;
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
			font-size: 12px;
			line-height: 16px;
		}

	#blk_support {
		position: relative;
		top: 10px;
		width: 100%;
		height: 200px;
		overflow: hidden;
	}

	#blk_target {
		position: relative;
		top: 10px;
		width: 100%;
		height: 800px;
		overflow: hidden;
	}
		#blk_target table {
			position: absolute;
			left: 30px;
			top: 60px;
			width: 530px;
			table-layout: fixed;
		}
		#blk_target td {
			padding-top: 5px;
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
			font-size: 12px;
			line-height: 15px;
		}

	#blk_contact {
		position: relative;
		top: 10px;
		width: 100%;
		height: 60px;
		overflow: hidden;
	}


