@charset "shift_jis";

#loginbox {
	width: 640px;
	height: 64px;
	background-image: url('../common/login_message.gif');
	background-repeat: no-repeat;
	position: relative;
}
#login {
	width: 80px;
	height: 30px;
	background-image: url('../common/btn_login.gif');
	background-repeat: no-repeat;
	position: absolute;
	text-indent: -9999px;
	display: block;
	top: 17px;
	left: 290px;
}
#registration {
	width: 120px;
	height: 30px;
	background-image: url('../common/btn_registration.gif');
	background-repeat: no-repeat;
	position: absolute;
	text-indent: -9999px;
	display: block;
	top: 17px;
	left: 507px;
}
#loginbox a#login:hover {
	background-position: -80px top;
}
#loginbox a#registration:hover {
	background-position: -120px top;
}