@charset "UTF-8";

#members {
	width				: 680px;
	height				: auto;
}

#members h1 {
	text-align			: center;
	font-weight			: bold;
	font-size			: 1.5em;
	background-color	: #80FF80;
	padding-top			: 5px;
	padding-bottom		: 5px;
}

#members h2 {
	padding-top			: 5px;
	padding-bottom		: 5px;
	text-align			: center;
	font-weight			: bold;
	font-size			: 1.5em;
	background-color	: #CC99FF;
}

#members h3 {
	padding-top			: 5px;
	padding-bottom		: 5px;
	text-align			: center;
	font-weight			: bold;
	font-size			: 1.5em;
	background-color	: #FFFF00;
	color				: #FF0000;
	font-weight			: normal;
}

#members_wrap {
	width				: 680px;
	height				: auto;
}

#search_button {
	padding-top			: 5px;
	padding-bottom		: 5px;
	text-align			: center;
}

/* ここまで 会員退会 設定 */
