@charset "utf-8";
/*全ページ共通*/
/*------------------------------*/
body {
	font-size: 12px;
	_font-size: 80%;
	line-height:140%;
	color: #333333;
	padding: 0px;
	background-image: url(../img/header_bk.gif);
	background-position: left top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	background-repeat: repeat-x;
}
#container {
	padding: 0px;
	margin: 0px auto;
	width: 930px;
}
img {
	border:none;
}
.clear {
	clear:both;
	overflow:hidden;
}
.left {
	float: right;
}
.right {
	float: right;
}

/*.clear 使いたくないときのクリア用
.clearを入れたいところの親要素に入れよう
例：ulの中のliをフロートさせているとき
そのフロートを解除させたい場合は
ulに.clearfixをつける。*/
/*------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { /*IE用*/
  min-height: 1px;
  _height: 1px;
}
/*.clear 使いたくないときのクリア用ここまで*/
/*------------------------------*/
ul, li, ol, dl, dt, dd {
	margin:0;
	padding:0;
}
li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	_font-size: 80%;
	margin:0;
	padding:0;
}
a {
	color: #65C614;
}
a:link, a:visited {
	color: #65C614;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

/*内容部分の白伸ばし用*/
/*------------------------------*/
html{
    height:100%;
}
body{
    height:100%;
}

/*ヘッダ*/
/*------------------------------*/
#header {
	width: 930px;
	background-image: url(../img/header_img.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	float: left;
}
#header h1 a{
	background: url(../img/header_logo.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 91px;
	width: 269px;
	margin-top: 20px;
	padding: 0px;
	outline: 0px;
}


/*ヘッダー右*/
/*------------------------------*/
#header #rightBox {
	width:505px;
	float: right;
	margin: 0px;
	margin-top: 20px;
}
/*体験・資料請求ボタン*/
#header #rightBox #rightBoxBtn  {
	padding:0px;
	margin: 0px;
	height: 52px;	
	margin-right:-3px;
}
#header #rightBox #rightBoxBtn a {
	display:block;
	_display:inline;
	margin-right:3px;
	background-repeat: no-repeat;
	height: 52px;
	width: 124px;
	float: right;
	/*text-indent: -9999px;*/
	overflow: hidden;
	}
#header #rightBox #rightBoxBtn a p {
	text-indent: -9999px;
	}
#header #rightBox #rightBoxBtn a:link, #header div a:visited {
	background-position: left top;
	
}
#header #rightBox #rightBoxBtn a:hover {
	background-position: left bottom;
}
#header #rightBox #rightBoxBtn a#headerEvent {
	background-image: url(../img/header_campus.gif);
	}
#header div a#header_2 {
	background-image: url(../img/header_pamphlet.gif);
	}
#header div a#headerOtherSchool {
	background-image: url(../img/header_bac.gif);
	}
#header div a#headerAccess {
	background-image: url(../img/header_access.gif);
	}



h2#infoH {
	font-size: 10px;
	width:930px;
	height:0;
	padding-top:82px;
	overflow:hidden;
	background:url(../../school/info/img/category.jpg) no-repeat left top;
}
h2#projectH {
	font-size: 10px;
	width:930px;
	height:0;
	padding-top:82px;
	overflow:hidden;
	background:url(../../school/project/img/category.jpg) no-repeat left top;
}
h2#courseH {
	font-size: 10px;
	width:930px;
	height:0;
	padding-top:82px;
	overflow:hidden;
	background:url(../../school/course/img/category.jpg) no-repeat left top;
}
h2#jobH {
	font-size: 10px;
	width:930px;
	height:0;
	padding-top:82px;
	overflow:hidden;
	background:url(../../school/job/img/category.jpg) no-repeat left top;
}
h2#debutH {
	font-size: 10px;
	width:930px;
	height:0;
	padding-top:82px;
	overflow:hidden;
	background:url(../../school/debut/img/category.jpg) no-repeat left top;
}
h2#applicationH {
	font-size: 10px;
	width:930px;
	height:0;
	padding-top:82px;
	overflow:hidden;
	background:url(../../school/application/img/category.jpg) no-repeat left top;
}
h2#eventH {
	font-size: 10px;
	width:930px;
	height:0;
	padding-top:82px;
	overflow:hidden;
	background:url(../../event/img/category.jpg) no-repeat left top;
}
h2#sitemapH {
	font-size: 10px;
	width:930px;
	height:0;
	padding-top:82px;
	overflow:hidden;
	background:url(../../school/sitemap/img/category.jpg) no-repeat left top;
}
/*subナビ*/
ul#subNavi {
	clear:both;
	height: 30px;
	background-image: url(../img/global_sub_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
ul#subNavi li {
	float:left;
	height: 30px;
}
ul#subNavi a {
	display:block;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}
