@charset "UTF-8";

/* ------------------------------------------------------------------ */
#topics {}
/* ------------------------------------------------------------------ */

#topics ul.textList{}
#topics ul.textList li{
	margin-bottom: 0.5em;
	padding-right: 5px;
	padding-bottom: 0.5em;
	padding-left: 5px;
	border-bottom: 1px dotted #c0c0c0;
}
#topics ul.textList span.date{}
#topics ul.textList span.category{}
#topics .unit ul.textList p{
	margin: 0px;
	padding: 0px;
}

.listAll{
	display: block;
	margin: -1.1em 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 85%;
}
.listAll a:link,
.listAll a:visited{
	padding-left: 15px;
	background: url(../imgs/arrows02.gif) no-repeat left center;
	color: #333;
}


/* ------------------------------------------ 
		pageBute
-------------------------------------------*/

.pageBute {
	text-align: center;
}
.pageBute span,
.pageBute a:link,
.pageBute a:visited {
	padding: 0.2em 1em;
	color: #006699;
	border: 1px solid #d0d0d0;
}
.pageBute span,
.pageBute a:hover,
.pageBute a:active {
	padding: 0.5em 1em;
	color: #006699;
	text-decoration: none;
	border: 1px solid #d0d0d0;
	font-weight: bold;
}


