@charset "UTF-8";

#contents {
	background: #E7DEB4 url(../image/background.gif) left repeat-y;
	padding-bottom: 55px;
	}

div.memberBox {
	width: 570px;
	background:url(../member/image/box_back.jpg) repeat-x;
	position: relative;
	height: 130px;
	margin: 15px 50px 5px 50px;
	padding: 20px 0 0 20px;
	border: 5px solid #999999;
	}

div h3.names {
	color: #7C0300;
	font-size: 197%;
	}

#contents ul li {
	color: #0E1B2E;
	font-size: 93%;
	list-style-type: none;
	background: url(../member/image/list_back.gif)  left center no-repeat;
	margin: 5px 0;
	padding: 0 0 0 12px;
	}

#contents ul li.memberImg {
	position: absolute;
	left: 516px;
	top: 4px;
	list-style: none;
	padding: 0;
	background: none;
	}

#contents a {
	color: #0E1B2E;
	}
