@charset "utf-8";

/* --------------------------------------------
 * 学校紹介ビデオ
 * -------------------------------------------- */

/* 学校紹介ビデオ　トップページ */
div.movie_index {
	display:block;
	width:537px;
	margin-left:16px;
}

div.movie_index div.songflash_bg {
	position:relative;
	width:537px;
	height:274px;
	background:url(/movie/img/songflash_bg.gif) no-repeat;
	margin:15px 0px;
}

object#songflash {
	position:absolute;
	width:300px;
	height:250px;
	top:12px;
	left:216px;
}

div.movie_index h1.banner_top {
	display:block;
	width:537px;
	height:43px;
	background:url(/movie/img/banner_top.gif) no-repeat;
	text-indent:-9999px;
}

div.movie_index p {
	font-size:12px;
	margin:10px 0px;
}

div.movie_index ul.movie_category li {
	display:block;
	position:relative;
	width:537px;
	height:142px;
	margin-bottom:15px;
}

div.movie_index ul.movie_category li h2.category {
	text-indent:-9999px;
}

div.movie_index ul.movie_category li.shutsujin {
	background:url(/movie/img/banner_01.gif) no-repeat;
}

div.movie_index ul.movie_category li.gokaku {
	background:url(/movie/img/banner_02.gif) no-repeat;
}

div.movie_index ul.movie_category li.yakyu {
	background:url(/movie/img/banner_03.gif) no-repeat;
}

div.movie_index ul.movie_category li.kaigai {
	background:url(/movie/img/banner_04.gif) no-repeat;
}

div.movie_index ul.movie_category li.shisetsu {
	background:url(/movie/img/banner_05.gif) no-repeat;
}

div.movie_index ul.movie_category li.ob {
	background:url(/movie/img/banner_06.gif) no-repeat;
}

div.movie_index ul.movie_category li ul {
	position:absolute;
	top:124px;
	left:247px;
}

div.movie_index ul.movie_category li ul li.high {
	display:block;
	float:left;
	width:140px;
	height:18px;
	background:url(/movie/img/b_bluehigh_ovr.gif) no-repeat;
	text-indent:-9999px;
}

div.movie_index ul.movie_category li ul li.high a {
	display:block;
	width:140px;
	height:18px;
	background:url(/movie/img/b_bluehigh.gif) no-repeat;
}

div.movie_index ul.movie_category li ul li.high a:hover {
	background:none;
}

div.movie_index ul.movie_category li ul li.low {
	display:block;
	float:left;
	width:140px;
	height:18px;
	background:url(/movie/img/b_bluelow_ovr.gif) no-repeat;
	text-indent:-9999px;
	margin-left:10px;
}

div.movie_index ul.movie_category li ul li.low a {
	display:block;
	width:140px;
	height:18px;
	background:url(/movie/img/b_bluelow.gif) no-repeat;
}

div.movie_index ul.movie_category li ul li.low a:hover {
	background:none;
}

div.movie_index span.go_to_top {
	display:block;
	float:right;
	width:64px;
	height:10px;
	background:url(/movie/img/go_to_top.gif) no-repeat;
	text-indent:-9999px;
}

/* 各wmvページ */
div.movie_kickoff_ceremony_high,
div.movie_kickoff_ceremony_low,
div.movie_celebration_high,
div.movie_celebration_low,
div.movie_best_colleges_baseball_high,
div.movie_best_colleges_baseball_low,
div.movie_event_training_high,
div.movie_event_training_low,
div.movie_facilities_school_high,
div.movie_facilities_school_low,
div.movie_recruit_high,
div.movie_recruit_low {
	display:block;
	width:320px;
}

object#MediaPlayer {
	display:block;
	width:320px;
	height:285px;
}

div span.close {
	display:block;
	width:66px;
	height:15px;
	background:url(/movie/img/close.gif) no-repeat;
	text-indent:-9999px;
	margin:5px auto;
}

