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

.mainDesign #mainContent h3{
	text-align:right;
	border-bottom:1px solid #333333;
	font-size:0.8em;
}

.person{
	margin-bottom:1em;
}
.person .name {
	display:block;
	float:left;
	width:20em;
	font-weight:bold;
}
.person .enrolment{
	display:block;
	float:right;
	width:6em;
}
.person .part {
	border-top:1px solid #333333;
	border-left:1em solid #333333;
	padding:0 0 0.5em 0.2em;
}
.person .introduction {

}
