@charset "utf-8";


div#achievement div.pass {
	margin-bottom: 50px;
	}

div#achievement h3 {
	margin-bottom: 20px;
	padding-bottom: 8px;
	background: url(../img/header/double_line.gif) center bottom no-repeat;
	text-align: left;
	}

div#achievement h3 span {
	padding-left: 25px;
	background: url(../img/header/blue_square.gif) left 50% no-repeat;
	font-weight: bold;
	font-size: 123.1%;
	}

div#achievement p {
	margin-bottom: 1em;
	}

div#achievement p em {
	font-weight: bold;
	}

div#achievement p strong {
	color: #c00;
	font-weight: bold;
	}

div#achievement div.students {
	margin: 0 -20px 0 0;
	}

div#achievement div.students div.student {
	margin: 0 20px 20px 0;
	float: left;
	width: 300px;
	}

div#achievement div.student div.photo {
	float: left;
	width: 90px;
	}

div#achievement div.student div.text {
	margin-left: 100px;
	}

div#achievement div.student div.text h4 {
	font-weight: bold;
	}

div#achievement div.student div.text h4 strong {
	color: #c00;
	font-weight: bold;
	font-size: 108%;
	}

div#achievement div.student div.text h4 em {
	font-weight: bold;
	}

div#achievement div.student div.text h5 {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #999;
	font-weight: bold;
	}

div#achievement div.student div.text p {
	}

div#achievement div.student div.text p em {
	font-weight: bold;
	}





