@charset "utf-8";

/*
	* 名前: entrance_guide.css
	* 説明: entrance_guideページ用CSS
	* バージョン: 1.0
	* 最終更新日: 2009.03.23
	* 制作者: Hiroaki Nakagawa

	* 目次:
	  - 01. 初期設定 - 基本設定 -
	    - 01-01. 初期設定 - テキスト -
	  - 02. 領域設定 - ブロック -
	    - 02-07. 領域設定 - メイン -
*/

/* 外部CSSファイルの読み込み */

/* Import用CSS */
@import url("../../common/css/import.css");


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 01-01. 初期設定 - テキスト -
	======================================== */

	h5 {
		border: none;
		margin-bottom: 4px;
		margin-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}


	/* ========================================
	   * 02-07. 領域設定 - メイン -
	======================================== */

	#main h4 span {
		font-size: 80%;
		font-weight: normal;
		margin: 0 0 0 4px;
	}

	#main div.comment {
		margin-right: 0;
		width: 294px;
	}

	/* IE6 HACK */
	* html #main div.comment {
		width: 294px;
	}

	#main div.photo {
		margin-right: 20px;
		width: 200px;
	}

	#main table.bluetype thead tr th#application_period,
		#main table.bluetype thead tr th#selection_date,
			#main table.bluetype thead tr th#result {
				width: auto;
	}

	#main table.bluetype thead tr th.scholarship {
		width: 26%;
	}

	#main table.bluetype thead tr th.support,
		#main table.bluetype tbody tr th.bursary,
			#main table.bluetype tbody tr th.support {
				width: 16%;
	}

	#main table.bluetype tbody tr th,
		#main table.bluetype tbody tr td {
			font-size: 100%;
	}

	#main table.bluetype tbody tr td ol {
		list-style-type: decimal;
		margin-bottom: 0;
		margin-left: 26px;
	}

	#main ol.decimal {
		list-style-type: decimal;
		margin-left: 32px;
	}

	#main ul.kome {
		list-style-type: none;
		margin-left: 10px;
		line-height: 1.2;
	}
	#main ul.kome2 {
		list-style-type: none;
		margin-left: 0px;
		line-height: 1.2;
	}

	#main ul.kome li,
	#main ul.kome2 li{
		padding-left:20px;
		background: url(../img/icon_kome.jpg) no-repeat 5px 3px;
	}
	
	.ofdc_life_p{ margin-top: 15px; margin-bottom:40px;}
	
}