ul#subNavi a:link, #subNavi a:visited {
	background-position: top;
}
ul#subNavi a:hover {
	background-position: bottom;
}
ul#subNavi a#sub01 {
	background-image: url(../img/global_sub01.gif);
	width: 170px;
}
ul#subNavi a#sub02 {
	background-image: url(../img/global_sub02.gif);
	width: 101px;
}
ul#subNavi a#sub03 {
	background-image: url(../img/global_sub03.gif);
	width: 102px;
}
ul#subNavi a#sub04 {
	background-image: url(../img/global_sub04.gif);
	width: 166px;
}


/*グローバルナビ*/
/*------------------------------*/
ul#globalNavi {
	height:65px;
	width:930px;
	margin-top:10px;
}
ul#globalNavi li {
	float:left;
}
ul#globalNavi li a {
	display:block;
	background-repeat: no-repeat;
	height: 65px;
	text-indent: -9999px;
	overflow: hidden;
	padding:0;
	margin:0;
	line-height:1;
}
ul#globalNavi li a:link,
ul#globalNavi li a:visited {
	background-position: top;
}
ul#globalNavi li a:hover {
	background-position: bottom;
}
ul#globalNavi li#NaviBk {
	width: 118px;
	background-image: url(../img/global_home_bk.gif);
	height: 23px;
	padding: 30px 0px 12px 0px;
}
ul#globalNavi li a#gnHome {
	width: 92px;
	background-image: url(../img/global_home.gif);
	height: 22px;
}
ul#globalNavi li a#gnSchool {
	width: 123px;
	background-image: url(../img/global_school.gif);
}
ul#globalNavi li a#gnLecture {
	width: 115px;
	background-image: url(../img/global_lecture.gif);
}
ul#globalNavi li a#gnProject {
	width: 115px;
	background-image: url(../img/global_project.gif);
}
ul#globalNavi li a#gnCourse {
	width: 115px;
	background-image: url(../img/global_course.gif);
}
ul#globalNavi li a#gnBusiness {
	width: 115px;
	background-image: url(../img/global_business.gif);
}
ul#globalNavi li a#gnJob {
	width: 114px;
	background-image: url(../img/global_job.gif);
}
ul#globalNavi a#gnInvitation {
	width: 115px;
	background-image: url(../img/global_invitation.gif);
}

/*ターゲットナビ*/
/*------------------------------*/
ul#targetNavi {
	height: 22px;
	clear:both;
	background-image: url(../img/targetNav_back.gif);
	width: 930px;
}
ul#targetNavi li {
	float:left;
	margin-left: 15px;
}
ul#targetNavi a {
	display:block;
	background-repeat: no-repeat;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
}
ul#targetNavi a:link, #targetNavi a:visited {
	background-position: left top;
}
ul#targetNavi a:hover {
	background-position: left bottom;
}
ul#targetNavi a#forFreeter {
	background-image: url(../img/target_freeter.gif);
	width:149px;
}
ul#targetNavi a#forParent {
	background-image: url(../img/target_for-parent.gif);
	width:81px;
}
ul#targetNavi a#forCompany {
	background-image: url(../img/target_for-company.gif);
	width:126px;
}
ul#targetNavi a#forTeacher {
	background-image: url(../img/target_for-teacher.gif);
	width:114px;
}
ul#targetNavi a#Graduate {
	background-image: url(../img/target_graduate.gif);
	width:113px;
}

/*内容*/
/*------------------------------*/
#contents {
}
/*メニュー*/
/*------------------------------*/

