@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: 200px;
		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_price {
		position: relative;
		top: 20px;
		width: 100%;
		height: 220px;
		overflow: hidden;
		font-size: 14px;
		line-height: 18px;
	}
		#tbl_price {
			position: absolute;
			left: 50px;
			top: 100px;
/*			width: 500px; */
			width: 600px;
			border-collapse: collapse;
			border-spacing: 0;
			text-align: left;
		}
		#tbl_price th {
			width: 200px;
			border-bottom: 2px dotted #CCCCCC;
			padding: 5px;
		}
		#tbl_price td {
/*			width: 300px; */
			width: 400px;
			border-bottom: 2px dotted #CCCCCC;
			padding: 5px;
		}
		#tbl_price th.head {
			width: 200px;
			border-top: 3px solid #CCCCCC;
			border-bottom: 2px dotted #CCCCCC;
			padding: 5px;
			text-align: left;
		}
		#tbl_price td.head {
/*			width: 300px; */
			width: 400px;
			border-top: 3px solid #CCCCCC;
			border-bottom: 2px dotted #CCCCCC;
			padding: 5px;
			text-align: left;
		}
		#tbl_price th.foot {
			width: 200px;
			border-top: 2px dotted #CCCCCC;
			border-bottom: 3px solid #CCCCCC;
			padding: 5px;
			text-align: left;
		}
		#tbl_price td.foot {
/*			width: 300px; */
			width: 400px;
			border-top: 2px dotted #CCCCCC;
			border-bottom: 3px solid #CCCCCC;
			padding: 5px;
			text-align: left;
		}
	#blk_notice {
		position: relative;
		top: 20px;
		width: 780px;
		height: 200px;
		overflow: hidden;
		font-size: 14px;
		line-height: 18px;
	}
		#blk_notice ul {
			margin: 20px 0px 0px 20px;
			padding-left: 20px;
			list-style-position: outside;
			list-style-type: circle;
		}
		#blk_notice li {
			padding-bottom: 10px;
		}
	#blk_footer {
		position: relative;
		width: 100%;
		height: 100px;
		overflow: hidden;
		font-size: 14px;
		text-align: right;
	}
