@charset "utf-8";
/*教育システム共通*/
/*-----------------------------------教育システムナビゲーション*/
#educationNavTitle {
	width: 213px;
	height: 34px;
	margin-bottom: 12px;
	background: url("img/education.gif") no-repeat;
	text-indent: -9999px;
}

#educationNav {
	width:206px;
}
#educationNav h3{
	width: 206px;
	/*height: 26px;*/
	margin: 0 0 3px 3px;
	list-style-type: none;
	display:block;
}
#educationNav h3 a{
	width: 183px;
	/*height: 21px;*/
	padding: 5px 0 0 23px;
	text-decoration: none;
	color: #333;
	display:block;
	background:   url(../../common/img/subnav_top.gif) #FFF no-repeat top left;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #737373;
}
#educationNav h3 a:hover{
	color: #333;
	text-decoration: none;
	background:   url(../../common/img/subnav_top.gif) #D5CABA no-repeat top right;
}

ul#educationSubnav { margin-bottom:3px;}
#educationSubnav li {
	width: 211px;
	/*height: 23px;*/
	display:block;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#educationSubnav li a {
	/*height: 20px;*/
	padding: 3px 0 0 10px;
	background-color: #D6D6D6;
	color: #333;
	display:block;
	text-decoration: none;
}
#educationSubnav a:hover {
	background-color: #999;
}
/*グローバルナビゲーション現在位置*/
#education li#navEducation a { background: url(../../common/img/globalnav_education.jpg) no-repeat 0px -72px; } 
#business li#navEducation a { background: url(../../common/img/globalnav_education.jpg) no-repeat 0px -72px; } 
#sptraining li#navEducation a { background: url(../../common/img/globalnav_education.jpg) no-repeat 0px -72px; } 
#wcurriculum li#navEducation a { background: url(../../common/img/globalnav_education.jpg) no-repeat 0px -72px; } 
#sysdebut li#navEducation a { background: url(../../common/img/globalnav_education.jpg) no-repeat 0px -72px; } 
#overseas li#navEducation a { background: url(../../common/img/globalnav_education.jpg) no-repeat 0px -72px; }
#flow_career li#navEducation a { background: url(../../common/img/globalnav_education.jpg) no-repeat 0px -72px; }
#flow_debut li#navEducation a { background: url(../../common/img/globalnav_education.jpg) no-repeat 0px -72px; }


/*-----------------------------------教育システムトップページ*/
#titleEducation {
	width: 642px;
	margin-bottom:20px;
}

.eduSlide {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background: #000;
    border: 1px solid #333;
	position:relative;
}
.eduSlide p.subtitleEducation {
	margin:10px 0 0 0;
	text-align:center;
}
p.eduTop {
	font-size:12px;
	line-height:1.6;
	margin-bottom:20px;
}
/*#listEducation01,
#listEducation02,
#listEducation03,
#listEducation04,
#listEducation05 {
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
	padding-bottom: 5px;
	width: 617px;
	position: relative;
}*/
/*#listEducation01 h3,
#listEducation02 h3,
#listEducation03 h3,
#listEducation04 h3,
#listEducation05 h3,
#listEducation06 h3 {
	width: 423px;
	height: 42px;
	margin: 0 0 10px 20px;
}*/
/*#listEducation01 h3 { background: url(img/list_education01.gif) no-repeat top left; }
#listEducation02 h3 { background: url(img/list_education02.gif) no-repeat top left; }
#listEducation03 h3 { background: url(img/list_education03.gif) no-repeat top left; }
#listEducation04 h3 { background: url(img/list_education04.gif) no-repeat top left; }
#listEducation05 h3 { background: url(img/list_education05.gif) no-repeat top left; }*/

.btnEducation {
	position:relative;
	padding:10px 0 10px 10px;
	border-top:#666 1px solid;
}
.end { 
	border-bottom:#666 1px solid;
	margin-bottom:20px;	
}
.btnEducation p {
	width:450px;
	margin:5px 0 0 50px;
	color:#999;
	font-weight:bold;
}

.eduBtn {
	position: absolute;
	right: 10px;
	top:20px;
}
.eduBtn a {
	display:block;
	width:93px;
	height:32px;
	overflow:hidden;
}
.btnDiv {
	cursor:pointer;	
}
.btnDivOver {
	background:#DDD;
}

/*サブナビゲーション下層を消す*/
#education #wrapper #container #lowNav #educationNav #educationSubnav { display: none;}

