@charset "utf-8";
/* CSS Document */

/* ------------------------ Top Page ------------------------ */
#mainimg{
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	text-align: center;
	background-color: #000000;
}
#top{
	text-align: left;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 30px;
}
#top h2{
	margin-bottom: 10px;
}
#top .result{
	float: left;
	width: 338px;
	margin-right: 10px;
}
#top ul{
	list-style-type: none;
}
#top .result li{
	background-image: url(../../img/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 329px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
}

#top .news{
	float: right;
	width: 589px;
}
#top .news li{
	background-image: url(../../img/line2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 583px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 6px;
}
/* ------------------------ Footer ------------------------ */
#topfooter{
	background-image: url(../img/Footer_line.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 17px 0px 0px;
	height: 70px;
	width: 100%;
	text-align: center;
}
#top .blog {
	padding: 5px;
	width: 500px;
	border: 1px solid #B4911D;
	background-color: #000000;
}
.bana {
	border: 1px solid #000000;
	margin-bottom: 5px;
}
