@charset "Shift-JIS";

/*
	公表資料レイアウト
	最終更新： 2009-02-20
*/

/*--------------------------------------------------テーブルレイアウト*/
/*span項目*/
thead tr th span {
	font-size:85%;
	color:#FFFFFF;
}

/*合計値欄*/
tr.total {
	border-top:3px double #CCCCCC;
	background:#EEEEEE;
}

/*--------------------------------------------------戻るボタン*/
/*画像置換*/ 
div#button p a {
	display:block;
	width:200px;
	height:30px;
	margin:25px auto;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	font-size:0;/*IE対策*/
}
div#button p#back a {
	background:url(../images/data/back.jpg) no-repeat;
}
/*ロールオーバー*/
div#button p#back a:hover {
	background-position:0 -30px;
}

/*EOF*/