@charset "UTF-8";

#area_table {
	font-size:9pt;
	font-color:#333333;
	margin-right: auto;
	margin-left: auto;
}
#area_table caption {
	text-align:left;
}
#area_table th,td {
	border: 1px solid #dddddd;
	padding:5px;
}
#area_table th {
	font-weight:bold;
	background-color:#EBEAC2;
/*	background:right no-repeat; */
	text-align:center;
/*	padding-right:15px;
	padding-left:15px;*/
}
#area_table td {
	text-align:right;
}
#area_table td.lft {
	text-align:left;
}
#area_table td.ct {
	text-align:center;
}
#area_table th.primary {
	background-color:#B5D4FE;
}
#area_table th.secondary {
	background-color:#CFE7FF;
}

#area_table2 {
	font-size:9pt;
	font-color:#333333;
	margin-right: auto;
	margin-left: auto;
}
#area_table2 caption {
	text-align:left;
}
#area_table2 th,td {
	border: 1px solid #dddddd;
	padding:5px;
}
#area_table2 th {
	font-weight:bold;
	background-color:#EBEAC2;
/*	background:right no-repeat; */
	text-align:center;
/*	padding-right:15px;
	padding-left:15px;*/
}
#area_table2 td {
	text-align:right;
}
#area_table2 td.lft {
	text-align:left;
}
#area_table2 td.ct {
	text-align:center;
}
#area_table2 th.primary {
	background-color:#B5D4FE;
}
#area_table2 th.secondary {
	background-color:#CFE7FF;
}

.table_title {
	width: 720px;
	padding: 5px;
	font-family:"Osaka","ヒラギノ角ゴ Pro W3","ＭＳ ゴシック",sans-serif;
	font-size:18px;
	color:#003300;
	text-align:center;
	background-color:#dedede;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.table_caption {
	/*	width: 800px;*/
	padding-left: 35px;
	margin-top: 20px;
	/*	font-family:"Osaka","ヒラギノ角ゴ Pro W3","ＭＳ ゴシック",sans-serif;*/
	font-size:10px;
	color:#555555;
	text-align:left;
	background-color:ffffff;
	margin-bottom: 0px;
	line-height: 130%;
	padding-right: 35px;
}
