html>body #pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 0
}


#pagetop {
_position: absolute;
_right: 0;
_top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) - 0
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight) - 0);
_z-index: 500;
margin: 0;
}

#pagetop a {
	display: block;
	width: 74px;
	height: 29px;
	background: url(../img/pagetop.png) no-repeat;
	background-position: 0px 0px;
}
#pagetop a:hover {
	background-position: 0px -29px;
}
#pagetop a span { display: none;}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}


p {
  margin: 0;
  padding: 0;
}

#setsumei {width: 700px; border: #000 solid 1px; padding: 5px; margin: 5px; background: #fff; font-size: 12px; color: #000;}
#setsumei dl dt {font-weight: bold;}
#setsumei dl dd {margin-bottom: 0.5em;}