/*教育システム現在位置*/
#education #wrapper #container #lowNav #educationNav h3#educationNav01 a{ background: url(../../common/img/subnav_top.gif) #D5CABA no-repeat top right; }

/*-----------------------------------産学協同プロジェクトトップ*/
#titleBusiness01 {
	width: 642px;
	margin-bottom:20px;
}
.aboutBusiness {
	width:620px;
	margin:0 auto;
}
h3.businesssTitle {
	font-size: 14px;
	color:#C6902E;
	font-weight:bold;
	margin: 10px 0 0 0;
}
p.businesssText {
	font-size: 12px;
    line-height: 1.6;
    margin: 0 0 0 5px;
}
p.businesssCopy {
	font-size: 14px;
    line-height: 1.6;
    margin: 30px auto 40px;
    width: 620px;
}
.projectBox {
	position:relative;
	width:290px;
	padding:10px;
	border:1px solid #C5902D;
	margin:0 0 30px 0;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   border-radius: 5px;
   background-color:#FCFCFC;
}
.projectBox h3 {
	font-size:14px;
	font-weight:bold;
	color:#BD8A1F;
	margin:10px 0 0;
}
.projectBox h3 span {
	color:#333;
}
.projectBoxWaku {
	position:absolute;
	top:-20px;
	left:-15px;	
}
.projectPhotoBox {
	border:1px dashed #CCC;
	background-color:#222;
	text-align:center;
	padding:5px;
	margin-top:10px;
}
p.copyright { 
	font-size:10px; 
	color:#FFF;
	padding:5px 10px 0;
}
/*p.projectWork { 
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#000;
	margin-top:5px;
}*/

/*.jissekiBox {
	width: 602px;
	margin: 20px 0 0 0;
	padding: 0 10px 10px 10px;
	background: url(img/business01_01.gif) no-repeat left top;
	background-color: #ded6c6;
}
.jissekiBox h3{
	background: url(img/icn.gif) no-repeat left;
	padding: 2px 0 0 15px;
	margin: 0 0 0 10px;
}
.JissekiImg {
	width: 180px;
	margin-top: 10px;
	float: left;
}
.JissekiMain {
	width: 410px;
	margin-top: 10px;
	float: right;
}
.JissekiMain h4 {
	border-left: 5px solid #39395a;
	padding: 0 0 0 5px;
	margin-bottom: 5px;
	font-size: 14px;
	_font-size: 110%;
	font-weight: bold;
	line-height: 1.3;
}
.JissekiMain h5 {
	background-color: #39395a;
	padding: 3px 0 0 10px;
	margin-bottom: 5px;
	color: #fff;
}*/

/*サブナビゲーション下層を消す*/
#business #wrapper #container #lowNav #educationNav #educationSubnav { display: none;}
/*教育システム現在位置*/
#business #wrapper #container #lowNav #educationNav h3#educationNav02 a{ background: url(../../common/img/subnav_top.gif) #D5CABA no-repeat top right; }


/*-----------------------------------映画人による指導*/
#titleSpTraining {
	width: 642px;
}
.zemiBox {
	clear:both;
	margin:30px auto 20px;
}
.zemiBox h3 {
	margin:0 auto 10px;
}
.zemiBox .trainingBoxL {
	float:left;
	width:307px;
	margin-left:15px;
	display:inline;
}
.zemiBox .trainingBoxL p {	margin-bottom:10px; line-height:1.6;}
.zemiBox .trainingBoxR {
	float:right;
	width:300px;
	background-color:#000;
}
.gocoo .trainingBoxR { padding-bottom:2px;}
.zemiBox .trainingBoxR img { margin:2px 0 0 2px;}
.zemiBox .gocoo .trainingBoxR { padding-bottom:2px;} 
.zemiBox .trainingBoxR p {
	padding:10px;
	color:#FFF;
	font-size:14px;
}
.zemiBox .trainingBoxR p span { font-size:10px;}
.zemiBox .trainingBoxR a {
	font-size:12px;
}

/*.zemiBox2 {
	clear:both;
	margin:30px auto 20px;
}
.zemiBox2 h3 {
	margin:0 auto 10px;
}
.zemiBox2 .trainingBoxL {
	float:left;
	width:407px;
	margin-left:15px;
	display:inline;
}
.zemiBox2 .trainingBoxL p {	margin-bottom:10px; line-height:1.6;}
.zemiBox2 .trainingBoxR {
	float:right;
	width:200px;
	background-color:#000;
}
.zemiBox2 .trainingBoxR img { margin:2px 0 0 2px;}
.zemiBox2 .trainingBoxR p {
	padding:10px;
	color:#FFF;
	font-size:14px;
}
.zemiBox2 .trainingBoxR p span { font-size:10px;}
.zemiBox2 .trainingBoxR a {
	font-size:12px;
}*/


