#sub-nav ul li a{
	background-image:url(../../common/images/icon_red.jpg);
	color:#D83341;
}

#sub-nav ul li a:hover,
#sub-nav ul li.over a{
	background-color:#FBEAEB;
}


.hl-t{
	background:url(../images/hl_t_bg.gif) left bottom no-repeat;
	color:#D74A57;
	font-weight:bold;
	padding-left:3em;
	padding-bottom:0.1em;
	margin-top:25px;
}


#contents .article-body{
	clear:both;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	padding: 10px;
	font-size:93%;
}
#contents .article-body strong{
	font-weight:bold;
}

#contents .entry-link{
	background:url(../../common/images/dot.gif) top repeat-x;
	padding: 10px ;
	font-size: 90%;
	margin-top: 18px;
	text-align: right;
}

/*--------------------

	clearfix

--------------------*/
.camp{
    overflow:hidden;
    zoom:1;
}

.camp:after{
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

* html .camp{
    height: 1em;
    overflow: visible;
}