@charset "UTF-8";

/* CSS 設置パス/ファイル名 */
/* 使用目的 */
/* 制作日時・制作者 */

/* event/css/unique.css */
/* event/index.htmlの設定 */
/* 2008/07/08 e.sato */


/*===== 書式設定 =====*/

h2 {
	font-size: 1.5em;
	margin-bottom: 0;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

h4 {
	font-size: 0.8em;
	font-weight: bold;
}


/*===== コンテンツ設定 =====*/

.section {
	clear: both;
	width: 100%;
	height: auto;
	background-image: url('../../img/contents_bk_h300.png');
	background-repeat: repeat-x;
	background-position: center bottom; 
	border: 1px solid #ccc; 
	padding-top: 30px ;
	padding-bottom: 50px;
	margin-bottom: 50px;
	
}

	.section_items {
		width: 390px;
		float: left;
		padding-left: 50px;
	}
		.section_item h3 {
			margin-top: 7px;
			margin-bottom: 25px;
		}

	
		.border_list {
			font-size: 1.1em;
		
		}
			
		.border_list dd{
			margin-bottom : 1.5em;
		}

.detiles {
	font-size: 0.8em;
	margin-bottom: 30px;
	line-height: 1.5em;
}


		



.photo {
	clear: both;
	width: 100%;
	height: auto;
	background-image: url('../../img/contents_bk_h300.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 1px solid #ccc; 
	padding-top: 30px ;
	padding-bottom: 50px;
	margin-bottom: 50px;
	padding-left: 50px;

}

	.photo_items {
		width: 296px;
		float: left;
		padding-left: 10px;
	}
	
	.photo_items li{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.photo_border {
		border: 1px solid #333;
	
	}
	
	.photo_detiles {
		font-size: 1.2em;
	
	}
	.photo_comment {
		font-size: 0.8em;
		width: 240px;
	}