/*#btnSptraining {
	width: 216px;
	height: 32px;
	text-indent: -9999px;
}
#btnSptraining a{
	width: 216px;
	height: 32px;
	display: block;
	background: url(img/btn_sptraining.gif) no-repeat 0px 0px;
}
#btnSptraining a:hover{ background: url(img/btn_sptraining.gif) no-repeat 0px -32px; }
#btnSptraining01 {
	width: 216px;
	height: 32px;
	text-indent: -9999px;
}
#btnSptraining01 a{
	width: 216px;
	height: 32px;
	display: block;
	background: url(img/btn_sptraining01.gif) no-repeat 0px 0px;
}
#btnSptraining01 a:hover{ background: url(img/btn_sptraining01.gif) no-repeat 0px -32px; }
#seminarTugawa {
	width: 642px;
	height: 58px;
	margin: 20px 0 10px 0;
	background: url(img/seminar_tsugawa.jpg) no-repeat left;
	text-indent: -9999px;
}
#seminarNarahashi{
	width: 642px;
	height: 58px;
	margin: 20px 0 10px 0;
	background: url(img/seminar_narahashi.jpg) no-repeat left;
	text-indent: -9999px;
}
#seminarMusical{
	width: 642px;
	height: 58px;
	margin: 20px 0 10px 0;
	background: url(img/seminar_musical.gif) no-repeat left;
	text-indent: -9999px;
}
#seminarShioya{
	width: 642px;
	height: 58px;
	margin: 20px 0 10px 0;
	background: url(img/seminar_shioya.gif) no-repeat left;
	text-indent: -9999px;
}
#seminarScreenwriter{
	width: 642px;
	height: 58px;
	margin: 20px 0 10px 0;
	background: url(img/seminar_screenwriter.gif) no-repeat left;
	text-indent: -9999px;
}
.seminarImg {
	width: 170px;
	float: right;
}
.seminarText {
	width: 440px;
	float: left;
}
.seminarText h4{
	color: #BD8317;
}*/

/*サブナビゲーション下層を消す*/
#sptraining #wrapper #container #lowNav #educationNav #educationSubnav { display: none;}
/*教育システム現在位置*/
#sptraining #wrapper #container #lowNav #educationNav h3#educationNav03 a{ background: url(../../common/img/subnav_top.gif) #D5CABA no-repeat top right; }

/*-----------------------------------海外実学研修*/
#titleOverseas {
	width: 642px;
	height: 105px;
	background: url(img/title_overseas.gif) no-repeat;
	text-indent: -9999px;
}
#overseasTitle01,
#overseasTitle02,
#overseasTitle03 {
	width: 642px;
	height: 37px;
	margin: 20px 0 0 0;
	text-indent: -9999px;
}
#overseasTitle01 { background: url(img/overseas_title01.jpg) no-repeat left; }
#overseasTitle02 { background: url(img/overseas_title02.jpg) no-repeat left; }
#overseasTitle03 { background: url(img/overseas_title03.jpg) no-repeat left; }

#overseasCopy01,
#overseasCopy02,
#overseasCopy03 {
	width: 400px;
	height: 45px;
	text-indent: -9999px;
}
#overseasCopy01 { background: url(img/overseas_copy01.gif) no-repeat left; }
#overseasCopy02 { background: url(img/overseas_copy02.gif) no-repeat left; }
#overseasCopy03 { background: url(img/overseas_copy03.gif) no-repeat left; }
.overseasImg {
	width: 200px;
	margin-top: 10px;
	float: right;
}
.overseasText {
	width: 400px;
	float: left;
}
#expHeader01,
#expHeader02,
#expHeader03 {
	width: 400px;
	height: 100px;
	margin-top: 10px;
	text-indent: -9999px;
}
#expHeader01 { background: url(img/experience_header01.gif) no-repeat; }
#expHeader02 { background: url(img/experience_header02.gif) no-repeat; }
#expHeader03 { background: url(img/experience_header03.gif) no-repeat; }
.expMain {
	width: 380px;
	padding: 10px 10px 0 10px;
	background: url(img/experience_main.gif) no-repeat;
}
.expImg{
	width: 120px;
	float: right;
}
.expText{
	width: 250px;
	margin-top: 20px;
	float: left;
}
.expFooter {
	width: 400px;
	height: 10px;
	background: url(img/experience_footer.gif) no-repeat;
}

