@charset "utf-8";
body {
  margin: 0px;
  padding: 0px;
  font: 12px "sans-serif", "Arial", "Verdana";
}
img{
	border:0px;
}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
.type_title{
	height:30px;
	font-size:22px;
	color:#474747;
	width:1000px;
	margin:0px auto;
	border-bottom:1px #e5e5e5 solid;
	clear: both;
	line-height:30px;
	}
.type_title .more{
	float:right;
	font-size:14px;
}
.type_title .more a:link {
	text-decoration: none;
	color:#787878;
}
.type_title .more a:visited {
	text-decoration: none;
	color:#787878;
}
.type_title .more a:hover {
	text-decoration: none;
	color:#333;
}
.type_title .more a:active {
	text-decoration: none;
	color:#787878;
}
.line{
	height:1px;
	background-color:#e5e5e5;
	width:1000px;
	margin:10px auto;
	clear: both;
	}
.clear {
     clear: \
	 both;
}
#menu a:link {
	text-decoration: none;
	color:#fff;
}
#menu a:visited {
	text-decoration: none;
	color:#fff;
}
#menu a:hover {
	text-decoration: none;
	color:#fff;
}
#menu a:active{
	text-decoration: none;
	color:#fff;
}