@charset "UTF-8";
/* CSS Document */#main h3 {
	font-size: 13px;
	color: #333;
	font-weight: normal;
	word-spacing: -0.1em;
}
#main ul li {
	padding-top: 10px;
	margin-left: -12px;
}
#main .column .first ul.xml a,
.column .last ul.xml a,
#main ul.xml a {
	display: block;
	padding-left: 35px;
	font-size: 12px;
	background-image: url(../media/global/rssoff.png);
	background-repeat: no-repeat;
	background-attachment: initial;
	background-position-x: 4%;
	background-position-y: 45%;
}
#main .column .first ul.xml a:hover,
.column .last ul.xml a:hover,
#main ul.xml a:hover {
	background-image: url(../media/global/rsson.png);
	background-repeat: no-repeat;
	background-attachment: initial;
	background-position-x: 4%;
	background-position-y: 45%;
}
#main ul.xml li {
	padding-left: 12px;
}
#main ul.xml li.notop {
	margin-top: -8px;
}
#content {
	float: left;
	width: 920px;
}
.column1 {
	width: 440px;
	float: left;
}
.column2 {
	width: 440px;
	float: right;
}
#content h3 {
	color: #a5b05c;
	border-bottom: 1px solid #a5b05c;
	padding-bottom: .2em;
	margin-bottom: .5em;
}
#content a {
	color: #787878;
}