.stundentBox {
	margin-top:20px;
	padding:0px 10px 10px;
	background-color:#8F7D9F;
}
.studentBoxRight {
	width:440px;
	float:right;
}
p.studentName {
	font-size:14px;
	font-weight:bold;
	border-left:5px solid #000;
	padding:0 0 0 10px;
	margin:13px 0 10px 0;
}
p.studentName span {
	font-size:12px;
	font-weight:normal
}
p.studentText {
	background-color:#FFF;
	padding:10px;
}
p.studentText span {
	font-size:14px;
	font-weight:bold;
	color:#313852;
}

/*サブナビゲーション下層を消す*/
#overseas #wrapper #container #lowNav #educationNav #educationSubnav { display: none;}
/*教育システム現在位置*/
#overseas #wrapper #container #lowNav #educationNav h3#educationNav04 a{ background: url(../../common/img/subnav_top.gif) #D5CABA no-repeat top right; }

/*-----------------------------------キャリアサービスセンター*/
#titleSysDebut {
	width: 642px;
}
p.sysDebutCopy {
	width: 620px;
	margin:10px auto 20px;
	font-size:12px;
	line-height:1.6;
}
.careerBox {
	float:left;
	width:315px;
	margin:30px auto 30px;
	
}
.debutBox {
	float:right;
	width:315px;
	margin:30px auto 10px;
	
}

.pointBox {
	padding:0 10px 10px;
	background-color:#FFF;
}
.pointBox h3 {
	margin:0 auto 20px;
	text-align:center;
}
.pointBox p {
	font-size:14px;
	font-weight:bold;
}
.careerBox .pointBox p span.big { color:#E30D86;}
.debutBox .pointBox p span.big { color:#3F7DA4;}
.pointBox p span.small {
	font-size:12px;
	font-weight: normal;
}

.careerBox h4 , .debutBox h4 {
	margin:0;
}
.careerBox ul , .careerBox dl {
	background-color:#FCE6F2;
	padding:10px;
}

.debutBox ul , .debutBox dl {
	background-color:#E0EDF4;
	padding:10px;
}

.careerBox li {
	background: url(img/sys_debut/list_career.gif) no-repeat left top;
	font-size:14px;
	padding-left:17px;
	margin-bottom:5px;
}
.debutBox li {
	background: url(img/sys_debut/list_debut.gif) no-repeat left top;
	font-size:14px;
	padding-left:17px;
	margin-bottom:5px;
}

.careerBox a , .debutBox a {
	display:block;
	margin-top:10px;
}


/*流れ*/

h2.flow_title {
	margin:20px 0;	
}
.flowBox_career {
	background-color:#FCE6F2;
}
.flowBox_debut {
	background-color:#E0EDF4;
}
.flowBox_career h3 , .flowBox_debut h3 {
	clear:both;
	margin-top:20px;
}
.flowBox_career img.flowPht , .flowBox_debut img.flowPht { 
	margin:20px;
	
}
.flowBox_career dl , .flowBox_debut dl {
	padding:20px;
	margin-bottom:20px;	
}
.flowBox_career dd , .flowBox_debut dd { margin-bottom:20px;}

.flowBox_career dt {
	font-size:14px;
	font-weight:bold;
	color:#E30D86;
}

.flowBox_debut dt {
	font-size:14px;
	font-weight:bold;
	color:#3F7DA4;
}
.flowBox_career p {
	clear:both;
	margin:0 auto;
	width:580px;
	background-color:#FFF;
	border:1px dashed #E30D86;
	padding:10px;
}
.flowBox_career p .point {
	font-size:14px;
	font-weight:bold;
	color:#E30D86;
}
.flowBox_debut p {
	clear:both;
	margin:0 auto;
	width:580px;
	background-color:#FFF;
	border:1px dashed #3F7DA4;
	padding:10px;
}
.flowBox_debut p .point {
	font-size:14px;
	font-weight:bold;
	color:#3F7DA4;
}

.flowBox_career p .flow_detail , .flowBox_debut p .flow_detail {
	font-size:12px;
	font-weight:bold;
}

.successImg {
	clear:both;
	width:201px;
	text-align:center;
	display:block;
	margin:0 auto 20px;
}

.careerResult {
	border:2px solid #E30D86;
	width:638px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
   border-radius: 2px;
}
.careerResult h4 {
	font-size:16px;
	font-weight:bold;
	color:#E30D86;
	background-color:#FCE6F2;
	padding:10px 20px;
	border-bottom:1px solid #E30D86;
}
.careerResult p {
	padding:20px;
	
}
.debutResult {
	border:2px double #3F7DA4;
	width:638px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
   border-radius: 2px;
}
.debutResult h4 {
	font-size:16px;
	font-weight:bold;
	color:#3F7DA4;
	background-color:#E0EDF4;
	padding:10px 20px;
	border-bottom:1px solid #3F7DA4;
}
.debutResult p {
	padding:20px;
	
}


/*教育システム現在位置*/
#sysdebut #wrapper #container #lowNav #educationNav h3#educationNav05 a{ background: url(../../common/img/subnav_top.gif) #D5CABA no-repeat top right; }
/*教育システムナビゲーション現在位置*/
#sysdebut #wrapper #container #lowNav #educationNav #educationSubnav li#infoSubNav04 a { background-color: #999;}

/*就職までの流れ現在位置*/
#flow_career #wrapper #container #lowNav #educationNav h3#educationNav05 a{ background: url(../../common/img/subnav_top.gif) #D5CABA no-repeat top right; }
/*就職までの流れナビゲーション現在位置*/
#flow_career #wrapper #container #lowNav #educationNav #educationSubnav li#infoSubNav01 a { background-color: #999;}

/*デビューまでの流れ現在位置*/
#flow_debut #wrapper #container #lowNav #educationNav h3#educationNav05 a{ background: url(../../common/img/subnav_top.gif) #D5CABA no-repeat top right; }
/*デビューまでの流れナビゲーション現在位置*/
#flow_debut #wrapper #container #lowNav #educationNav #educationSubnav li#infoSubNav02 a { background-color: #999;}


/*-----------------------------------カリキュラム*/
#titleWcurriculum {
	width: 642px;
}
#curriculumTitle01 {
	width: 642px;
	height: 30px;
	margin:20px 0 10px 0;
	background: url(img/curriculum01.gif) no-repeat;
	text-indent: -9999px;
}
#curriculumTitle02 {
	width: 642px;
	height: 95px;
	background: url(img/curriculum02.gif) no-repeat;
	text-indent: -9999px;
}

