.profile {
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
}
.profile.profileBgEnglish { background-image: url(../img/teachers/profileBgEnglish.jpg); }
.profile.profileBgMath { background-image: url(../img/teachers/profileBgMath.jpg); }
.profile.profileBgJapanese { background-image: url(../img/teachers/profileBgJapanese.jpg); }
.profile.profileBgChemistry { background-image: url(../img/teachers/profileBgChemistry.jpg); }
.profile.profileBgSocial { background-image: url(../img/teachers/profileBgSocial.jpg); }
.profile.profileBgYasuhira { background-image: url(../img/teachers/profileBgYasuhira.jpg); }
.profile.profileBgKondo { background-image: url(../img/teachers/profileBgKondo.jpg); }
.profile.profileBgTamura { background-image: url(../img/teachers/profileBgTamura.jpg); }
.profile .photo {
	float: left;
	width: 60px;
}
.profile .detail {
	background-image: url(../img/teachers/profileBorder.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 14px;
}
.profile .detail .name {
	float: left;
	color: #FFFCD1;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.profile .detail .name .note {
	font-size: 13px;
}
.profile .detail .charge {
	float: right;
	border: 1px solid #FFFFFF;
	margin: 8px;
	font-size: 12px;
	line-height: 14px;
	background-image: url(../img/teachers/profile_charge.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 80px;
	letter-spacing: 0.3em;
}
.profile .detail .comment {
	font-size: 13px;
	line-height: 1.2em;
	margin-right: 10px;
	margin-left: 75px;
	clear: right;
	margin-bottom: 10px;
}
.profile .detail .message {
	font-size: 13px;
	line-height: 1.2em;
	clear: right;
	margin-right: 10px;
	margin-left: 75px;
	color: #FFF100;
	background-image: url(../img/teachers/profile_message.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
}
