@charset "utf-8";

/* base layout */
@import url("base_i.css");

/*skitter*/
@import url("../skitter/css/skitter.styles.css");


/* -----------TOP body--------- */
body#pages_index{
	border-top:6px solid #FFB300;
/*	background:url(../../images/imdex_bg.jpg) no-repeat center top;*/
	}
/* ----------TOP H1---------- */
body#pages_index #head_snippet p{
		font-size:10px;
	font-weight:normal;
		text-align:right;
	top:8px;
	position:absolute;
	z-index:2;
		margin-left:32%;
	}
body#pages_index h1{
	/*background:#FFF;*/
}
body#pages_index h1 img{
	width:50%;
}

/* ----------TOP flash---------- */
.box_skitter_large {
	clear:both;
	width:320px;
	height:97px;
	margin:0 auto 10px;
}
.box_skitter_large img{
	width:320px;
}

/* ----------TOP グローバルナビ---------- */
#top_navi{
	margin-top:50px;
}
#top_navi ul{
		text-align:center;
	}
#top_navi ul li{
	list-style-type:none;
	float:left;
		width:32%;
		font-size:60%;
		background-color:#FFEE88;
/*		border-right:solid 1px #442200;
		border-bottom:solid 1px #442200;*/
		margin-left:4px;
		margin-bottom:3px;
		padding:5px 0;
		border-radius: 10px;
/*		background: -webkit-gradient(linear, left top, left bottom,
			from(#FFF),to(#FC0));
		background: linear-gradient(to bottom, #FFF,#FC0);*/
	}
	#top_navi ul li a{
		color:#333333;
		text-decoration:none;
	}

/* ----------TOP　左ナビ--------- */
body#pages_index #common_left_navi{
	/*height:1120px;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	}
body#pages_index > #common_left_navi{
height: auto; 
	}
#common_left_navi img{
}
#common_left_navi .omegalabel{
	text-align:center;
}
/* ----------SUB 左ナビゲーション　ボタン（資料請求～入所オーディション）---------- */
#common_left_navi_yellowbg ul#common_left_navi_yellowbg_btn{
	top:145px;
}
/* ----------TOP 左ナビゲーション　横長ボタン（見学～アクセスマップ）---------- */

/* ----------TOP　右上背景---------- */

/* ----------TOP H2---------- */
body#pages_index h2{clear:both;}
/* ----------TOP What's new---------- */
#top_right_new dl{
	border-bottom:1px solid #CCCCCC;
	padding:5px 0;
	}
#top_right_new dl dt{
	list-style-type:none;
	font-size:90%;
	background-image:url(../images/ico_arrow_green.gif);
	background-position:8px 5px;
	background-repeat:no-repeat ;
	padding:0 0 0 20px;
	float:left;
	}
#top_right_new dl dd{
	padding:0 10px 0 6em;
	line-height:1.2;
	font-size:90%;
	}
#top_right_new dl img{
	vertical-align: middle;
	padding-left:5px;
	}
#top_right_new dl a{
	text-decoration:none;
	color:#333333;
	}
#top_right_new dl a:hover{
	text-decoration: underline;
	}
#top_right_new dl:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#top_right_new dl{ display: inline-block; }
/* exlude MacIE5 \*/
* html #top_right_new dl { 
	height: 1% ;
	}
#top_right_new dl {
	display:block;
	}
/* ----------TOP Event---------- */
#top_event{	}
#top_event .top_event_box{
	background:url(../../images/index_event_bg.gif) ;
	padding:7px;
	margin-right:7px;
	margin-top:0px;
	margin-bottom:6px;
	}
#top_event .top_event_box h3{
	border-bottom:1px dotted #66CC00;
	border-left:4px solid #66CC00;
	color:#009900;
	padding:5px 0 3px 5px;
	margin:0;
	font-size:100%;
	}	
#top_event .top_event_box h3 a{
	color:#009900;
	display:block;
	text-decoration:none;
	}
#top_event .top_event_box h3 a:hover{
background-color:#FFFFCC;
}
#top_event .top_event_box .top_event_box_block{
	background:#FFF;
	border:12px solid #FFF;
	font-size:90%;
	}
#top_event .top_event_box .top_event_box_block p{
	border-left:4px solid #BBB;
	padding-top:5px;
	padding-left:5px;
}
#top_event .top_event_box > .top_event_box_block{
	min-height:75px;
		}
#top_event .top_event_box .top_event_box_block img{
	padding:0 0 5px 5px;
	float:right;
	}
/* ----------TOP 右　キャンペーン情報用---------- */
#top_campaign p{
	width:48%;
	margin:0 1%
}

/* ----------TOP 右　Facebook---------- */
#fb{
	text-align:center;
}

/* ----------TOP 右　PV---------- */
#pv{
	text-align:center;
}

/* ----------TOP 右　カリキュラム---------- */
#top_curriculum{ 
	background-color:#FFFFFF;
	}
#top_curriculum h3{
	background-color:#EEEEEE;
	border-bottom:1px solid #66CC00;
	font-size:80%;
	padding:0px 0 0px 5px;
	clear:both;
	}
#top_curriculum ul{
	margin:10px 0 0px 5px;
	padding:0px 0 10px 0px;
	}
#top_curriculum ul li{
	background:url(../images/ico_arrow_sq.jpg) no-repeat 0px 8px;
	list-style-type:none;
	padding:0 0 5px 15px;
	}
#top_curriculum ul li a{
	color:#333333;
	text-decoration:none;
	}
#top_curriculum ul li a:hover{
	color:#333333;
	text-decoration: underline;
	}