@charset "utf-8";

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

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

/* Stylesheet Document */

@media all {

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

	#main table#post tbody tr th {
		width: 222px;
	}

}
	/* ========================================
	   * 02-09. 領域設定 - メイン -
	======================================== */
	
	
	div.paragraph span.cam_cal_img_margin img {
		margin-bottom:26px;
		}
		
	div.paragraph span.cam_cal_img_margin div#btn_to_event_schedule {
		text-align:right;
		}
		
