@charset "Shift_JIS";

#blk_main {
	position: relative;
	width: 100%;
	height: 1000px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
}
	#blk_main table {
		position: absolute;
		left: 20px;
		top: 20px;
		width: 760px;
		margin: 0px 0px 0px 0px;
		border-collapse: collapse;
		border-width : 3px 3px 3px 3px;
		border-style : solid;
		border-color : black;
		border-spacing: 0;
	}
	#blk_main th {
		border-right: 1px solid black;
		border-bottom: 2px solid black;
		padding: 10px;
		text-align: left;
		vertical-align: center;
		font-family: "‚l‚r ‚oƒSƒVƒbƒN", "MS Gothic", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
		font-size: 14px;
		line-height: 18px;
	}
	#blk_main td {
		border-bottom: 2px solid black;
		padding: 5px 10px 5px 10px;
		text-align: left;
		vertical-align: center;
		font-family: "‚l‚r ‚oƒSƒVƒbƒN", "MS Gothic", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
		font-size: 12px;
		line-height: 16px;
	}
