@charset "utf-8";
/* CSS Document */
.cat_article
{
	width:525px;
	padding-right:15px;
}
.detail_article
{
	position:relative;
	margin-top:-75px;
}
.title_article
{
	border-top:3px solid #3399ff;
	width:510px;
	height:100px;
	background-image:url(../images/background_title.png);
	background-repeat:repeat-x;
	text-align:left;
	padding-top:10px;
	padding-left:15px;
}
.title_article span
{
	font-size:14px;
}
.article_content_inner
{
	position:absolute;
	width:524px;
	margin-top:-8px;
}
.article_top_inner
{
	background-image:url(../images/top_inner.png);
	background-repeat:no-repeat;
	width:524px;
	height:20px;
}
.article_between_inner
{
	background-image:url(../images/between_inner.png);
	background-repeat:repeat-y;
	width:524px;
	text-align:left;
	overflow:no;
}
.article_bottom_inner
{
	background-image:url(../images/bottom_inner.png);
	background-repeat:no-repeat;
	width:524px;
	height:20px;
}
.text_total
{
	padding:0px 20px 0px 20px;
}
.title_text
{
	padding-bottom:10px;
}
.title_text span
{
	font-size:18px;
	font-weight:bold;
}


