div.articles
{
	padding-top: 1em;
	text-align: justify;
}

hr
{
	margin: 0;
	padding: 0;
	height: 1px;
	color: #000;
	background: #000;
	border: 0;
}

div.rttl
{
	float: right;
	font-size: smaller;
}

div.lttl
{
	font-size: smaller;
}

div.more
{
	text-align: right;
}

div.more a
{
	color: #999;
	text-decoration: none;
	font-size: smaller;
}

hr
{
	margin: 0;
	padding: 0;
	height: 1px;
	color: #ccc;
	background: #ccc;
	border: 0;
}

div.leftbox ul.cats li
{
	list-style-image: url(../img/blt_page.gif);
}

div.leftbox ul.cats li.act
{
	list-style-image: url(../img/blt_actpage.gif);
}

div.article a.ill
{
	display: block;
	width: 300px;
	padding: 0.6em;
	background: #fff;
	border: 1px solid #cdb491;
	text-align: center;
}

div.article a.ill img
{
	border: 0;
}

div.article h2
{
	margin-bottom: 1em;
	border-bottom: 1px solid #999;
}

div.article p
{
	margin-top: 0.4em;
	margin-bottom: 1.5em;
}

div.article div.codeblock
{
	color: #000;
    background: #ffe url(../img/field_bg.gif) top left repeat-x;
	margin-top: 1em;
	padding: 0.8em;
	border: 1px solid #cdb491;
}

