@charset "utf-8";
/* CSS Document */

div#contentsMain table.tbl_data {
	border: none;
	width: 90%;
	font-size: 80%;}
div#contentsMain table.tbl_data caption {
	font-weight: bold;}

div#contentsMain table.tbl_data tr.even {
	background: #ededed;
	}
div#contentsMain table.tbl_data .borderDouble {
	border-top: 3px double #c0c0c0;
	}

div#contentsMain table.tbl_data .fy {
	width: 5%;
	border-left:1px solid #E0E0E0;
	}

div#contentsMain table.tbl_data .fy_new {
	width: 5%;
	border-left:1px solid #E0E0E0;
	border-bottom: none;
	}
div#contentsMain table.tbl_data .fy_sub {
	background: #F1F5FD;
	border-top:1px solid #E0E0E0;
	font-size: 90%;
	}	
div#contentsMain table.tbl_data th {
	line-height: 1.2em;
	}
div#contentsMain table.tbl_data th.sub {
	background: #F1F5FD;
	}	
div#contentsMain table.tbl_data th.sp {
	width: 1%;
	border-left:1px solid #E0E0E0;
	border-bottom: none;
	}
div#contentsMain table.tbl_data th.last {
	border-bottom:1px solid #E0E0E0;
	}	
	
div#contentsMain table.tbl_data td {
	width: 10%;
	text-align: right;
	}
div#contentsMain table.tbl_data td.unit {
	text-align: right;
	border-right: none;
	padding: 0 8px !important;
	}
