@charset "utf-8";

p.read {
	margin-bottom:20px;
}
.student {
}
.student .profile {
	margin:0 0 30px;
}
.student p.photo {
	float:left;
	padding:4px;
	border:1px solid #CCC;
}
.student dl{
	float:left;
	margin:0 0 0 15px;
	width:750px;
}
.student dl dt{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px #ff945e solid;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.student dl dt span{
	font-size: 14px;
	background-color: #fff2cc;
	display: block;
	float: right;
	padding: 0 10px;
}
.student dl dd{
	clear: both;
}
.student dl dd.orange{
	font-size:16px;
	font-weight:bold;
	color:#ff945e;
	margin:0 0 10px;
}
.student dl dd span{
	font-weight: bold;
	font-size:16px;
}
.student .profile dl dd h3 {
	margin-top: 18px;
	margin-bottom: 12px;
	font-size: 1.1em;
	padding: 0 0 0 0.5em;
	border-left: 5px solid #666;
}
.student .profile dl dd p {
	padding: 0 1em;
	margin-bottom: 0.8em;
}
.student .profile .photoBlock {
	width: 155px;
	overflow: hidden;
	float:left;
}
.student .profile .photoBlock p.photo{
	margin-bottom: 10px;
	float:none;
}

.student .activity{
	clear: both;
	position: relative;
	border: 1px #CCC solid;
	padding: 15px 15px 15px 25px;
}
.student .activity p.icon {
	position: absolute;
	left: -35px;
	top: -20px;
}

ul.com_link{
	padding:27px 0 0 0;
	text-align:center;
	width:800px;
	height:85px;
	margin:0 auto 60px auto;
	background: url(../img/bg01.gif) no-repeat;
	clear:both;
}
ul.com_link li{
	display:inline;
	margin:0 10px;
}