@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 40px;
	background-color: #000;
}
a img {
	border: none;
}
a {
	outline: none;
}
.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.top_menu {
	height: 89px;
	width: 900px;
}
.top_menu #logo {
	float: left;
	height: 89px;
	width: 297px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
}
.top_menu #menu {
	float: right;
	height: 23px;
	width: 561px;
	margin-top: 66px;
}
.top_menu #menu1{
	display: block;
	width: 159px;
	height: 23px;
  	background: url("menu1.gif") no-repeat 0 0;
	float: left;
}
.top_menu #menu2{
	display: block;
	width: 85px;
	height: 23px;
  	background: url("menu2.gif") no-repeat 0 0;
	float: left;
}
.top_menu #menu3{
	display: block;
	width: 105px;
	height: 23px;
  	background: url("menu3.gif") no-repeat 0 0;
	float: left;
}
.top_menu #menu4{
	display: block;
	width: 122px;
	height: 23px;
  	background: url("menu4.gif") no-repeat 0 0;
	float: left;
}
.top_menu #menu5{
	display: block;
	width: 90px;
	height: 23px;
  	background: url("menu5.gif") no-repeat 0 0;
	float: left;
}
#index_img {
	height: 400px;
	width: 900px;
	background-image: url(main_img.jpg);
	background-repeat: repeat;
	margin-top: 20px;
}
#copyright {
	background-image: url(copyrights.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 900px;
	float: left;
	margin-top: 10px;
	background-position: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 5px;
}
.top_menu #menu1:hover, .top_menu #menu2:hover, .top_menu #menu3:hover, .top_menu #menu4:hover, .top_menu #menu5:hover{
	background-position: 0 -23px;
}
.top_menu #menu1 span, .top_menu #menu2 span, .top_menu #menu3 span, .top_menu #menu4 span, .top_menu #menu5 span{
  display: none;
}
.contents {
	clear: both;
	width: 900px;
	margin-top: 20px;
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.contents p {
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.contents #left_img {
	float: left;
	width: 297px;
}
.contents #right {
	width: 560px;
	float: right;
	margin-right: 10px;
	margin-left: 33px;

}
.contents #names {
	color: #FFF;
	background-color: #666;
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.contents #right a {
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
.contents #right a:hover {
	font-size: 14px;
	color: #FC0;
	text-decoration: none;
}
.contents #title {
	font-size: 20px;
	color: #CCC;
	background-color: #666;
	line-height: 30px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
