@charset "utf-8";

/*--------------------------
newsBox
--------------------------*/
#newsBox {
	width: 692px;
}

#newsBox dl {
	border-bottom: 1px dashed #ccc;
	padding: 0px 0 4px 0;
}
*:first-child+html #newsBox dl {/*IE-7*/
	padding: 0px 0 5px 0;
}

#newsBox dl dt {
	font-size: 12px;
	float: left;
	width: 85px;
	clear: both;
	margin-bottom: 3px;
	padding: 5px 0 0 0;
}

#newsBox dl dd {
	font-size: 12px;
	margin-bottom: 3px;
	margin-left: 86px;
	width: 575px;
	padding: 5px 0 0 0;
	background: #;
}
#newsBox dl dd a {
	text-decoration: underline;
}

*:first-child+html #newsBox dl dt {/*IE-7*/
	padding: 3px 0 0 0;
}

*:first-child+html #newsBox dl dd {/*IE-7*/
	padding: 3px 0 0 0;
}


/*--------------------------
view_news
--------------------------*/
.contentR h2 {
	margin: 0 0 11px 0;
	line-height: 130%;
	font-size: 14px;
	font-weight: bold;
	color: #00678c;
	border-bottom: 2px solid #00678c;
	padding: 0 0 4px 0;
}

#date {
	font-size: 11px;
	margin: -2px 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: normal;
}
#text {
	margin: 0 0 17px 0;
}
#text a {
	text-decoration: underline;
	color: #111;
}
#text a:hover {
	text-decoration: underline;
	color: #f54600;
}

#newsList {
	margin: 20px 0 0 0;
	border-top: 1px dashed #ccc;
	padding: 6px 0 0 0;
	font-size: 12px;
}
#newsList a {
	text-decoration: underline;
}
