@charset "utf-8";
/* CSS Document */

.member{
	width: 760px;
	padding: 20px;
	margin-top: 15px;
	margin-right: 49px;
	margin-bottom: 15px;
	margin-left: 49px;
	border: 1px solid #C99;
	border-radius: 7px;
}
.profile {
}
.profile tr{
	font-size:1em;
	margin: 10px 0px;
	vertical-align: top;
}
.profile th{
	color: #C36;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #CC9;
}
.profile td{
	border-bottom: 1px dotted #CC9;
}
.prtitle {
	color: #C36;
	font-size: 1.1em;
	padding: 0px 0px 2px 5px;
}
.member p {
	margin: 5px 5px;
}

.pr {
	font-size: 1.1em;
	line-height: 1.5em;
}
.chapter {
	display: block;
	border-left: 5px solid #C96;
	font-size: 1.3em;
	padding-left: 7px;
}