/* sub.css */

h2 {
	background:url("../img/templates/pagetitle.gif") no-repeat;
	width:580px;
	height:55px;
	text-indent:-9999px;
	margin-bottom:20px;
}
h4 {
	overflow:hidden;
	text-indent:-9999px;
}

/* table */
div.pr table {
	margin-top:20px;
	margin-bottom:12px;
	border-collapse:collapse;
	border-top:solid 1px #d4d4d4;
	border-left:solid 1px #d4d4d4;
}
div.pr table th {
	padding:12px 48px;
	border-bottom:solid 1px #d4d4d4;
	border-right:solid 1px #d4d4d4;
	vertical-align:top;
	text-align:left;
	letter-spacing:1px;
	font-size:90%;
}
div.pr table th.hd {
	width:140px;
	padding:7px;
	background:#39c;
	text-align:center;
	color:#fff;
}
div.pr table td {
	padding:12px 18px 12px 10px;
	border-bottom:solid 1px #d4d4d4;
	border-right:solid 1px #d4d4d4;
	text-align:right;
	letter-spacing:1px;
	font-size:90%;
}
/* goto_Top*/
div.goto_Top {
	width:88px;
	height:23px;
	float:right;
	margin-top:50px;
}
div.goto_Top a {
	outline:none;
	display:block;
	float:right;
	width:88px;
	height:23px;
	background:url("../img/templates/pagetop.gif") no-repeat;
	text-indent:-9999px;
}
div.goto_Top a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}