/*------------------------------------------------------コンセプト＆メンバー紹介 ここから---*/
#topMember {
	position: relative;
	top: 0;
	left: 0;
	width: 760px;
	padding: 0;
	margin-top: 180px;
}

#topMember h1 a {
	position: relative;
	top: 10px;
	left: 10px;
	display: block;
	width: 440px;
	height: 70px;
	font-size: 0;
	text-indent: -9999px;
}
#top {
	height: 420px;
	background: url("../images/topheadimg.gif") no-repeat;
	margin-bottom: 10px;
}
#sub {
	height: 105px;
	background: url("../images/subheadimg.gif") no-repeat;
}
#description {
	display: none;
}
#link {
	position: absolute;
	top: 10px;
	right: 9px;
	font-size: 0;
	text-indent: -9999px;
}
#link a {
	display: block;
	width: 105px;
	height: 20px;
}
#memberList {
	position: absolute;
	top: 0;
	left: 20px;
	width: 740px;
	margin: 0;
	margin-top: 170px;
	padding: 0;
}
.retu {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto 10px;
	padding: 0;
}

.profile {
	float: left;
	color: #C0C0C0;
	position: relative;
	left: 0;
	top: 0;
	padding: 0 2px 10px 0;
	width: 180px;
}

.profile p {
	margin: 0;
}
.profile p.photo {
	position: absolute;
	left: 0;
	top: 0;
}
.profile p img {
	width: 50px;
	height: 50px;
}
.profile p.name,
.profile p.word {
	margin-left: 54px;
}

.profile p.shozoku {
	margin-top: 3px;
}


.profile p.name {
	color: green;
	font-size: small;
}

.profile p.shozoku,
.profile p.hobby,
.profile p.word {
	font-size: x-small;
}

.profile p.word {
	color: gray;
	height: 50px;
}

.profile .photo a,
.profile .name a {
	display: block;
}
/*------------------------------------------------------コンセプト＆メンバー紹介 ここまで---*/
