
.frame_block {
	width: 1045px;
	height: 550px;
	margin: 5px 5px 0px 10px;
}

.title_block {
	text-align: left;
	font-size: 0.9em;
	margin-bottom: 5px;
}

.must_input_explain {
	padding-left: 120px;
	font-size: 0.7em; 
	color: #333;
}

table.frame {
	height: 480px;
	border-collapse: collapse;
	border: 0px;
	margin: 0px 0px 0px 0px;
}

.frame th,
.frame td {
	padding: 0px 0px 0px 0px;	
}

.report_header_block {
	width: 300px;
	height: 500px;
	margin: 0px 10px 0px 0px;
}

table.report_header {
	border-collapse: collapse;
	border: 1px solid #CCC;
	border-left: 1px solid #D7EBFF;
	border-right: 1px solid #CCC;
	margin: 0px 0px 0px 0px;
	font-size: 0.8em; 
}

.report_header th {
	border: 1px solid #D7EBFF;
	border-left: 0 none;
	background: transparent url('../images/bg-color/blue_gra_1.png') repeat top left;
	color: #333;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
	text-align: left;
}

.report_header th.blue_2,
.report_header th.must_input_symbol_cell_2 {
	border-right: 0 none;
	background: transparent url('../images/bg-color/blue_gra_3.png') repeat top left;
}

.report_header th.must_input_symbol_cell,
.report_header th.must_input_symbol_cell_2 {
	border-right: 0 none;
	width: 16px;
	text-align: right;
	padding: 0.1em;
}

.report_header td {
	border: 1px solid #CCC;
	border-right: 0 none;
	background-color: #F2F9F9;
	padding: 5px 5px 5px 5px;
}

.report_detail_block {
	width: 730px;
	height: 500px;
	margin: 0px 0px 0px 10px;
}

.no_detail_data_block { 
	width: 725px;
	height: 430px; 
	margin: 0px 0px 0px 0px;
	padding: 30px 20px 30px 20px;
	font-size: 0.9em;
}

table.report_detail_title {
	width: 707px;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	word-break: keep-all;
	font-size: 0.8em; 
}

.report_detail_title th {
	border: 1px #000000 solid;
	padding: 0px 2px 0px 2px;
	background: url(../images/bg-color/orange_gra_1.gif) repeat top left;
	color: #333;
}

.report_detail_title td {
	border-bottom: 1px #000000 solid;
}

.report_detail_content_block { 
	overflow-y: auto; 
	width: 725px;
	height: 400px; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

table.report_detail_content {
	width: 707px;
	border-collapse: collapse;
	border: 1px #000000 solid;
	margin: 0px;
	padding: 0px 2px 0px 2px;
	word-break: break-all;
	word-wrap: break-all;
	/*table-layout: fixed;*/
	font-size: 0.8em; 
}

.report_detail_content td {
	overflow: hidden;
	padding: 3px 2px 3px 2px;
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: none 0px transparent;
	border-left: 1px #000000 solid;
	background-color: #fdf7ee;
	text-align: center;
}

.report_detail_content td.complete {
	overflow: hidden;
	padding: 3px 2px 3px 2px;
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: none 0px transparent;
	border-left: 1px #000000 solid;
	background-color: #fdf7ee;
}

.button_display_block {
	margin-top: 10px;
}

table.button_display {
	width: 707px;
}
