@charset "utf-8";



/* Heading */
/* -------------------------------------------- */

#content h2 {
	margin: 27px 0 10px 0;
}



/* Headline */
/* -------------------------------------------- */

#content dl.headline {
	margin: 8px auto 0 auto;
}

#content .cNav {
	margin: 0 0 0 14px;
}

#content .cNav li#studyC a {
	background: url("../img/cm_study.gif") 0 0 no-repeat;
}
#content .cNav li#examC a {
	background: url("../img/cm_exam.gif") 0 0 no-repeat;
}
#content .cNav li#studentC a {
	background: url("../img/cm_student.gif") 0 0 no-repeat;
}
#content .cNav li#faqC a {
	background: url("../img/cm_faq.gif") 0 0 no-repeat;
}
#content .cNav li#eventC a {
	background: url("../img/cm_event.gif") 0 0 no-repeat;
}
#content .cNav li#abroadblogC a {
	background: url("../img/cm_abroadblog.gif") 0 0 no-repeat;
}

#content .cNav li a:hover {
	background-position: 0 -118px !important;
}



/* Info */
/* -------------------------------------------- */

#content p.notes {
	margin: 16px 25px 0 25px;
	font-size: 65%;
	text-align: right;
}



/* Message */
/* -------------------------------------------- */

#content #messageArea {
	width: 695px;
	margin: 16px 0 0 0;
}
#content #messageArea .pic {
	float: left;
	width: 90px;
	margin: 0;
	padding: 9px 10px;
	border: 1px solid #bfa991;
}
#content #messageArea .pic .name {
	margin: 4px 0 0 0;
	font-size: 11px !important;
	line-height: 1.4 !important;
}
#content #messageArea .pic .name p {
	margin: 0;
	font-size: 100% !important;
	line-height: 1.4 !important;
}
#content #messageArea .text {
	float: right;
	width: 566px;
	margin: 0;
	padding: 0;
}

