.profile {
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #000;
}
/*
.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: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 14px;
}
.profile .detail .name {
	float: left;
	color: #B67100;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.profile .detail .name .note {
	font-size: 13px;
}

.profile .detail .charge {
	float: right;
	font-size: 12px;
	line-height: 12px;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-bottom: 3px;
	padding-left: 0.8em;
	letter-spacing: 0.3em;
	color: #FFF;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.profile .detail .comment {
	font-size: 13px;
	line-height: 1.2em;
	margin-right: 0px;
	margin-left: 70px;
	clear: right;
	padding-top: 10px;
	margin-bottom: 10px;
}
.profile .detail .message {
	font-size: 13px;
	line-height: 1.2em;
	clear: right;
	margin-right: 0px;
	margin-left: 70px;
	color: #FFF100;
	background-image: url(../img/teachers/profile_message.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
}
.profileBgEnglish .charge { background-color: #E5004F; }
.profile.profileBgEnglish .message { color: #E5004F; background-image:url(../img/teachers/profile_message_english.gif); }
.profileBgMath .charge { background-color: #0C3388;  }
.profile.profileBgMath .message { color: #0C3388; background-image:url(../img/teachers/profile_message_math.gif); }
.profileBgPhysics .charge { background-color: #0087AF; }
.profile.profileBgPhysics .message { color: #0087AF; background-image:url(../img/teachers/profile_message_physics.gif); }
.profileBgChemistry .charge { background-color: #5E8234; }
.profile.profileBgChemistry .message { color: #5E8234; background-image:url(../img/teachers/profile_message_chemistry.gif); }
.profileBgBio .charge { background-color: #00A33E; }
.profile.profileBgBio .message { color: #00A33E; background-image:url(../img/teachers/profile_message_bio.gif); }
.profileBgJapanese .charge { background-color: #EA609E; }
.profile.profileBgJapanese .message { color: #EA609E; background-image:url(../img/teachers/profile_message_japanese.gif); }
.profileBgSocial .charge { background-color: #920783; }
.profile.profileBgSocial .message { color: #920783; background-image:url(../img/teachers/profile_message_social.gif); }

