@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: 1em;
	margin-bottom: 1em;
}

h4 {
	font-size: 0.8em;
	font-weight: bold;
}

/* 説明文用小文字＆淡色設定 */
.detiles { 
	font-size: 0.7em;
	color: #666;
}

/*===== コンテンツ設定 =====*/

.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;
 }

		#simple_list {
			font-size: 1.1em;
		}
		
		#simple_list dt a{
			text-decoration: none;
		}
				
		#simple_list dt a:hover {
			color: #666;
		}
