@charset "UTF-8";
#mainArea {
	float: left;
	width: 630px;
	margin-right: 20px;
	margin-left: 50px;
	margin-top: 24px;
}
#mainArea #entryTitle {
	background-image: url(../images/bg_news_entrytitle.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 630px;
	height: 18px;
	font-size: 14px;
	padding: 6px 0px 4px 20px;
	color: #000;
	font-weight: bold;
}
#mainArea #entryBox {
	width: 612px;
	margin: 18px 0px 40px 18px;
	line-height: 160%;
}
#mainArea #nextnav {
	text-align: center;
	width: 630px;
	margin-top: 48px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FCCEC9;
	background-image: url(../images/bg_news_nextnav_sby.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 18px;
}
#mainArea #nextnav #nextnavLeft {
	width: 300px;
	text-align: right;
	float: left;
	padding-right: 15px;
}
#mainArea #nextnav #nextnavRight {
	text-align: left;
	float: right;
	width: 300px;
	padding-left: 15px;
}
#sidebar {
	float: right;
	width: 210px;
	margin-right: 20px;
	background-color: #E6E6E6;
	margin-top: 24px;
	padding-bottom: 30px;
	background-image: url(../images/bg_news_sidebar.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#sidebar a:link {
	color: #000;
	text-decoration: underline;
}
#sidebar a:visited {
	color: #000;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #DD6184;
	text-decoration: underline;
}
#sidebar #monthlyArchives {
	background-color: #E6E6E6;
	background-image: url(../images/bg_news_monthly.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top: 30px;
}
#sidebar #monthlyArchives ul li {
	margin-bottom: 12px;
}
#sidebar ul {
	margin-right: 8px;
	margin-left: 8px;
	width: 164px;
}
#sidebar #rescent {
	background-color: #E6E6E6;
	background-image: url(../images/bg_news_rescent.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-top: 36px;
}
#sidebar #rescent ul li{
	margin-bottom: 18px;
}
