@charset "utf-8";

/* ===================================================================

	ニュース一覧
	 
=================================================================== */

#Contents h3 {
	clear:both;
	font-size:120%;
	text-align:left;
	color:#FFF;
	background:#000;
	padding:11px 10px;
	overflow:hidden;
	_zoom:1;
}

#Contents dl {
	margin:0 0 15px 0;
	padding:0 0 0 4px;
	overflow:hidden;
	_zoom:1;
}

#Contents dt {
	clear:both;
	float:left;
	font-weight:bold;
	color:#FFF;
	background:#787065;
	padding:2px 10px;
	margin:0 0 7px 0;
	width:80px;
}

#Contents dd {
	text-align:left;
	float:left;
	margin-bottom:12px;
	padding:0 0 0 10px;
	width:590px;
}

#Contents .news table {
	font-size:100%;
	width:710px;
	border:1px solid #CCC;
	border-collapse:collapse;
}

#Contents .news table tr.color01 { background:#FFF;}
#Contents .news table tr.color02 { background:#EEE; }

#Contents .news table td {
	text-align:left;
	padding:4px 6px;
	border:1px solid #CCC;
}

#Contents .news table td.category { width:86px; }

#Contents .news td.btn { width:42px; }

#Contents .entry {
	text-align:left;
	margin:15px 0 0 0;
	padding:0 10px 0 10px;
}

#Contents .entry p {
	margin-bottom:10px;
}

#Contents .entry p strong {
	font-size:120%;
}

#Contents .entry p.next {
	text-align:center;
	margin:20px 0 0 0;
}

