@charset "utf-8";

/*memberList*/
#memberList {
	width: 600px;
	position: relative;
	background: #EEEEEE;
	margin-top: 22px;
	margin-bottom: 0px;
}
#memberList h1 {
	font-size: 16px;
	background: url(../images/member_title_bar.png);
	color: #FFFFFF;
	padding: 3px;
	margin-bottom: 10px;
}

/*リストのボーダー模様*/
#memberList .blue {
	background: #E8FAFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#memberList .white {
	background: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
}

/*リストの3列*/
#memberList #colum1 {
	float: left;
	width: 200px;
}
#memberList #colum2 {
	float: left;
	width: 200px;
}
#memberList #colum3 {
	width: 200px;
	float: right;
}

#memberList dt {
	line-height: 2em;
	background: url(../images/member-line.gif) no-repeat left bottom;
}
#memberList #numbers {
	font-size: 10px;
	color: #666666;
	clear: left;
	text-align: right;
	margin: 0px;
	padding: 3px;
	line-height: 1em;
	height: 10px;
}
#mainContents #memberList a {
	color: #007799;
}
