/*================MEMBER LIST================*/
#memberlist {
	width: 732px;
	height: auto;
	margin: 15px;
}

/*================MEMBER================*/
#member {
	width: 720px;
	height: auto;
	margin: auto;
}
#member h3 {
	margin: 25px 0;
}
#member .allblock {
	width: 720px;
	height: auto;
}
#member .photoblock {
	width: 200px;
	height: 200px;
	margin-right: 10px;
	float: left;
}
#member .txtblock {
	width: 510px;
	height: auto;
	margin-bottom: 20px;
	float: right;
}
#member dl {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	clear: both;
}
#member dt {
	width: 120px;
	height: auto;
	margin: 0 0 8px 0;
	padding: 0 0 0 5px;
	color: #FFF;
	font-weight: bold;
	background: #006E00;
	border-left: 5px solid #000;
	line-height: 1.6;
	font-size: 12px;
	float: left;
}
#member dd {
	width: 370px;
	height: auto;
	margin: 0 0 8px 0;
	padding: 0 0 0 10px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.6;
	float: right;
}
#member dd span {
	color: #FF0;
	margin-left: 4px;
}
#member dd a {
	color: #D7F141;
	text-decoration: underline;
	margin-left: 4px;
}
#member dd a:hover {
	color: #D7F141;
	text-decoration: none;
	margin-left: 4px;
}


