@charset "utf-8";
h1{
	background-image: url(/inc/images/top/top_logo.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-indent: -9999px;
	overflow: hidden;
	width: 451px;
	height: 83px;
}
ul#gmenu{
	margin-top: 73px;
}
ul#gmenu li {
	overflow: hidden;
}
ul#gmenu li a{
	width: 565px;
	height: 29px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 3px;
}

li#information a:hover {
	background-image: url(/inc/images/top/bt_information.jpg);
}
li#course a:hover {
	background-image: url(/inc/images/top/bt_course.jpg);
}
li#graduate a:hover {
	background-image: url(/inc/images/top/bt_graduate.jpg);
}
li#contest a:hover {
	background-image: url(/inc/images/top/bt_contest.jpg);
}
li#bosyu a:hover {
	background-image: url(/inc/images/top/bt_bosyu.jpg);
}
li#open_campus a:hover {
	background-image: url(/inc/images/top/bt_open_campus.jpg);
}

dl#special, ul#special_banner {
	background-image: url(/inc/images/top/top_ban_bar.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 50px 0px 0px 18px;
	width: 280px;
}
dl#special a, ul#special_banner a {
	text-indent: -9999px;
	overflow: hidden;
}
dl#special dt a, ul#special_banner li.SP a {
	background-image: url(/inc/images/top/top_ban_waza.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 280px;
	height: 113px;
	display: block;
}
dl#special dd.blue a, ul#special_banner li.blue a, ul#special_banner li.FB a {
	background-image: url(/inc/images/top/top_ban_blue.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 280px;
	height: 113px;
	display: block;
	width: 133px;
	height: 50px;
	margin-top: 5px;
}
dl#special dd.green a {
	background-image: url(/inc/images/top/top_ban_green.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 280px;
	height: 113px;
	display: block;
	width: 133px;
	height: 50px;
	margin-top: 5px;
}
#content {
	position: relative;
}
#mainImg{
	background-image: url(/inc/images/top/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 66px;
	height: 580px;
}
/* top main */
#news {
	margin: 35px 0 55px 18px;
	overflow: hidden;
	background-image: url(/inc/images/top/mt_bk.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position:relative;
	width: 560px;
	height: 105px;
}

#news ul {
	margin: 0;
	float: none;
	list-style: none;
	width: 100%;
}

#news li {
/*	padding: 2px 0;*/
	vertical-align: middle;
	line-height: 100%;
	display:block;
	width:100%;
}

#news li img{
	padding: 0 8px 0 10px;
}

#news a {
	color: #494949;
	display: block;
	padding:2px 0px;
}

#news a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-position: left top;
	margin: 0;
	background-image: url(/inc/images/top/back_dot.gif) ;
}


/*----------------- top scrollbar ---------------*/

.Scroller-Container {
	position: relative;
	float: left;
	width: 95%;
}


#Scrollbar-Container {
	position: relative;
	left:550px;
}

.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}

.Scrollbar-Track {
	width: 7px;
	height: 105px;
	position: absolute;
	background-color: transparent;
	background-image: url(/inc/images/top/scrollbar_track.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.Scrollbar-Handle {
  position: absolute;
  width: 7px; height: 21px;
}

.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 187px;
}


/*----------------------------------------------*/




/*=========================================================

	カレンダー追加

 ==========================================================*/

#container { 
	position: relative;
}

ul#special_banner {
	position: absolute;	
	bottom: 297px;
	left: -5px;
	margin-left: 21px;
	width: 300px;
	height: 168px;
	padding-bottom: 12px;
	background-color: #FFF;
}

ul#special_banner li { list-style: none; margin: 0; }
#container ul#special_banner li a { margin-top: 3px; }
#container ul#special_banner li a:hover { filter: alpha(opacity=60); -moz-opacity:0.6; opacity:0.6; }

ul#special_banner li.SP a {
	background: url(/inc/images/banner/banner_waza.jpg) no-repeat 0 0;	
	width: 220px;
	height: 93px;
}

ul#special_banner li.blue a, ul#special_banner li.FB a {
	width: 220px;
	height: 40px;
}

ul#special_banner li.blue a { background: url(/inc/images/banner/banner_request.gif) no-repeat 0 0; }
ul#special_banner li.FB a { background: url(/inc/images/banner/banner_facebook.gif) no-repeat 0 0; }

#oc_calender {
	position: absolute;
	width: 390px;
	right: 20px;
	bottom: 80px;
}

#oc_calender iframe {
	width: 385px;
	/width: 410px;
	height: 410px;
}

