@charset "utf-8";
/* style.css */

@import url("reset.css");


#contents {
	width: 650px;
	margin: 0 auto;
}

/* Seal & Button */
div.seal {
	background-image: url('../images/seal.gif');
	width: 650px;
	height: 60px;
}
div.btn_member {
	position: relative;
}
div.btn_member a {
	position: absolute;
	top: 12px;
	left: 393px;
}

div.qrcode {
	background-image: url('../images/catch_copy.gif');
	width: 650px;
	height: 204px;
	position: relative;
}
div.qrcode img {
	position: absolute;
	top: 38px;
	left: 49px;
}
div.qrcode_none {
	background-image: url('../images/catch_copy_none.gif');
	width: 650px;
	height: 204px;
}

/* Copyright */
p.copyright {
	color: #666;
	text-align: right;
}
p.copyright span {
	color: #FF1A00;
}
