/* @override http://probsc.jp/member/member.css */

/* Member */

ul#membersList {
	width: 530px;
	margin: 50px 0;
}

ul#membersList li {
	position: relative;
	height: 90px;
	margin: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

ul#membersList li div.portrait {
	position: absolute;
	top: 0;
	left: 0;
}

ul#membersList li div.portrait img {
	width:  80px;
	height: 80px;
}

ul#membersList li h3 {
	position: absolute;
	top: 18px;
	left: 90px;
	font-size: 20px;
	line-height: 25px;
	color: #18358e;
}

ul#membersList li div.ruby {
	position: absolute;
	top: 3px;
	left: 90px;
	font-size: x-small;
	color: #999;
	font-family: sans-serif;
}

ul#membersList li div.comment {
	position: absolute;
	top: 67px;
	left: 100px;
	line-height: 1.4;
	font-size: x-small;
}

ul#membersList li div.career {
	position: absolute;
	top: 48px;
	left: 93px;
	font-size: x-small;
}

ul#membersList li div.profile {
	position: absolute;
	top: 46px;
	left: 270px;
}

ul#membersList li div.profile a {
	font-size: x-small;
	background: transparent url(../images/arrow.gif) no-repeat center left;
	padding: 0 0 0 7px;
}

/* @group Member Profile */

div#memberprofile {
	margin: 50px 0;
	width: 500px;
}

div#memberprofile div.header {
	position: relative;
	height: 100px;
	border-bottom: 2px solid #64C1C8;
}

div#memberprofile div.header div.portrait {
	position: absolute;
}

div#memberprofile div.portrait img {
	width: 80px;
	height: 80px;
}

div#memberprofile div.header h3 {
	position: absolute;
	font-size: 20px;
	line-height: 25px;
	color: #18358e;
	top: 18px;
	left: 90px;
}

div#memberprofile div.header div.ruby {
	position: absolute;
	top: 3px;
	left: 90px;
	font-size: x-small;
	color: #999;
	font-family: sans-serif;
}

div#memberprofile div.header div.career {
	position: absolute;
	top: 48px;
	left: 90px;
	font-size: x-small;
}

div#memberprofile div.header div.qualification {
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: x-small;
}

div#memberprofile table {
	width: 100%;
	margin: 15px 0;
	border-collapse: collapse;
}

div#memberprofile table th,
div#memberprofile table td {
	border-bottom: 1px solid #c0d1d2;
	padding: 6px 2px 4px;
}

div#memberprofile table th {
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
	color: #333;
}

div#memberprofile table td {
	line-height: 1.3;
	font-family: sans-serif;
}

div#memberprofile table td ul {
	margin: 0 0 0 12px;
}

div#memberprofile table td ul li {
	margin: 3px 0;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	line-height: 1.3;
}

div#memberprofile h4 {
	margin: 40px 0 10px;
	line-height: 1.5;
	border-bottom: 2px solid #64C1C8;
}

/* @end */

/* @group Saito Yoshihiro */

ul#websitehistory {
	margin: 20px 0 0 4px;
	height: 180px;
}

ul#websitehistory li {
	width: 165px;
	float: left;
}

ul#websitehistory li div {
	text-align: center;
}

div.remarks {
	margin: 10px;
	font-size: x-small;
	text-align: right;
}

/* @end */
