/* CSS Document */
#main {
	min-height: 800px;
}
* html #main {
	height: 800px;
}

.keywordArea {
	background-color: #fff9d7;
	padding: 10px 15px;
	margin-bottom: 15px;
	color: #00a8ff;
}
.keywordArea strong {
	color: #0061bc;
	font-size: 15px;
}
.container {
	background: url(../images/container_bg.jpg) no-repeat;
	padding: 15px;
}
.list_rss {
	list-style: none;
}
.list_rss li {
	display: block;
	float: left;
	width: 277px;
	border-bottom: 1px dotted #898989;
	padding: 5px 10px;
	margin-bottom: 1px;
}
.list_rss li a{
	width: 297px;
	background: url(../images/icon_rss.jpg) right no-repeat;
	padding-right: 40px;
}
.list_rss li.bg {
	background-color: #ecefef;
}

