@charset "utf-8";

/*
******************************************************************************************
* seikyo.css
* site name : DC Hino
* description : 提携大学一覧ページ指定
* since : 2009/06/09
******************************************************************************************
*/

/*
------------------------------------------------------------------------------
* テキスト
------------------------------------------------------------------------------
*/

	p.txt{
		background:url("../image/seikyo/bg_seikyo_txt.gif") no-repeat right top;
		height:100px;
	}

	p.update{
		margin:10px 8px 0 8px;
		text-align:right;
	}

	h3{
		margin:0;
		padding:0;
	}
/*
------------------------------------------------------------------------------
* 大学一覧
------------------------------------------------------------------------------
*/
	div.seikyo_box{
		clear:left;
		margin:15px 0 0 8px;
		padding:0;
		overflow:hidden;
	}

/* 大学一覧リスト */
	ul.university_list{
		margin:5px 0 15px 0;
		padding:0;
		list-style-type:none;
	}

	ul.university_list li{
		margin:0;
		padding:0 0 0 13px;
		background:url("../image/characteristic/ico_arrow_black.gif") no-repeat 2px 8px;
		width:210px;
		float:left;
	}

	p.seikyo_icon{
		text-align:right;
		margin:5px 0 0 0;
	}



