@charset "utf-8";

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

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

/* Stylesheet Document */

@media all {

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

	#main table#post tbody tr th {
		width: 222px;
	}
	
	/* ========================================
	   * 02-09. 領域設定 - メイン -
	======================================== */

	#main div.paragraph div#edu_ide_left_txt {
		width:340px;
		float:left;
		}
	#main div.paragraph div#edu_ide_left_txt img {
		margin-bottom:30px;
		}
	#main div.paragraph div#edu_ide_right_img {
		width:175px;
		float:left;
		margin-left:27px;
		}
	#main div.paragraph div#edu_ide_right_img img {
		margin-bottom:16px;
		}
	 

}
