@charset "utf-8";
/* CSS Document */


table{
	width:540px;
	border-collapse:collapse;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
table th{
	width:140px;
	font-size:12px;
	text-align:left;
	padding:3px 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #aaabab;
	border-right-color: #aaabab;
	border-bottom-color: #aaabab;
	border-left-color: #aaabab;
	background-color: #ebf5ec;
	border-top-style: solid;
}
table td{
	font-size:12px;
	text-align:left;
	line-height:1.3em;
	padding:3px 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #aaabab;
	border-right-color: #aaabab;
	border-bottom-color: #aaabab;
	border-left-color: #aaabab;
	border-top-style: solid;
}

#pagetop{
	display	: block;
	border	: 0px;
	margin-right: 20px;
	height: 17px;
	width: 85px;
	float: right;
}
#pagetop a{
	display	: block;
	border	: 0px;
	background-image: url(../images/btm_pagetop.gif);
	background-repeat: no-repeat;
	margin-right: 20px;
	height: 17px;
	width: 85px;
	float: right;
}
#pagetop a:hover{
	display	: block;
	border	: 0px;
	background-image: url(../images/btm_pagetop_hover.gif);
	background-repeat: no-repeat;
	margin-right: 20px;
	height: 17px;
	width: 85px;
	float: right;
}
