@charset "UTF-8";

/* -----------------------------------------------
 *           news
 * ----------------------------------------------- */

/* =========== content-area =========== */

#content-area {
	width: 519px;
	margin-left: 100px;
	_margin-left: 50px;
}


/* =========== content-title =========== */

#content-title {
}

#content-title h1 {
	margin-bottom: 30px;
}


/* =========== news-unit =========== */

#content-body div.news-unit {
	margin-bottom: 40px;
}

#content-body div.news-header {
	margin-bottom: 15px;
	padding: 7px 7px;
	border: 1px solid #4b5e70;
}

#content-body div.news-header h2 {
	margin-bottom: 3px;
	*margin-bottom: 0;
	font-size: 117%;
	font-weight: normal;
	color: #4b5e70;
	line-height: 1.3;
}

#content-body div.news-header p.date {
	line-height: 1.3;
}

#content-body div.description p {
	margin-bottom: 10px;
}



