/* コース紹介用CSS
---------------------------------------------- */

/* ================= 目次 =======================

　1.education-box

============================================== */

/* 1. education-box
---------------------------------------------- */
#systemTop {
	background-image: url(../img/index-main.jpg);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	width: 660px;
	background-color: #000000;
	position: relative;
}
#systemUnder {
	background-image: url(../img/index-mainunder.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 660px;
}
#systemHead {
	background-image: url(../img/index-maintop.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 660px;
}
#systemHead h2 {
	text-indent: -9999px;
	background-image: none;
	margin: 0px;
	padding: 0px;
	height: 16px;
	font-size: 1px;
	line-height: 1px;
}
#systemTop h3 {
	padding:365px 0px 10px 20px;
	font-size: 14px;
	_font-size: 100%;
	line-height: 130%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	width: 275px;
}
#systemTop p {
	padding:10px 0px 10px 20px;
	margin: 0px;
	width: 500px;
	color: #FFFFFF;
	font-size: 10px;
	_font-size: 75%;
	line-height: 150%;
	font-weight: normal;
}

#systemTop ul#sysList {
	margin:0;
	padding:0;
	display: block;
	width:300px;
	position:absolute;
	height: 430px;
	right: 0px;
}

#sysList #sys01 a, 
#sysList #sys02 a, 
#sysList #sys03 a, 
#sysList #sys04 a, 
#sysList #sys05 a, 
#sysList #sys06 a, 
#sysList #sys07 a {
	display:block;
	width:90px;
	height:90px;
	margin:0;
	padding:0;
}
#sysList a p{
	text-indent: -9999px;
}
#sysList #sys01, 
#sysList #sys02, 
#sysList #sys03, 
#sysList #sys04, 
#sysList #sys05, 
#sysList #sys06, 
#sysList #sys07 {
	position: absolute;
	display:block;
	margin:0;
	padding:0;
	overflow:hidden;/*横スクロール回避*/
}
#sysList #sys01 {
	top: 93px;
	left: 73px;
	height: 88px;
	width: 90px;
}
#sysList #sys02 {
	top: 299px;
	left: 191px;
	height: 88px;
	width: 90px;
}

#sysList #sys03 {
	top: 155px;
	left: -52px;
	height: 88px;
	width: 90px;
}

#sysList #sys04 {
	top: 157px;
	left: -52px;
	height: 37px;
	width: 90px;
}
#sysList #sys05 {
	top: 301px;
	left: -52px;
	height: 88px;
	width: 90px;
}
#sysList #sys06 {
	top: 365px;
	left: 68px;
	height: 88px;
	width: 90px;
}
#sysList #sys07 {
	top: 162px;
	left: 193px;
	height: 88px;
	width: 90px;
}

.sp-training-wd157{
	width:157px;
}


.overseas-box{
	padding:20px;
	margin-bottom:10px;
	border: 4px solid #cc9999;
}


.overseas-box2{
	background-image:url(../img/overseas-training-box-bg.gif);
	background-repeat: repeat-y;
}
/*  */
.seminor{
	background:#C00;
	font-size:10px;
	color:#FFF;
	padding:5px;
	margin-bottom:5px;
	width:147px;
	}
#interview{
	width:660px;
	}
.interviewList{
	margin-bottom:10px;
	border:5px solid #EEE;
	width:650px;
	}
.interviewList dl{
	padding:10px;
	margin-left:140px;
	}
.interviewList dl dt{
	color:#C00;
	font-size:14px;
	font-weight:bold;
	}
.interviewList .name{
	font-size:10px;
	padding-top:5px;
	padding-bottom:10px;
	}
.interviewList .debut{
	padding:5px;
	color:#FFF;
	background:#900;
	font-size:12px;
	font-weight:bold;
	}