.curriculumBox {
	width: 642px;
	margin:5px 0 20px 0;
	padding-bottom:20px;
	background-color: #ded6c6;
}
.curriculumBox h4{
	width: 642px;
	height: 43px;
	text-indent: -9999px;
}
.curriculumTimeTitle01{ background: url(img/curriculum02.gif) no-repeat top;}
.curriculumTimeTitle02{ background: url(img/curriculum03.gif) no-repeat top;}

.curriculumBox h5{
	width: 642px;
	height: 19px;
	margin:20px 0 10px 0;
	text-indent: -9999px;
}
.curriculumTimeTable01{	background: url(img/curriculum_timename01.gif) no-repeat top;}
.curriculumTimeTable02{	background: url(img/curriculum_timename02.gif) no-repeat top;}
.curriculumTimeTable03{	background: url(img/curriculum_timename03.gif) no-repeat top;}
.curriculumTimeTable04{	background: url(img/curriculum_timename04.gif) no-repeat top;}

.curriculumBox p{
	margin-left:30px;
}
.curriculumBox01 {
	width: 160px;
	padding: 0 10px 10px 10px;
	margin-right: 10px;
	background-color: #ded6c6;
	float: left;
}
.curriculumBox01 h4 {
	width: 160px;
	height: 40px;
	margin-bottom: 5px;
	background: url(img/curriculum05.gif) no-repeat;
	text-indent: -9999px;
}
.curriculumBox01 h5 {
	text-align: center;
	margin: 5px 0;
	color: #fff;
	background-color: #525273;
}
#curriculumBtnBox {
	width: 442px;
	height: 32px;
	margin: 10px 0 0 200px;
}

