@charset "utf-8";
/* CSS Document */
.news_source {
	font-size: 10px;
	color: #669933;
}
.blog_year {
	display: block;
	color: #F9AA1D;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
	border-bottom: 1px solid #F9AA1D;
	margin: 2px 0 4px 0;
}
	.blog_year:hover {
		background: #fee7bc;
	}
.blog_month {
	display: block;
	color: #336504;
	font-family: "Century Gothic", Arial, sans-serif;
	margin: 2px 0 4px 0;
}
	.blog_month:hover {
		background: #b9d79c;
	}
.blog_menu {
	display: block;
	color: #0d1f5f;
	font-size: 10px;
	margin: 2px 0 2px 10px;
	padding: 0 0 0 10px;
}
	.blog_menu:hover, .blog_menu_select {
	background: url(../images/layout/bullet.jpg) no-repeat left;
	color: #F9AA1D;
	font-size: 10px;
	margin: 2px 0 2px 10px;
	display: block;
	padding: 0 0 0 10px;
	}
.rss_btn {
	background: url(../images/layout/rss_btn.jpg) no-repeat top;
	width: 228px;
	height: 55px;
	display: block;
	margin: 10px 0 10px 0;
}
	.rss_btn:hover {
		background-position: bottom;
	}
.archive {
	background: url(../images/layout/archive_title.png) no-repeat;
	width: 127px;
	height: 38px;
}
