/** school **/
div.contents div.sname {
	font-size:120%;
	margin-top:20px;
	padding-top:20px;
	border-top:dotted 1px;
}

div.contents div.school_subject {
	clear:both;
}

div.contents div.school_subject div.photo {
	width:200px;
	height:200px;
	text-align:center;
	padding:5px;
	margin:0px 0px 5px 5px;
	background-color:#fff;
	border:solid 2px #ccc;
	float:right;
}



