/* CSS Document */
.ArticleBox
{
	width:536px;
	background:url(../images/article_box_bg.gif) top center repeat-y;
	margin-bottom:7px;
}
.ArticleBoxTop
{
	background:url(../images/article_box_top.gif) top center no-repeat;
}
.ArticleBoxBot
{
	background:url(../images/article_box_bot.gif) bottom center no-repeat;
	padding:0 5px 5px 5px;
}
.ArticleBoxHead
{
	width:100%;
	height:30px;
	margin-bottom:5px;
	border-bottom:1px dotted #000;
}
.ArticleBoxHead tr
{
	vertical-align:middle;
}
.ArticleBoxHead th
{
	color:#950000;
	text-align:right;
}
.ArticleBoxHead td
{
	text-align:left;
}
.ArticleBoxHead td a
{
	font:bold 12px Arial;
	color:#2c2c2c;
}
/* --------------------------------------------------------------------------------------------- */
.ResultBox
{
	border-bottom:1px dotted #000;
	padding:10px;
}
.ResultBox .ResultHead
{
	color:#000;
}
.ResultBox .ResultHead b
{
	font:bold 14px Arial;
	color:#950000;
}
.ResultBox .ResultHead a
{
	font:bold 12px Arial;
	color:#2c2c2c;
}
.ResultHead span
{
	font-weight:bold;
}
.ResultNav
{
	text-align:left;
	background:url(../images/det_btn.gif) left no-repeat;
	padding-left:20px;
	padding-top:3px;
	font-weight:bold;
	color:#950000;
}
.ResultNav a
{
	height:14px;
	color:#950000;
	font-weight:bold;
}