p.curriculumTxt {
	width: 620px;
	margin:0 auto 20px;
}
h3.curriculumSubtitle {
	border-top:1px solid #999999;
	margin-bottom:20px;
	padding-top:20px;
}
.curriculumCont1 {
	margin:20px auto;
	width:622px;
}
.curriculumCont2 {
	border-color:#D59A00;
	border-style:solid;
	border-width:1px 4px 4px 1px;
	clear:both;
	margin:20px auto;
	padding:10px;
	width:597px;
}
.curriculumPhotoBox {
	float:left;
	margin-right:20px;
	width:150px;
}
.curriculumPhotoBox p {
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	padding-left:5px;
}
.curriculumPhotoBox p span {
	font-size:10px;
	font-weight:normal;
}
.curriculumTextBox {
	float:left;
	width:427px;
}
p.curriculumW {
	background-color:#EDD25C;
	color:#CC0000;
	padding:3px;
	text-align:center;
}
p.curriculumW span {
	color:#000000;
	font-weight:bold;
}
p.voiceTitle {
	color:#D59A00;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
dl.curriculumList {
	margin-top:10px;
}
dl.curriculumList dt {
	clear:both;
	float:left;
	margin-top:5px;
	width:47px;
}
dl.curriculumList dt.curriculumList2 {
	width:427px;
}
dl.curriculumList dd {
	margin:0;
	width:370px;
	padding-top:5px;
	margin-left:57px;
	_width:360px;
}
dl.curriculumList dd:after {
	  content:'';
	  display:block;
	  clear:both;
	}
	
/*こんな時は、Wメジャーカリキュラムを利用しよう*/
.curriculuUse {
	border:5px solid #C00;
	width:587px;
	padding:20px 10px;
	margin-top:5px;
}
.curriculuUse img {
	float: left;
	width:177px;
	padding-top:20px;
}
.curriculuUse ul {
	float:left;
	display:inline;
	padding:5px 0 5px 10px;
	margin-left:10px;
	border-left:1px solid #C00;
	width:389px;
}
.curriculuUse li {
	font-size:12px;
	font-weight:bold;
	background:url(img/curriculum_list.gif) no-repeat left 3px;
	padding-left:18px;
	margin-bottom:5px;
}

/*在校生の声*/
.curriculumVoice {
	width:620px;
	margin:20px auto 10px;
	border-bottom:#E4A500 dotted 1px;
	padding-bottom:10px;
}
.curriculumVoiceEnd {
	width:620px;
	margin:20px auto 20px;
}
.voiceLeft {
	float:left;
	width:204px;
}
.voiceLeft img {
	border:1px solid #E4A500;
	padding:1px;
}
.voiceRight {
	float:right;
	width:400px;
}
.voiceRight img {
	margin-bottom:5px;
}
p.voiceName {
	font-size:14px;
	font-weight:bold;
	margin-top:3px;
	text-align:center;
}
p.voiceName span {
	font-size:12px;
	font-weight: normal;	
}
/*#curriculumContainer{
	background: url(img/curriculum_bk.gif) repeat-y;
}
#curriculumTitle03 {
	width: 642px;
	height: 103px;
	background: url(img/curriculum03.gif) no-repeat;
	text-indent: -9999px;
}
.curriculumBox02 {
	width: 242px;
	padding: 0 10px 10px 10px;
	margin-right: 10px;
	background-color: #ded6c6;
	float: left;
}
#curriculumBox02 h4 {
	width: 242px;
	height: 40px;
	margin-bottom: 5px;
	background: url(img/curriculum06.gif) no-repeat;
	text-indent: -9999px;
}
#curriculumBox02 h5 {
	text-align: center;
	margin: 5px 0 0 0;
	color: #fff;
	background-color: #525273;
}
#curriculumBox02 h5.h5sub {
	text-align: center;
	margin: 0 0 5px 0;
	color: #333;
	background-color: #fed000;
}
#curriculumBox02 li {
	font-size: 10px;
	_font-size: 75%;IE6用フォントサイズ 
}
#curriculumBox03 {
	width: 160px;
	padding: 0 10px 10px 10px;
	background-color: #ded6c6;
	float: left;
}
#curriculumBox03 h4 {
	width: 160px;
	height: 40px;
	margin-bottom: 5px;
	background: url(img/curriculum07.gif) no-repeat;
	text-indent: -9999px;
}*/


/*サブナビゲーション下層を消す*/
#wcurriculum #wrapper #container #lowNav #educationNav #educationSubnav { display: none;}
/*教育システム現在位置*/
#wcurriculum #wrapper #container #lowNav #educationNav h3#educationNav06 a{ background: url(../../common/img/subnav_top.gif) #D5CABA no-repeat top right; }

