@charset "utf-8";
/*全ページ共通*/
*{	margin:0; padding:0; }
body{
	font-family: "ＭＳ Ｐゴシック", "Osaka" , "Arial", "Helvetica" sans-serif;
	font-size: 12px;
	_font-size: 80%;/*IE6用フォントサイズ*/ 
	background: url(../img/back.jpg) repeat-x #2C2E2D;
	
}
h1, h2, h3, h4, h5, h6, p, address {
	font-size: 12px;
	_font-size: 90%;/*IE6用フォントサイズ*/ 
}
body, h1, h2, h3, h4, h5, h6, p, address, img, li, dl, td, th, em{
	border: none;
	line-height:1.5;
	color: #333;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-style:normal;
}
th, td { vertical-align: top; text-align: left;}
img{ border:none;}
strong { font-weight: bold; }
caption { caption-side: bottom;}
hr { display: none;}
a{ outline : 0 ;}

/*-----------------------------------リンク*/
a {	color: #346B9E; text-decoration: underline; }
a:hover { color: #C30D23; text-decoration: none; }

a.maillink { color: #003399; text-decoration: none; }
a:hover.maillink { color: #003399; text-decoration: underline; }
a:visited.maillink { color: #003399; text-decoration: none; }
/*-----------------------------------リスト*/
li { list-style-position: outside; list-style-type: none;}
.list01 li { list-style-position: outside; list-style-type: decimal; margin-left: 25px;}
.list02 li { list-style-position: outside; list-style-type: disc; margin-left: 25px;}
/*-----------------------------------フォント*/
.bold {	font-weight: bold;}
.normal { font-weight: normal; font-size: 12px;}
.must {	color: #FF0000; }
.color01 { color: #FF0000; }
.color02 { color: #313952; }
.color03 { color: #ff6300; }
.color04 { color: #4adec8; }
.color05 { color: #66cc00; }
.color06 { color: #0099ff; }
.color07 { color: #CC0000; }
.color08 { color: #990000; }
.color09 { color: #007BDE; }
.color10 { color: #FFFF00; }
.color11 { color: #C30D23; }
.color12 { color: #FF9900; }

.xlarge {
	font-size: 16px;
	_font-size: 135%;/*IE6用フォントサイズ*/ 
}
.large {
	font-size: 14px;
	_font-size: 110%;/*IE6用フォントサイズ*/ 
}
.small {
	font-size: 11px;
	_font-size: 85%;/*IE6用フォントサイズ*/ 
}
.xsmall {
	font-size: 10px;
	_font-size: 75%;/*IE6用フォントサイズ*/ 
}
.xxsmall {
	font-size: 9px;
	_font-size: 75%;/*IE6用フォントサイズ*/ 
}

/*-----------------------------------テキスト位置等*/
.center { text-align: center;}
.txtRight { text-align: right;}
.fright { float: right; }
.fleft { float: left; }
/*-----------------------------------クリア*/
.clearBoth { clear:both;}

/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*-----------------------------------マージン*/
.marT5 { margin-top: 5px; }
.marT10 { margin-top: 10px; }
.marT20 { margin-top: 20px; }
.marB10 { margin-bottom: 10px; }
.marL10 { margin-left: 10px; }
.marRL10 { margin: 0 10px; }
.padB10 { padding-bottom: 10px; }
.padB20 { padding-bottom: 20px; }
/*-----------------------------------ボーダー*/
.bdrBtm { border-bottom: 1px solid #333; }
.bdrTop { border-top: 1px solid #333; }
/*-----------------------------------外枠*/
#wrapper{
	width:943px;
	margin:10px auto 0;
	position: relative;
	background-color: #ffffff;	
}
/*-----------------------------------ヘッダー*/
/*base*/
#header {
	position: relative;
	width:943px;
	height: 80px;
	background: #FFF url(../img/back_film.gif) repeat-x top;
	border-bottom:1px solid #2C2E2D;
}
#header h1,
#header #headerLogo {
	position: absolute;
	top:20px;
	left:20px;	
	width:414px;
	height: 49px;
	display: block;
	/*background: url(../img/logo.gif) no-repeat top;
	text-indent: -9999px;*/
}
#header h1 a,
#header #headerLogo a{
	display: block;
	width:414px;
	height: 49px;
}
/*コース用ヘッダーロゴ*/
#headerLogo {
	
}


/*校名変更*/
a#infoChange {
	position: absolute;
	top: 33px;
	left: 450px;
	width:74px;
	height: 33px;
	text-indent: -9999px;
	background-image:url(../img/info.gif);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
}
a#infoChange:hover {
	background-position:left bottom;
}
/*募集要項・資料請求・体験入学ボタン*/
#headerNavi {
	position: absolute;
	top: 20px;
	left: 550px;
}
#headerNavi li{
	list-style-type: none;
	float: left;
	margin-right:10px;
	text-indent: -9999px;
}
#headerNavi li a{
	width: 121px;
	height: 51px;	
	display:block;
	text-decoration: none;
}
#headerNavi li#navBosyu a{ background: url(../img/header_nav.jpg) no-repeat 0px 0px; }
#headerNavi li#navBosyu a:hover{ background: url(../img/header_nav.jpg) no-repeat 0px -51px; }
#headerNavi li#navTaiken a{ background: url(../img/header_nav.jpg) no-repeat -121px 0px; width:124px; height:54px; margin-right:-3px;}
#headerNavi li#navTaiken a:hover{ background: url(../img/header_nav.jpg) no-repeat -121px -54px; }
#headerNavi li#navSiryo a{ background: url(../img/header_nav.jpg) no-repeat -245px 0px; }
#headerNavi li#navSiryo a:hover{ background: url(../img/header_nav.jpg) no-repeat -245px -51px; }


/*サブナビ*/
#subNavBox {
	position: relative;
	width:943px;
	background: #E1E1E1 url(../img/header_subnav_back.jpg) repeat-x top;
}
#subNavBox ul {
	text-align:center;
	padding:1px 0;
	padding-left:100px;
}
#subNavBox li {
	list-style-type: none;
	line-height:1.6;
	font-size: 10px;
	_font-size: 80%;/*IE6用フォントサイズ*/ 
	margin-right: 10px;
	display:inline;
}
#subNavBox li a{
	background:url(../img/subnav_link.gif) no-repeat center left;
	padding-left:12px;
	font-size:10px;
}
#subNavBox ul.btnflag {
	height:13px;
	float:right;
	margin:3px 15px 0 0;
	padding:0;
	display:inline;
}
#subNavBox ul.btnflag li {
	margin:0 0 0 5px;
	padding:0;
}
#subNavBox ul.btnflag a {
	background-image:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#subNavBox ul.btnflag img {
	border: 1px solid #CCC;
}
#subNavBox ul.btnflag img:hover {
	border: 1px solid #666;
}
/*グローバルナビ*/
#globalNav {
	width:943px;
	height: 72px;
	background-color:#000;
}

#globalNav li{
	list-style-type: none;
	float: left;
	display:block;
}
#globalNav li a{
	width: 134px;
	height: 72px;
	display:block;
	text-decoration: none;
	text-indent:-9999px;
}
#globalNav li#navInfo a{ 
	width:137px;
	background: url(../img/globalnav.jpg) no-repeat 0px 0px;	}
