@charset "utf-8";

/*
	* 名前: self_check.css
	* 説明: self_checkページ用CSS
	* バージョン: 1.0
	* 最終更新日: 2009.08.19
	* 制作者: Hiromi Yoshioka

	* 目次:
	  - 02. 領域設定 - ブロック -
	    - 02-09. 領域設定 - メイン -
*/

/* Stylesheet Document */

@media all {

	/* ========================================
	   * 02-09. 領域設定 - メイン -
	======================================== */

	#main ol.linklist li {
		width: 42%;
	}

}
	/* ========================================
	   * university_accredited画像
	======================================== */


div.paragraph div.uni_acc_img {
	float:left;
	margin-right:26px;
	width:191px;
	}	
div.paragraph div.uni_acc_right_txt {
	float:left;
	width:330px;
	}

	/* ========================================
	   * 自己点検・評価用 - テーブル -
	======================================== */

	table.self_check_table {
		margin: 0 0 22px 0;
		padding: 0;
		width: 100%;
	}

	table.self_check_table tr th,
		table.self_check_table tr td {
			font-size: 100%;
			margin: 0;
			padding: 6px 4px 6px 4px;
	}

	table.self_check_table tr th {
		font-weight: normal;
		text-align: left;
	}

	table.self_check_table thead tr th {
		background-color: #36418F;
		border-bottom: 1px solid #1A1F44;
		color: #FFFFFF;
	}

	table.self_check_table tbody tr th {
		background-color: #A2A9DB;
		border-bottom: 1px solid #626DC1;
		color: #FFFFFF;
		width: 70%;
	}

	table.self_check_table tbody tr td {
		border-left: 1px solid #E8E8E5;
		border-bottom: 1px solid #E8E8E5;
		width: auto;
	}
