@charset "utf-8";
/* CSS Document */

/* サイドナビ
-----------------------------------------*/
#side {
	float:right;
	width:184px;
	background:url(img/side_bg.gif) repeat-y left;
}
#side ul {
	background:url(img/side_foot.gif) no-repeat bottom;
	padding-bottom:22px;
	line-height:1.2;
}
#side ul li {
	padding-bottom:1px;
	background:url(img/side_border.gif) no-repeat bottom center;
}
#side ul li a {
	display:block;
	width:164px;
	margin-left:2px;
	background: url(img/side_icon_off.gif) no-repeat 6px 12px;
	padding:10px 0 10px 16px;
	color:#333;
	text-decoration:none;
}
#side ul li a:hover {
	background:#82C929 url(img/side_icon_on.gif) no-repeat 6px 12px;
	color:#FFF;
}

#side div.oca100 {
	background:#FFF;
	display:block;
	padding-top:10px;
}



/* 現在ページハイライト
-----------------------------------------*/
body#parent div#side ul li#nParent a,
body#abroad div#side ul li#nAbroad a,
body#company div#side ul li#nCompany a,
body#teacher div#side ul li#nTeacher a {
	background:#82C929 url(img/side_icon_on.gif) no-repeat 6px 12px;
	color:#FFF;
}


/* main
-----------------------------------------*/
div#main {
	clear:both;
	float:left;
	width:680px;
}


h2 {
	width:680px;
	height:52px;
	margin:0 0 12px 0;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height:51px;
	text-indent:33px;
	background-image:url(img/h2_bg.gif);
}
h2 span {
	font-size:12px;
}

h3 {
	width:676px;
	height:38px;
	margin:0 auto 5px auto;
	color:#81C928;
	font-size:14px;
	font-weight:bold;
	line-height:38px;
	text-indent:18px;
	background-image:url(img/h3_bg.gif);
	position:relative;/*abroad.html用*/
}

h3 img {/*abroad.html用*/
	position:absolute;
	top:14px;
	left:170px;
}

p.leadtext {
	clear:both;
	padding:5px;
}
p.leadtext strong {
	font-size:14px;
	font-weight:bold;
	color:#093;
}
p.normaltext {
	clear:both;
	padding:5px 10px;
	margin-bottom:25px;
}


/* for_teacher.html
---------------------------------------*/
#teacher h4 {
	clear:both;
	width:670px;
	margin:5px auto;
	padding:0.4em 0;
	text-indent:0.8em;
	background:#81C928;
	color:#FFF;
	line-height:1;
	font-size:14px;
}

#teacher dl.rinen {
	width:400px;
	height:190px;
	margin:0 auto 10px auto;
	padding-right:260px;
	background:url(img_teacher/img_policy.gif) no-repeat right center;
}
#teacher dl.rinen dt {
	padding:0 5px;
	font-size:14px;
	font-weight:bold;
	color:#F60;
}
#teacher dl.rinen dd {
	padding:0 5px 20px 15px;
}

#teacher dl.support {
	width:630px;
	margin:5px auto 20px auto;
	overflow:hidden;
}
#teacher dl.support dt {
	clear:both;
	font-weight:bold;
	padding:2px 0 3px 0;
	position:relative;
}
#teacher dl.support dt img {
	padding-bottom:5px;
	position:absolute;
	top:2px;
	right:0;
}
#teacher dl.support dd {
	width:500px;
	float:left;
	height:5em;
	border-top:1px solid #CCC;
	padding:2px 0 3px 0;
}
#teacher dl.supportC1 dt {
	color:#06C;
}
#teacher dl.supportC2 dt {
	color:#090;
}
#teacher dl.supportC3 dt {
	color:#F60;
}
#teacher h4.supportC1 {
	background:#06C;
}
#teacher h4.supportC2 {
	background:#090;
}
#teacher h4.supportC3 {
	background:#F60;
}

div.forminfo {
	width:640px;
	margin:0 auto;
	background:#FFC;
	padding:10px;
	text-align:center;
	font-size:14px;
}
div.forminfo p {
	padding:0 0 2px 0;
	margin-bottom:5px;
	border-bottom:1px solid #81C928;
}


/* for_parent.html
---------------------------------------*/
#parent h4 {
	width:670px;
	margin:5px auto;
	padding:0.4em 0;
	text-indent:0.8em;
	background:#81C928;
	color:#FFF;
	line-height:1;
	font-size:14px;
}

#parent dl.rinen {
	width:400px;
	margin:0 auto 10px auto;
	padding-right:260px;
	background:url(img_for_parent/policy.gif) no-repeat right top;
}
#parent dl.rinen dt {
	padding:0 5px;
	font-size:14px;
	font-weight:bold;
	color:#F60;
}
#parent dl.rinen dd {
	padding:0 5px 20px 15px;
}

#parent .imgR {
	float:right;
	padding-left:5px;
}
#parent .normaltext {
	overflow:hidden;
}