#globalNav li#navInfo a:hover{ background: url(../img/globalnav.jpg) no-repeat 0px -72px; }

#globalNav li#navCourse a{ 
	width:134px;
	background: url(../img/globalnav.jpg) no-repeat -137px 0px;}
#globalNav li#navCourse a:hover{ background: url(../img/globalnav.jpg) no-repeat -137px -72px; }

#globalNav li#navInstructor a { 
	width:134px;
	background: url(../img/globalnav.jpg) no-repeat -271px 0px;}
#globalNav li#navInstructor a:hover{ background: url(../img/globalnav.jpg) no-repeat -271px -72px; }

#globalNav li#navJob a {
	width:134px;
	background: url(../img/globalnav.jpg) no-repeat -405px 0px;}
#globalNav li#navJob a:hover{ background: url(../img/globalnav.jpg) no-repeat -405px -72px; }

#globalNav li#navWork a{
	width:134px;
	background: url(../img/globalnav.jpg) no-repeat -539px 0px;}
#globalNav li#navWork a:hover{ background: url(../img/globalnav.jpg) no-repeat -539px -72px; }

#globalNav li#navAccess a {
	width:134px;
	background: url(../img/globalnav.jpg) no-repeat -673px 0px;}
#globalNav li#navAccess a:hover{ background: url(../img/globalnav.jpg) no-repeat -673px -72px; }

