@charset "UTF-8";


@import url("../_config/_common.css");
@import url("../_config/_template.css");



div.table {
	padding-top: 10px;
}


/* #news
----------------------------------------------- */

#news ul {
	list-style: none;
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 5px;
}

#news li {
	text-align: left;
	margin:  0 0 5px 0;
	padding: 0 0 15px 0;
	border-bottom: dotted 3px #e96;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
}

#news li:first-child { font-size: 14px; }

#news li.more {
	text-align: right;
	padding: 0 0 5px 0;
	border-bottom: none;
}



/* ---- p ---- */

#news p { padding: 0.1em 0 0.1em 15px; }

#news p b {
	color: #e63;
}

#news p.date {
	margin: 0 0 0.8em 0;
	padding: 0 0 0 10px;
	background: #fffadd;
	border-left: solid 5px #e96;
	font-weight: bold;
	color: #c63;
}


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