@charset "utf-8";
/* CSS Document */


#shikaku {
	background-color: #FFFFFF;
	width: 680px;
	padding: 20px 10px;
	margin: 20px auto;	
}
#shikaku table {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: center;
	border-collapse: collapse;
	clear: both;
	table-layout:inherit

}

#shikaku table .row_001 {
	background-color: #D7EEF7;
	width: 17px;
	height: 90px;
	font-weight: bold;
	text-align: center;
}

	
#shikaku table td,th {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;

		}	
#shikaku table .row_002 {
	background-color: #FFFFCC;
	width: 100px;
	padding-left: 5px;
	font-weight: bold;

}
#shikaku .txt {
	padding: 5px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

