@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,p,div,ul,li {
	margin:0;
	padding:0;
	border:0;
	color:#FFF;
	line-height:1.5;
	font-size:small;
}

body{
	background-color:#aa0000;
	background-image:url(img/top/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

a{
	color:#900
}
#top {
	position: relative;
	width: 1000px;
	height: 680px;
	margin: 0 auto 15px;
}
#top p {
	position: absolute;
	left: 165px;
	top: 530px;
	width:670px;
	height: 251px;
}
#notice {
	position: relative;
	width: 840px;
	margin: 0 auto 15px;
}
#notice h2 {
	margin-bottom: 12px;
	color: #ffc000;
	font-size: larger;
}
#topics, #results {
	width: 400px;
}
#topics {
	float: left;
}
#topics ul {
	list-style: none;
}
#topics li {
	margin-left: 1.0em;
	margin-bottom: 0.6em;
	line-height: 1.3;
}
#topics li a {
	color: #fff;
}
#topics li a:hover,
#topics li a:focus {
	text-decoration: none;
}
#topics li span.new {
	color: #ff0;
	font-weight: bold;
}
#topics li span.date {
	color: #ccc;
}
#results {
	float: right;
}
#footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
}

