@charset "utf-8";

/* ==================================================

CSS Document for WEC_reform@

   ================================================== */


/* index.html  ----------------------------------- */

table.news-table {
	border-collapse: collapse;
	width: 550px;
	margin-bottom: 20px;
	border: 1px solid #c3e3a0;
	line-height: 1.5em;
	font-size: 93%;
}

table.news-table td,
table.news-table th
 {
 	text-align: left;
	padding: 0.65em 0.8em;
	vertical-align: top;
}

table.news-table th {
	background-color: #f4f8e4;
	width: 90px;
}

table.news-table .news-ic {
	padding: 0 0 0.2em 1.1em;
	margin: 0px;
	background-image: url(../images/wec_news_ic.png);
	background-repeat: no-repeat;
	background-position: left 0.45em;
}

table.news-table p {
	padding: 0 0.3em;
	margin: 0px;
}
