@charset "UTF-8";
/* CSS Document */

#maincontent h1 {
	float: left;
	display: inline-block;
	position: relative;
	height: 20px;
	width: auto;
}
#rss {
	position: relative;
}
#rss h3 {
	background-color: #666666;
	font-size: 120%;
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#rss h3 a {
	float: left;
	display: inline;
	position: relative;
	width: 13px;
	height: 13px;
	top: 3px;
	background: url(../images/site/rss.jpg) no-repeat center #efefef;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	border: none;
	margin: 0 0 0 6px;
	padding: 0;
}
.newsitem {
	clear: both;
	display: inline-block;
	position: relative;
	border-left: 2px solid #f66f00;
	border-top: 1px solid #cfcfcf;
	margin: 15px 0 15px;
	padding: 0 10px 10px;
}
.newsitem h3 a {
	border-bottom: none;
}
.newsitem h3 a:active {
	border-bottom: 1px solid #f66f00;
}
.newsitem p {
	margin: 0 0 3px;
	padding: 0;
}

.pdfitem {
	clear: both;
	display: inline-block;
	position: relative;
	border-left: 2px solid #f66f00;
	border-top: 1px solid #cfcfcf;
	margin: 15px 0 15px;
	padding: 0 0 10px 10px;
}
.pdf {
	text-indent: 34px;
}
.pdfitem h3 a {
	border-bottom: none;
	padding-top: 4px;
}
.pdfitem h3 a:active {
	border-bottom: 1px solid #f66f00;
}
.pdfitem p {
	margin: 0 0 3px;
}
