div.frame_scrapbook img {
	margin: 0;
	padding: 22px;
}
div.frame_scrapbook {
	position: relative;
	float: left;
	margin: 15px;
}
div.frame_scrapbook div.upper_left {
	position: absolute;
	background: transparent url('scrapbook/frame_upper_left.png') no-repeat 38px 38px;
	width: 100%;
	margin: 0px;
	margin-left: -38px;
	margin-top: -38px;
	height: 100%;
	top: 0px;
	left: 0px;
}
div.frame_scrapbook div.upper_right {
	position: absolute;
	background: url('scrapbook/frame_upper_right.png') no-repeat right 38px;
	width: 41px;
	height: 100%;
	margin: 0px;
	margin-top: -38px;
	top: 0px;
	right: 0px;
}
div.frame_scrapbook div.lower_left {
	position: absolute;
	background: transparent url('scrapbook/frame_lower_left.png') no-repeat 38px 0px;
	width: 100%;
	margin: 0px;
	margin-left: -38px;
	height: 42px;
	bottom: 0px;
	left: 0px;
}
div.frame_scrapbook div.lower_right {
	position: absolute;
	background: transparent url('scrapbook/frame_lower_right.png') no-repeat top right;
	height: 42px;
	width: 42px;
	bottom: 0px;
	right: 0px;
	margin: 0px;
}
