@charset "Shift_JIS";
/*メンバーリスト用追加CSS*/

img {
	border: none;
}

body div div.memberbox {
	clear: both;
	width: 779px;
	height: auto;
	margin: auto;
	font-size: 12px;
	text-align: left;
}
/*フロートハック*/
body div div.memberbox:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html body div div.memberbox {
    height: 1%;
    overflow: visible;
}
/**/

body div div.memberbox img {
	display: block;
	margin-bottom: 15px;
}

body div div.memberbox div.leftbox {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}
body div div.memberbox div.rightbox {
	float: left;
	margin: 0;
	padding: 0;
}
body div div.memberbox div.bottombox {
	clear: both;
	height: 11px;
	padding-top: 10px;
}


div.memberbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.memberbox ul li {
	list-style: none;
	line-height: 1.6em;
}

table#footer {
	margin-top: 34px;
}


/*08.06.17*/
body div div.memberbox {
	color: #333333;
}
