@charset "utf-8";

#left2 {
	width:250px;
	float:left;

	text-align: left;
}

#right2 {
	width:620px;
	float:right;
	text-align: left;
}


.membertitle {
	background-image: url( ../images/common/titleback.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	height:50px;
	box-sizing: border-box;
	padding:10px 0 0 30px;
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom:16px;
}

.membertop {
	display: inline-block;
	background-color: #41869E;
	color:white;
	padding:4px 30px 4px 30px;
	font-weight: bold;
}
.memberbox {
	border-bottom: 1px dotted #41869E;
	position: relative;
}
.memberleft {
	float:left;
	padding:8px;
}
.memberright {
	float:right;
	padding:8px;
}


