@charset "utf-8";

/* ------------------------------------
	Footer
------------------------------------ */
#Footer {
	margin-top: 21px;
}

/* ------------------------------------
	NewsList
------------------------------------ */
#NewsList table {
	border-bottom: solid 1px #DCDCDC;
}
#NewsList tr {
}
#NewsList th,
#NewsList td {
	text-align: left;
	vertical-align: top;
	font-size: 93%;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #DCDCDC;
}
#NewsList th {
	width: 100px;
	padding-left: 20px;
}
#NewsList td {
	background: url(../common/images/news_listhead_arrow.gif) no-repeat -115px top;
	padding-left: 20px;
}
#NewsList td a {
	color: #D05707;
}
#NewsList .PageTop {
	border-top: none;
	margin: 0px 0px 50px;
}

/* ------------------------------------
	NewsList
------------------------------------ */
#NewsDetail {
	background: url(../common/images/news_bar_bg.gif) no-repeat left top;
	width: 670px;
	padding: 25px 25px 0px;
}
#NewsDetail h3.EntryTitle {
	color:#D05707;
	font-size: 138.5%;
	line-height: 150%;
	border-bottom: solid 1px #DCDCDC;
}
#NewsDetail .EntryDate {
	font-size: 93%;
	line-height: 175%;
	text-align: right;
	padding: 5px 0px 50px;
}
#NewsDetail .EntryBody p {
	font-size: 93%;
	line-height: 175%;
	padding-bottom: 17px;
}
