@charset "utf-8";
#title_wrapper {
	background-image: url(../../images/common/background_title.jpg);
	background-repeat: repeat-x;
	height: 60px;
}
#title {
	background-image: url(../../images/member/title.jpg);
	height: 60px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-bottom: 30px;
}
#fbox {
	width:800px;
}
#registration {
	background-image: url(../../images/member/registration.png);
	height: 250px;
	width: 540px;
	margin-right: 10px;
	float: left;
}
#btn_login {
	height: 244px;
	width: 250px;
	margin-top: 6px;
	float: left;
}
#btn_login a {
	background-image: url(../../images/member/login.png);
	display: block;
	height: 244px;
	width: 250px;
}