@charset "utf-8";
/* CSS Document */
#member {
	height: 270px;
/*
	padding-right: 20px;
	padding-left: 20px;
*/
}
/*
#leftmember {
	height: 290px;
	width: 300px;
	float: left;
	margin-left: 30px;
}
#rightmember {
	height: 290px;
	width: 300px;
	float: right;
	margin-right: 30px;
}
*/
#member h2 {
	font-size: x-large;
	text-align: left;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0508b8;
	border-bottom-color: #0508b8;
	border-left-color: #0508b8;
	border-right-color: #0508b8;
	padding-left: 10px;
	margin-bottom: 10px
}
#member p {
	font-size: x-large;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}
#member ul li {
	text-align: left;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #0508b8;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.group {
	margin-bottom: 20px;
}