@charset "utf-8";

/*
	* 名前: top.css
	* 説明: トップページ用CSS
	* バージョン: 1.0
	* 最終更新日: 2008.11.26
	* 制作者: Hiroaki Nakagawa

	* 目次:
	  - 01. 初期設定 - 基本設定 -
	    - 01-05. 初期設定 - テーブル -
	  - 02. 領域設定 - ブロック -
	    - 02-04. 領域設定 - コンテンツ -
*/

/* 外部CSSファイルの読み込み */

/* Import用CSS */
@import url("import.css");


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 01-05. 初期設定 - テーブル -
	======================================== */

	table {
		margin-bottom: 20px;
	}

	table tr th {
		text-align: left;
		width: 220px;
	}

	table tr td {
		background: none;
		border-bottom: 1px dotted #BAAFA5;
		text-align: left;
	}


	/* ========================================
	   * 02. 領域設定 - ブロック -
	======================================== */

	/* コンテンツ */
	#contents {
		padding-top: 30px;
	}


	/* ========================================
	   * 02-04. 領域設定 - コンテンツ -
	======================================== */

	#contents h3:after {
		content: "";
		clear: both;
		display: block;
		height: 0px;
	}

	/* IE6 HACK */
	* html #contents h3 {
		height: 1px;
	}

	/* IE7 HACK */
	*:first-child+html #contents h3 {
		min-height: 1px;
	}

	#contents h3 span:after {
		content: "";
		clear: both;
		display: block;
		height: 0px;
	}

	/* IE6 HACK */
	* html #contents h3 span {
		height: 1px;
	}

	/* IE7 HACK */
	*:first-child+html #contents h3 span {
		min-height: 1px;
	}

	#contents h3 span strong {
		float: left;
		padding-top: 4px;
	}

	#contents h3 span strong span {
		background: none;
		font-size: 0.8em;
		font-weight: normal;
		display: inline;
		padding: 0px;
	}

	#contents h3 span br {
		display: none;
	}

	#contents h3 span a {
		float: right;
		font-size: 0.8em;
		margin: 2px 0px 0px 6px;
		text-decoration: none;
	}



	#contents h3 strong {
		padding: 0 0 0 12px;
	}

	#contents div.eng div,
		#contents div.bio div,
			#contents div.sci div,
				#contents div.eco div,
					#contents div.hum div,
						#contents div.nur div,
							#contents div.reh div,
								#contents div.las div {
														background: url("../../img/bg_title_shadow.gif") left top repeat-x;
														margin-top: -17px;
														padding-top: 14px;
	}

	#contents table tr td input {
		width: 330px;
	}


	/* ========================================
	   * 02-04-01. 領域設定 - 工学部 -
	======================================== */

	#contents div.eng h3 {
		border-bottom: 1px solid #00669B;
	}

	#contents div.eng h3 span strong {
		background: url("../../img/icon_eng.gif");
	}

	#contents div.eng h3 span a {
		color: #00669B;
	}

	#contents div.eng h3 span a:hover {
		color: #004A73;
		text-decoration: underline;
	}


	/* ========================================
	   * 02-04-02. 領域設定 - 生命環境科学部 -
	======================================== */

	#contents div.bio h3 {
		border-bottom: 1px solid #008F4C;
	}

	#contents div.bio h3 span strong {
		background: url("../../img/icon_bio.gif");
	}

	#contents div.bio h3 span a {
		color: #008F4C;
	}

	#contents div.bio h3 span a:hover {
		color: #005B30;
		text-decoration: underline;
	}


	/* ========================================
	   * 02-04-03. 領域設定 - 理学部 -
	======================================== */

	#contents div.sci h3 {
		border-bottom: 1px solid #0094C8;
	}

	#contents div.sci h3 span strong {
		background: url("../../img/icon_sci.gif");
	}

	#contents div.sci h3 span a {
		color: #0094C8;
	}

	#contents div.sci h3 span a:hover {
		color: #007297;
		text-decoration: underline;
	}


	/* ========================================
	   * 02-04-04. 領域設定 - 経済学部 -
	======================================== */

	#contents div.eco h3 {
		border-bottom: 1px solid #B4763F;
	}

	#contents div.eco h3 span strong {
		background: url("../../img/icon_eco.gif");
	}

	#contents div.eco h3 span a {
		color: #B4763F;
	}

	#contents div.eco h3 span a:hover {
		color: #83562E;
		text-decoration: underline;
	}


	/* ========================================
	   * 02-04-05. 領域設定 - 人間社会学部 -
	======================================== */

	#contents div.hum h3 {
		border-bottom: 1px solid #A64246;
	}

	#contents div.hum h3 span strong {
		background: url("../../img/icon_hum.gif");
	}

	#contents div.hum h3 span a {
		color: #A64246;
	}

	#contents div.hum h3 span a:hover {
		color: #783033;
		text-decoration: underline;
	}

	#contents div.hum ol {
		clear: both;
		float: none;
		margin-bottom: 14px;
		width: auto;
	}

	/* IE6 HACK */
	* html #contents div.hum ol {
		margin-left: 24px;
		margin-right: 24px;
	}

	#contents div.hum ol:after {
		content: "";
		clear: both;
		display: block;
		height: 1px;
	}

	#contents div.hum ol li {
		background: url("../img/arrow_hum.gif") left 3px no-repeat;
		color: #A64246;
		font-weight: bold;
		padding-left: 18px;
	}

	#contents div.hum ol li ol {
		margin: 2px 22px 0 0;
	}

	#contents div.hum ol li ol li {
		background: none;
		float: left;
		font-weight: normal;
		margin-right: 12px;
		padding-left: 0px;
		width: 204px;
	}

	#contents div.hum ol li ol li a {
		background: url("../../img/arrow_red.gif") left 5px no-repeat !important;
		padding-left: 12px;
	}


	/* ========================================
	   * 02-04-06. 領域設定 - 看護学部 -
	======================================== */

	#contents div.nur h3 {
		border-bottom: 1px solid #00B8DE;
	}

	#contents div.nur h3 span strong {
		background: url("../../img/icon_nur.gif");
	}

	#contents div.nur h3 span a {
		color: #00B8DE;
	}

	#contents div.nur h3 span a:hover {
		color: #007C97;
		text-decoration: underline;
	}


	/* ========================================
	   * 02-04-07. 領域設定 - 総合リハビリテーション学部 -
	======================================== */

	#contents div.reh h3 {
		border-bottom: 1px solid #BC9632;
	}

	#contents div.reh h3 span strong {
		background: url("../../img/icon_reh.gif");
	}

	#contents div.reh h3 span a {
		color: #BC9632;
	}

	#contents div.reh h3 span a:hover {
		color: #896D25;
		text-decoration: underline;
	}


	/* ========================================
	   * 02-04-08. 領域設定 - 総合教育研究機構 -
	======================================== */

	#contents div.las h3 {
		border-bottom: 1px solid #71BF44;
	}

	#contents div.las h3 span strong {
		background: url("../../img/icon_las.gif");
	}

	#contents div.las h3 span a {
		color: #71BF44;
	}

	#contents div.las h3 span a:hover {
		color: #528B30;
		text-decoration: underline;
	}

}

