@charset 'utf-8';

div#newsList {
	margin:35px 110px 15px 110px;
}

div#newsList p {
	font-size:12px;
	line-height:20px;
	padding:10px 0;
}

div#newsList p.day {
	color:#837C63;
	padding-top:5px;
	line-height:18px;
}

div#newsList h2 {
	font-size:14px;
	line-height:20px;
}

div#newsList h3 {
	width:625px;
	height:20px;
	padding:4px 0 0 10px;
	background:url(../images/common/bg_dark.gif) no-repeat;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
}

table.specNS {
	margin-top:10px;
}

table.specNS tr th {
	background:#eae6d9;
	padding:0 0 13px 15px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#807d74;
}

table.specNS tr td {
	padding:0 0 13px 15px;
	text-align:left;
	font-size:10px;
	color:#000000;
}

table.specNS tr td.dot {
	background:url(../images/common/dot1.gif) no-repeat;
	height:3px;
	padding:0;
}


