@charset "UTF-8";

/* 教員紹介ページ　設定 */
#teacher h2 {
	background: url(img/ttl_teacher.gif) no-repeat;
	margin: 0px 0px 15px 7px;
}

body#others #teacher h2 {
	background: url(../../dept-intro/img/ttl_teacher.gif) no-repeat;
	margin: 7px 0px 0px 7px;
}

body#others #teacher #MainCont {
	width: 660px;
	float: right;
	background: url(../../common/img/img_bg-contstart.jpg) no-repeat top;
}

#teacher h3 {
	width: auto;
	height: auto;
	font-size: 1.1em;
	font-weight: bold;
	color: #4D6325;
	margin: 0px auto 5px;
	text-indent: 0px;
	background: url(img/img_ttl-teacher-icon.gif) no-repeat left 50%;
	padding-left: 20px;
}

#teacher #MainTeacher {
	width: 625px;
	margin: 0 0 0 15px;
}

#teacher #MainTeacher .ListBoxTop ,
#teacher #MainTeacher .ListBox {
	border: 1px solid #cccccc;
	padding: 2px 1px 2px 2px;
	margin: 0 0 20px 0;
}

#teacher #MainTeacher .ListBoxTop {
	width: 310px;
}

#teacher #MainTeacher em.major {
	margin: -15px 5px 0px 0px;
	font-size: 0.9em;
	float: right;
}


#teacher #MainTeacher dl {
	border-bottom: 5px solid #ffffff;
	padding: 0;
	margin: 0;
	width: 100%;
	background: url(img/img_bg.gif) right repeat-y #f0f0f0;
	clear: both;
}

#teacher #MainTeacher dl.bottom {
	border-bottom: none;
}

#teacher #MainTeacher dt {
	float: left;
	width: 144px;
	padding: 5px;
	text-align: left;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #E3EFCA;
	color: #333333;
	margin: 0;
	font-weight: normal;
}

#teacher #MainCont dd {
	float: left;
	width: 144px;
	padding: 5px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #F0F0F0;
	margin: 0;
}

#teacher em.TeacherCaption {
	margin: 0px;
	font-size: 0.9em;
}

/* IE 7用の指定 */
*:first-child+html #teacher h3 sup {
	vertical-align: middle;
}


/* 教員紹介詳細ページ　設定 */
#teacherDetail #DetailMain {
	margin: 0 0 0 18px;
	width: 620px;
}

#teacherDetail h2 {
	background: url(img/ttl_teacher_detail.gif) no-repeat;
	margin: 0px 0px 15px 7px;
}

body#others #teacherDetail h2 {
	background: url(../../dept-intro/img/ttl_teacher.gif) no-repeat;
	margin: 7px 0px 0px 7px;
}

#teacherDetail h3 {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	text-indent: 0;
	background: url(img/ttl_underline.gif) repeat-x bottom;
	font-size: 120%;
	padding : 0 0 7px 0;
	color: #ad7c33;
	font-weight: bold;
}

#teacherDetail #DetailMain p {
	margin: 0 0 10px 0;
	width: auto;
}

#teacherDetail #entryExtended {
	background: #f0f0f0;
	border: 1px solid #e3e3e3;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}

#teacherDetail .ToParent {
	margin-top: 10px;
}

#teacherDetail #entryexcerpt img {
	display: inline;
	margin-right: 7px;
	margin-bottom: 10px;
	vertical-align: top;
}

/* 一覧に戻る */
ul.ToParent {
    list-style: none;
    text-align: center;
	padding:15px 0 5px 0;
}

ul.ToParent a,
ul.ToParent a:visited {
    width: 300px;
	padding: 6px 24px 4px 10px;
	margin: 0 0 5px 0;
	background: url(../img/btn_back.gif) right center no-repeat #e8e8e8;
	border: 1px solid #acacac;
	text-decoration:none;
	color: #333333;
}


ul.ToParent a:hover {
    background: url(../img/btn_back.gif) right center no-repeat #f5f5f5;
}


ul.ToPageTop {
    margin-right: 6px;
	padding-top: 10px;
}

#currentStudent #teacherDetail h3 {
	background: url(img/ttl_underline_c.gif) repeat-x bottom;
}

#graduatedStudent #teacherDetail h3 {
	background: url(img/ttl_underline_g.gif) repeat-x bottom;
}

#business #teacherDetail h3 {
	background: url(img/ttl_underline_b.gif) repeat-x bottom;
}

#others #teacherDetail h3 {
	background: url(img/ttl_underline_o.gif) repeat-x bottom;
}