.boxNormal {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 17px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.lineNomal {
	background-image: url(../img/lineNormal.jpg);
	background-repeat: no-repeat;
	height: 9px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
/*h2 {
	font-size: 14px;
	_font-size: 110%;
	line-height: 140%;
	color: #A28042;
}*/

/*フッター*/
/*------------------------------*/

#footer a {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer {
	clear: both;
	color: #333333;
	margin: 0px;
	padding: 0px;
	width: 930px;
	height: 131px;
	position:relative;
	background-image: url(../img/footer_img.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}	
#footer #qr {
	font-size: 10px;
	_font-size: 80%;
	margin: 0em;
	padding: 0px;
	width: 164px;
	text-align: right;
	line-height: 0px;
	height: 53px;
	float: right;
	position: relative;
	right: 20px;
	top: 40px;
	left: auto;
	bottom: auto;
}
#Fnavi {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	width: 766px;
	margin-top: 16px;
	position:relative;
}
#Fnavi li {
	display:inline;
	float: left;
	background-image: url(../img/footer_arrow.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	margin-left: 8px;
}
#Fnavi li.lastChild {
	background:none;
	margin:0;
	padding:0;
	position:absolute;
	top:-5px;
	left:565px;
}

/*footer-index.htmlバージョン*/
/*------------------------------*/

#footer address {
	position:absolute;
	left: 10px;
	bottom: 6px;
	vertical-align: bottom;
	background-repeat: repeat-y;
	color: #2CA700;
	width: 920px;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
}
#footer address span.left {
	display:block;
	float:left;
	width:550px;
}
#footer address span.right {
	display:block;
	float:right;
	text-align:right;
	width:300px;
	padding-right:10px;
}
#footer address a:link {
	color: #2CA700;
}
#footer address a:visited {
	color: #2CA700;
}
#footer #sisterschool {
	float: left;
	padding-left: 37px;
	bottom: 0px;
	}
#footer #sisterschool li {
	display:inline;
	float: left;
	margin-left:4px;
	}
#footer #sisterschool a {
text-indent: -9999px;	
	}
#footer #sisterschool a#DAS {
	display: block;
	height: 61px;
	width: 173px;
	background-image: url(../img/banner_bac.gif);
	}
#footer #sisterschool a#DASVoice {
	display: block;
	height: 61px;
	width: 173px;
	background-image: url(../img/banner_oas_voice.gif);
	}
#footer #sisterschool a#ArtistArtist {
	display: block;
	height: 61px;
	width: 173px;
	background-image: url(../img/banner_artist.gif);
	}
#footer #sisterschool a#Sapporo {
	display: block;
	height: 61px;
	width: 173px;
	background-image: url(../img/banner_sapporo.gif);
	}
#footer #sisterschool a#DAS:link, #footer #sisterschool a#DAS:visited,
#footer #sisterschool a#DASVoice:link, #footer #sisterschool a#DASVoice:visited,
#footer #sisterschool a#ArtistArtist:link, #footer #sisterschool a#ArtistArtist:visited,
#footer #sisterschool a#Sapporo:link, #footer #sisterschool a#Sapporo:visited {
	background-position: top;
}
#footer #sisterschool a#DAS:hover,
#footer #sisterschool a#DASVoice:hover,
#footer #sisterschool a#ArtistArtist:hover,
#footer #sisterschool a#Sapporo:hover {
	background-position: bottom;
}
#footer #qr {
	position: relative;
	top: 36px;
	right: 0px;
	clear: none;
}
#searchform{
	width: 270px;
	height: 20px;
	background-image: url(../img/search_window.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	margin-top: 20px;
}
#cse-search-box{
	width: 270px;
	height: 20px;
	background-image: url(../img/search_window.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	margin-top: 20px;
}
#cse-search-box #q{
    border: 0px;
    margin: 3px 16px 0px 13px;
	padding: 0px;
    float: left;
    width: 160px;
}
#cse-search-box .ibutton{
	float:left;
	width:75px;
	height:20px;
	background:url(../img/btn_search.gif);
	cursor:pointer;
	border:none;
	}
#cse-search-box .ibutton_on{
	float:left;
	width:75px;
	height:20px;
	background:url(../img/btn_search_on.gif);
	cursor:pointer;
	border:none;
	}

