@charset "utf-8";
/* CSS Document */

/*------------ 日付タイトル ------------*/
h5.date_title {
	padding: 5px 12px;
	color: #006600;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/icon_green.gif) no-repeat left center;
}

/*------------ 回り込み ------------*/
p {
	margin: 0 0 10px;
}

.news_box {
	width: 680px;
	margin: 0 0 20px 0;
	display: table;
	direction: rtl;
}

.news_box *{
	direction: ltr;
}

.news_box .img_area,
.news_box .text_area {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

.news_box .text_area {
	width: 100%;
}

.news_box .img_area {
	padding: 0 0 0 10px;
}
		
/* for IE */
.news_box .img_area {
	float: right;
}

.news_box .text_area {
	width: auto;
}
	
/* clear float and get hasLayout */
.news_box,
.news_box .text_area {
	min-height: 0;
}

* html .news_box,
* html .news_box .text_area {
	height: 0;
}

