@charset "utf-8";
/* CSS Document */
/*
 * 共通スタイルCSS
 * 
 * URL: 
 * FILE: style.css
 */
 

/******************************
 * rightBlock
 ******************************/
 /*通常table*/
div#mainBlock table{
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
	margin:0px 0px;
	font-size:95%;
}

div#mainBlock table tr th{
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	padding:5px;
}

div#mainBlock table tr td{
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	padding:5px;
}

 /*--end 通常table end--*/

 /*ボーダー無しtable*/
div#mainBlock table.borderNone{
	border-bottom:none;
	border-right:none;
	margin:0px 0px;
	font-size:95%;
}

div#mainBlock table.borderNone tr th{
	border-top:none;
	border-left:none;
	padding:5px;
}

div#mainBlock table.borderNone tr td{
	border-top:none;
	border-left:none;
	padding:5px;
}

 /*--end ボーダー無しtable end--*/
 
p.xls{
	background:url(img/icon_xls.gif) no-repeat left 2px;
	float:right;
	padding:0px 0px 2px 20px ;
}


/* その他 */
.excel {
	float:right;
	margin-bottom:15px;
}


div.rightBox1 {
	padding: 20px;
}

div#rightBlock .load_date h2 {
	margin: 0;
	padding: 0;
}
 
p.text01{
	text-align:right;
	margin-bottom:5px;
}
