@charset "UTF-8"; 

/* -- common --------------------------　*/

h1{
	width: 240px;
	text-align: left;
	margin: 2px 0;
}

h1 img{
	width: 80px;
	margin: 8px 0 0 10px;
}

h1 img.logo{
	width: 80px;
}

h1 img.membersonly{
    margin: 15px 0 0 8px;
	width: 140px;
}

.naviHead{
    background: url(../img/membersonly.png) no-repeat 100px 22px;
	background-size: 40%;
}

#header .navBtn{
	margin: 11px 2px 0 0;
}


/* -- Member top --------------------------　*/

body#top{
    background: #ffffff url(../img/bg-member-top.jpg) no-repeat center top;
	background-size: 100%;
}


/* -- Member system --------------------------　*/

body#system{
    background: #ffffff url(../img/bg-member-system.jpg) no-repeat center top;
	background-size: 100%;
}


