@charset "utf-8";

/*
	* 名前: student_support.css
	* 説明: student_supportページ用CSS
	* バージョン: 1.0
	* 最終更新日: 2009.08.18
	* 制作者: Hiroaki Nakagawa

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

/* Stylesheet Document */

@media all {

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

	#main table#post tbody tr th {
		width: 222px;
	}
	#main div.paragraph div#txt_left {
		width:310px;
		float:left;
	}
	#main div.paragraph img.room {
		width:225px;
		float:right;
	}
	
}
