@charset "utf-8";

/*
******************************************************************************************
* top.css
* site name : DC Hino
* description : TOPページ指定
* since : 2009/06/09
******************************************************************************************
*/

/*
------------------------------------------------------------------------------
* 右コンテンツ 内容
------------------------------------------------------------------------------
*/

/* 提携大学プレゼント企画 */
	div#t_right h3{
		margin:0;
		padding:0;
	}

	ul#present_university{
		margin:0;
		padding:0;
		list-style-type:none;
		overflow:hidden;
	}

	ul#present_university li{
		margin:3px 0 0 1px;
		padding:0;
		width:97px;
		height:73px;
		float:left;
	}

	ul#present_university li span{
		display:none;
	}

	ul#present_university li a{
		height:73px;
		display:block;
	}

/* 中央大学 */
	ul#present_university li.chuo{
		background:url("../image/top/btn_uni_chuo.gif") no-repeat 0 0;
	}
	ul#present_university li.chuo a:hover{
		background:url("../image/top/btn_uni_chuo.gif") no-repeat 0 -73px;
	}
/* 首都東京大学 */
	ul#present_university li.syuto{
		background:url("../image/top/btn_uni_syuto.gif") no-repeat 0 0;
	}
	ul#present_university li.syuto a:hover{
		background:url("../image/top/btn_uni_syuto.gif") no-repeat 0 -73px;
	}
/* 東京薬科大学 */
	ul#present_university li.yakka{
		background:url("../image/top/btn_uni_yakka.gif") no-repeat 0 0;
	}
	ul#present_university li.yakka a:hover{
		background:url("../image/top/btn_uni_yakka.gif") no-repeat 0 -73px;
	}
/* 実践女子大学 */
	ul#present_university li.jissen{
		background:url("../image/top/btn_uni_jissen.gif") no-repeat 0 0;
	}
	ul#present_university li.jissen a:hover{
		background:url("../image/top/btn_uni_jissen.gif") no-repeat 0 -73px;
	}
/* 東京工科大学 */
	ul#present_university li.tokyokoka{
		background:url("../image/top/btn_uni_tokyokoka.gif") no-repeat 0 0;
	}
	ul#present_university li.tokyokoka a:hover{
		background:url("../image/top/btn_uni_tokyokoka.gif") no-repeat 0 -73px;
	}
/* 拓殖大学 */
	ul#present_university li.takusyoku{
		background:url("../image/top/btn_uni_takusyoku.gif") no-repeat 0 0;
	}
	ul#present_university li.takusyoku a:hover{
		background:url("../image/top/btn_uni_takusyoku.gif") no-repeat 0 -73px;
	}
/* 法政大学 */
	ul#present_university li.hosei{
		background:url("../image/top/btn_uni_hosei.gif") no-repeat 0 0;
	}
	ul#present_university li.hosei a:hover{
		background:url("../image/top/btn_uni_hosei.gif") no-repeat 0 -73px;
	}


/* バナー */
	ul#bnr_top{
		clear:left;
		margin:10px 0 0 0;
		padding:0;
		list-style-type:none;
	}
	ul#bnr_top li{
		float:left;
		margin:0 0 0 1px;
	}


/* 新着情報 */
	div#whats_new{
		clear:both;
		width:688px;
		margin:10px 0 0 0;
		padding:0;
	}

	div#whats_new h3{
		background:url("../image/top/ttl_whatsnew.gif") no-repeat 0 0;
		width:688px;
		height:26px;
		margin:0;
		padding:0;
	}

	div#whats_new h3 span{
		display:none;
	}

	div#whats_new iframe{
		width:686px;
		height:225px;
		margin:0;
		padding:0;
		border:1px solid #adadad;
		border-top-style:none;
	}

/* float解除 */
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		font-size: 0;
		visibility: hidden;
	}
	.clearfix { display: inline-block; }
	.clearfix { display: block; }