#globalNav li#navInformation a{ 
	width:136px;
	background: url(../img/globalnav.jpg) no-repeat -807px 0px;}
#globalNav li#navInformation a:hover{ background: url(../img/globalnav.jpg) no-repeat -807px -72px; }

/*-----------------------------------フッター*/
#footer {
	clear:both;
	width:943px;
	padding:10px 0 20px;
	background:url(../img/back_film.gif) #000 repeat-x bottom;
	color:#FFF;
	
}
#footer #footerLinkBox {
	background:url(../img/footer_logo.gif) no-repeat 20px 10px;
	padding:10px 0 10px 80px;
	min-height:45px;
	float:left;
}
#footer #footerLinkBox p{
	color:#FFF;
	text-align:left;
}
#footer #footerLinkBox a{
	color:#FF0;
}
#footer #footerLinkBox a:hover{
	color:#FFF;
}
#footer #footerNavi {
	float:right;
	width:240px;
	height:30px;
}
#footer #footerQr {
	width:57px;
	height:54px;
	float:left;
	display:inline;
	margin:5px 5px 0 15px;
}
#footer #footerNavi li{
	list-style-type: none;
	float: left;
	margin-right:10px;
	text-indent: -9999px;
}
#footer #footerNavi li a{
	width: 110px;
	height: 30px;	
	display:block;
	text-decoration: none;
}
#footerNavi li#fNavTaiken a{ background: url(../img/footer_nav.jpg) no-repeat 0px 0px; }
#footerNavi li#fNavTaiken a:hover{ background: url(../img/footer_nav.jpg) no-repeat 0px -30px; }
#footerNavi li#fNavSiryo a{ background: url(../img/footer_nav.jpg) no-repeat -110px 0px; }
#footerNavi li#fNavSiryo a:hover{ background: url(../img/footer_nav.jpg) no-repeat -110px -30px; }


/*-----------------------------------その他*/
/*赤囲み文字*/
.iconnew {
	background-color:#FF0000;
	color:#FFFFFF;
	font-size:10px;
	margin:0 5px 0 0;
	padding:2px 4px 2px;
}
.iconhotnews {
	border:#CC0000 1px solid;
	color:#CC0000;
	font-size:10px;
	margin:0 5px 0 0;
	padding:1px 4px 1px;
}

/*バナー反転*/
a:hover img.overBtn {
    /* IE */
    filter: alpha(opacity=80);
    /* Safari Opera */
    opacity:0.8;
    /* Firefox Netscape */
    -moz-opacity:0.8;
}
/*外部リンクアイコン*/
.outsideLink {
	background:transparent url(../img/outside.gif) center right no-repeat;
	padding-right:15px;

}

/* これ以降Mac IE 5のみに適用される \*//*/
#subNav02{
	width: 600px;
}
#subNav02 li{
	margin-right: 0;
	width: 100px;
}
/* これ以降Mac IE 5以外にも適用される */