#parent p.ninka  {
	margin-bottom:10px;
}
#parent dl.ninka {
	width:660px;
	margin:0 auto 10px auto;
	padding:0 0 8px 0;
	background:#F8FFF0;
	border:1px solid #CCC;
	overflow:hidden;
}
#parent dl.ninka dt {
	width:180px;
	float:left;
	padding:3px 10px;
	font-size:14px;
	font-weight:bold;
	color:#13A63A;
	margin:8px 0 0 0;
}
#parent dl.ninka dd {
	display:block;
	width:439px;
	padding:3px 10px;
	margin:8px 0 0 0;
	float:left;
	border-left:1px solid #CCC;
	overflow:hidden;
}
#parent dl.ninka dl dt {
	width:100px;
	float:left;
	padding:0;
	margin:0;
	font-size:12px;
}
#parent dl.ninka dl dd {
	float:left;
	width:auto;
	padding:0;
	margin:0;
	margin-bottom:0;
	border:none;
}
#parent dl.ninka.end {
	margin-bottom:30px;
}

#parent div.infolinkbox {
	padding:0 10px;
}

div.infobox {
	width:640px;
	margin:20px auto;
	background:#FFC;
	padding:10px;
	text-align:center;
	overflow:hidden;
}
div.infobox h3 {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	background:none;
	color:#81C928;
	font-size:14px;
	font-weight:bold;
	line-height:1.4;
	text-indent:0;
	text-align:center;
	border-bottom:1px solid #81C928;
	margin-bottom:5px;
}
div.infobox p {
	float:left;
	font-size:12px;
	width:400px;
	text-align:left;
	padding-left:10px;
}
div.infobox address{
	float:right;
	font-size:12px;
	width:200px;
	text-align:left;
	padding:8px 8px;
	border:1px solid #81C928;
	background:#FFF;
}


/* abroad.html
---------------------------------------*/
div.abroadTextBox {
	background-color:#F7F7F7;
	border:2px solid #CC0000;
	margin:0 auto 20px auto;
	padding:10px 20px;
	width:580px;
}
div.abroadTextBox .textTitle {
	color:#CC0000;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
}

ul#messagelink {
	width:632px;
	margin:0 auto;
	padding:10px 0 25px 0;
	overflow:hidden;
}
ul#messagelink li {
	float:left;
}
ul#messagelink li a {
	margin:0 2px;
}

div#sitelink {
	width:620px;
	margin:0 auto;
	padding:10px 0 10px 0;
	overflow:hidden;
}
div#sitelink li {
	float:left;
}

div#guidebnr {
	text-align:center;
	padding:10px 0 30px 0;
}
div#guidebnr a {
	margin:0 5px;
}

div.abroadNormalText {
	width:660px;
	margin:0 auto;
}
div.abroadNormalText h4 {
	padding:5px 0 0 0;
}
div.abroadNormalText h5 {
	padding:15px 0 3px 0;
}
div.abroadNormalText h6 {
	padding:5px 0 0 0;
	color:#F90;
	line-height:1.3;
	font-weight:normal;
}
div.abroadNormalText p {
	padding:3px 15px 3px 15px;
}
div.abroadNormalText p.attention {
	font-size:10px;
	line-height:1.3;
}


dl#QAlist {
	width:660px;
	margin:0 auto;
	padding-bottom:30px;
}
dl#QAlist img {
	padding:0 0 3px 0;
}
dl#QAlist dt {
	background:url(img_abroad/mark_q.gif) no-repeat top left;
/*	padding-left:35px;*/
	margin:15px 0 10px 0;
	padding:3px 0px 5px 35px;
}
dl#QAlist dd {
	background:url(img_abroad/mark_a.gif) no-repeat top left;
	padding-left:35px;
	padding-bottom:15px;
	border-bottom:1px solid #81C928;
}

/* style was added on 2011.07.01 */

ul#messagelink {
	margin-left: 25px;
	overflow: hidden;
	zoom: 1;
}
ul#messagelink li {
	margin-right: 2px;
}
.headFit {
	padding: 1.5em 0 1em 0 !important;
}
p.leadTxt {
	line-height: 1.4 !important;
	padding-top: 1em !important;
}

/* list style */

ul.langList,
ul.noteList {
	padding-top: 1em;
}

ul.langList li,
ul.noteList li {
	padding: .5em 0 0 1.2em;
	margin-left: .5em;
	background: url(img_abroad/icon_disc_01.gif) 0 10px no-repeat;
}
ul.langList li strong,
ul.noteList li strong {
	display: block;
}
ul.langList li img,
ol.numList li img,
ul.noteList li img {
	vertical-align: baseline;
}

ul.langList li ul li {
	padding: 3px 0 0 1em;
	background: url(img_abroad/icon_disc_02.gif) 0 10px no-repeat;
}

ol.numList li {
	list-style-type: decimal;
}
ol.numList {
	margin-left: 1.2em;
	padding-top: 1em;
}
ol.numList li {
	padding: 3px 0 0 0;
	margin-left: .5em;
	background: none;
}
ul.noteList {
	padding-top: 1em;
}
ul.noteList li {
	background: none;
}

