@charset "utf-8";
/* CSS Document */

/* #newsList
--------------------------------------------------*/
#newsList {}
#newsList #categoryList {
	margin-bottom: 8px;
	padding: 8px 0 2px 0;
	border-top: 1px solid #663333;
	border-bottom: 1px solid #663333;
}
#newsList #categoryList li { float: left; padding-right: 10px; }
#newsList #categoryList li a:hover { position: relative; top: 1px; left: 1px; }
#newsList #categoryList li img { margin-top: 2px; border-right: 2px solid #CECFCE; border-bottom: 2px solid #CECFCE; }
#newsList table { width: 100% }
#newsList table td {
	/* reseter */
	border: none;
	/* value */
	padding: 8px 0 4px 0;
	border-bottom: 1px solid #CECFCE;
	vertical-align: top;
}
#newsList table td a { text-decoration: none; }
#newsList table td a:hover { text-decoration: underline; }
#newsList col.posted { width: 150px; }
#newsList col.category { width: 70px;}

/* #newsContents
--------------------------------------------------*/
#newsContents {
	display: block !important;
	margin-bottom: 20px;
	padding: 8px;
}

/* #newsContents div.headerArea
----------------------------------------*/
#newsContents div.headerArea {
	margin-bottom: 16px;
	padding-bottom: 8px;
	background-image: url(../../img/common/background/separateLine.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#newsContents div.headerArea p.posted { margin-bottom: 4px; color: #999999; font-size: 12px; }
#newsContents div.headerArea h2 { float: left; padding-left: 8px; font-size: 15px; }
#newsContents div.headerArea p.icon { float: left; }
#newsContents div.headerArea p.icon img { position: relative; top: 1px; }

/* #newsContents div.footerArea
----------------------------------------*/
#newsContents div.footerArea {
	padding: 10px 6px;
	border-top: 1px solid #CECFCE;
	border-bottom: 1px solid #CECFCE;
	background-color: #F7F7F7;
	font-size: 12px;
}
#newsContents span.posted { color: #663333; font-size: 11px; }
#newsContents div.footerArea p.prev { float: left; text-align: left; }
#newsContents div.footerArea p.next{ float: right; text-align: right; }

/* #newsContents div.contentsArea
----------------------------------------*/
#newsContents div.contentsArea {
	/* reseter */
	margin-bottom: 0;
	padding: 0;
	border: 0;
	/* value */
	margin-bottom: 20px;
	padding: 15px 10px 5px;
	border: 1px solid #ECEFEC;
	background-color: #FFFFF0;
}
#newsContents div.contentsArea h4 {
	margin-bottom: 0.4em;
	padding: 3px 0 3px 7px;
	border-left: 3px solid #FF6600;
	font-weight: bold;
	vertical-align: middle;
}
#newsContents div.contentsArea p { margin-bottom: 0.6em; }
