@charset "Shift_JIS";

p {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 760px;
	font-size: 14px;
	margin: 0px;
	line-height: 16px;
}

#blk_main {
	position: relative;
	width: 100%;
	height: 1000px;
	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: 20px;
			width: 760px;
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
			font-size: 14px;
			line-height: 18px;
			margin: 0px;
		}
	#blk_faq {
		position: relative;
		top: 20px;
		width: 100%;
		height: 130px;
		overflow: hidden;
		font-size: 14px;
		line-height: 18px;
	}
		#txt_faqlink {
			position: absolute;
			left: 40px;
			top: 80px;
			width: 720px;
			font-size: 14px;
			margin: 0px;
		}
	#blk_mail {
		position: relative;
		top: 20px;
		width: 100%;
		height: 400px;
		overflow: hidden;
		font-size: 14px;
		line-height: 18px;
	}
		#blk_mail table {
			position: absolute;
			left: 20px;
			top: 20px;
			width: 760px;
			margin: 0px;
		}
		#txt_maillink {
			padding-left: 20px;
			padding-bottom: 10px;
		}
		#blk_mail ul {
			margin-top: 5px;
			margin-bottom: 5px;
			list-style-type: circle;
		}
