@charset "utf-8"; 

/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */

#headBtn {
	margin		: 0 auto;
	width		: 950px;
	height		: 335px;
	background	: transparent url(../img/header/bg_head_002.jpg) no-repeat center bottom;
}

	#headBtn ul {
		margin-left:41px;
	}

	#headBtn ul li {
		float		: left;
		margin-right: 5px;
	}


#news {
	margin		: 10px auto 0;
	width		: 650px;
	background	: transparent url(../../img/img_index_005.jpg) no-repeat center bottom;
}

	#news dl {
		margin		: 18px 20px 0;
		padding		: 0 0 10px;
		background	: transparent url(../../img/border_index_001.jpg) no-repeat center bottom;
	}
	
	#news dl dt,
	#news dl dd { margin : 0; padding : 0;}
	
	#news dl dt.date {
		float		: left;
		width		: 5em;
		padding		: 8px 0 0 1.8em;
		background	: transparent url(../img/icon/icon_003.jpg) no-repeat 0 9px;
		text-align	: left;
		font-weight	: bold;
		font-size	: 85%;
		color		: #cc0000;
	}
	
	#news dl dt {
		float		: left;
		width		: 5em;
		padding		: 8px 0 0 1.8em;
		text-align	: left;
		font-weight	: bold;
		font-size	: 85%;
		color		: #cc0000;
	}
	
	#news dl dd  {
		margin-left		: 0;
		padding			: 8px 8px 8px 13em;
		background		: transparent url(../img/border/border_001.jpg) no-repeat center bottom;
		text-align		: justify;
		line-height		: 1.5;
	}
	
	#news #list {
		text-align:right;
		font-size:85%;
		margin:-26px 16px 0 0; 
	}
