@charset "utf-8";

/* student.css */


/* link */
#ct_student #global_nav_ct_student a {
	background-position:0 68px;
}
#ct_student #article a,
#ct_student #article strong,
#ct_student #article em {
	color:#0857ab;
}


/* sub */
.sub_nav_ttl a {
	display:block;
	width:210px;
	height:50px;
	background:url(../../student/images/student_nav_ttl.png) repeat 0 0;
	text-indent:-9999px;
}
#contents_sub h2.menuon a,.sub_nav_ttl a:hover {
	background:url(../../student/images/student_nav_ttl.png) repeat 100% 0;
}
.sub_nav {
	width:210px;
	background:url(../images/sub_nav_bg01.png) repeat-y 0 0;
}
.sub_nav li {
	border-bottom:1px solid #d6d6d6;
}
.sub_nav a {
	display:block;
	width:210px;
	padding:10px 0;
	background:url(../images/sub_nav_bg02.png) no-repeat 50% 100%;
}
.sub_nav a span {
	display:block;
	padding-left:25px;
	background:url(../../student/images/student_nav_ic01.png) no-repeat 10px 0.4em;
}
.sub_nav a.menuon {
	background-image:none;
	background-color:#2e72bb;
	text-decoration:none;
	color:#ffffff;
}
.sub_nav a.menuon span {
	background:url(../../student/images/student_nav_ic01on.png) no-repeat 10px 0.4em;
}


/* index */
.student_index {
	width:710px;
	margin:0px 20px;
}
.student_index p {
	margin-bottom:10px;
	padding-top:20px;
}


/* detail */
.student_detail_article {
	width:710px;
	margin:20px 20px 0;
	background:url(../../student/student_detail_images/student_detail_bg.png) repeat-y 0 0;
}
.student_detail_bg {
	padding-bottom:40px;
	background:url(../../student/student_detail_images/student_detail_bg02.png) no-repeat 0 100%;
}
.student_detail_databox {
	width:670px;
	margin:0 20px 20px;
	padding:10px 0 20px;
	border-bottom:2px solid #dbdbdb;
}
.student_detail_photo {
	float:left;
	width:130px;
}
.student_detail_data {
	float:right;
	width:515px;
}
.student_detail_data h4 {
	margin-bottom:10px;
	font-size:130%;
	font-weight:bold;
	color:#0857ab;
}
.student_detail_data strong {
	font-size:130%;
	font-weight:bold;
	color:#333333 !important;
}
.student_detail_data dt {
	float:left;
}
.student_detail_data dd {
	text-indent:-1em;
	margin-left:1em;
	padding-left:6em;
}
.student_detail_text {
	width:640px;
	margin:0px 35px;
	padding-bottom:20px;
}
.student_detail_text h4 {
	margin:20px 0 10px;
}


