@charset "utf-8";

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

	  - 02. 領域設定 - ブロック -
	    - 02-05. 領域設定 - メイン - 
		  - 02-05-01. 領域設定 - 歴史 - 
		  - 02-05-02. 領域設定 - 活動状況 - 
*/

/* 外部CSSファイルの読み込み */

/* Import用CSS */
@import url("../../../common/css/import.css");


/* Stylesheet Document */

@media all {

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

	#main div.paragraph {
		margin-bottom: 20px;
	}

	#main p {
		margin-left: 20px;
		margin-right: 20px;
	}


	#main ol {
		border-top: 1px dotted #BAAFA5;
		padding-top: 20px;
	}

	#main ol li div.photo {
		float: left;
		margin: 0 20px 0 0;
		width: 164px;
	}

	/* IE6 HACK */
	* html 	#main ol li div.photo {
		margin-right: 10px;
	}

	#main ol li div.comment {
		float: left;
		width: 338px;
	}

	#main ol li div.comment h3 {
		background: none;
		padding-left: 0px;
	}

	#main ol li div.comment p {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
	}

	#main ul#button {
		list-style-type: none;
		margin: -20px auto 40px auto;
		width: 460px;
		text-align:center;
	}

	#main ul#button:after {
		clear: both;
		content: "";
		display: block;
		height: 1px;
	}

	#main ul#button li {
		text-align: center;
		float: left;
		width: 50%;
	}

	#main table tr td.cell_first {
		border-top: 1px dotted #BAAFA5;
	}

	#main table tr td span.attention {
		background: url(../../img/icon_attention.gif) left 4px no-repeat;
		display: block;
		padding: 0 6px 0 14px;
	}

	#main table tr td dl dd {
		margin-bottom: 12px;
	}

	#main table tr td strong {
		font-size: 120%;
	}


	/* ========================================
	   * 02-05-01. 領域設定 - 歴史 - 
	======================================== */

	#main dl.history {
		margin-bottom: 20px;
		margin-left: 6px;
	}

	#main dl.history:after {
		clear: both;
		content: "";
		display: block;
		height: 1px;
	}

	/* IE6 HACK */
	* html #main dl.history {
		height: 1px;
	}

	/* IE7 HACK */
	*:first-child+html #main dl.history {
		min-height: 1px;
	}

	#main dl.history dt,
		#main dl.history dd {
			float: left;
	}

	#main dl.history dt {
		clear: both;
		margin-right: 14px;
		width: 24%;
	}

	#main dl.history dd {
		width: 70%;
	}


	/* ========================================
	   * 02-05-02. 領域設定 - 活動状況 - 
	======================================== */

	#main ul.activity {
		list-style-type: none;
		margin-left: 0;
		margin-right: 0;
	}

	#main ul.activity li {
		background: url("../img/icon_circle.gif") 10px 7px no-repeat;
		border-bottom: none;
		margin-bottom: 2px;
		padding-left: 24px;
	}
	

	/* ========================================
	   * 記事追加 
	======================================== */
	p#title{ font-weight: bold; margin-bottom: 0; font-size: 13px; }
	span.small{ font-size: 11px; }
	div.moshikomi{ font-size: 11px; }
	


}
