@charset "utf-8";

/* メンバー募集-----------------　*/
#member {
	position:relative;
	margin-bottom:20px;
	width: 640px;
	height: 213px;
	background:url(../images/mypage_bk.jpg) no-repeat;
	clear:both;
}
	/* もっと詳しく */
	#member .kuwashiku {
		position: absolute;
		top: 133px;
		left: 310px;
		width:96px;
		height:19px;
	}
	#member .kuwashiku a{
		display:block;
		width:96px;
		height:19px;
		background:url(../images/kuwashiku.jpg);
	}
	#member .kuwashiku a:hover { background-position:0px -19px;}
	
	/* 会員登録 */
	#member .touroku {
		position: absolute;
		top: 130px;
		right: 10px;
		width:195px;
		height:37px;
	}
	#member .touroku a{
		display:block;
		width:195px;
		height:37px;
		background:url(../images/touroku.jpg);
	}
	#member .touroku a:hover { background-position:0px -37px;}
	
/* ログイン-----------------　*/
	#id_space {
		position: absolute;
		top: 180px;
		left: 210px;
		width: 110px;
		height: 15px;
	}
	#pass_space {
		position: absolute;
		top: 180px;
		left: 390px;
		width: 110px;
		height: 15px;
	}
	#login_button {
		position: absolute;
		bottom: 13px;
		right: 15px;
		display: block;
		width: 112px;
		height: 21px;
	}
/* その他-----------------　*/
.dnone {
	display:none;
}

