@charset "utf-8";
body {
  margin: 0px;
  padding: 0px;
  font: 12px "sans-serif", "Arial", "Verdana";
  color:#333;
}
img{
	border:0px;
}
a:link{
	color:#333;
	text-decoration: none;
}
a:visited{
	color:#333;
	text-decoration: none;
}
a:hover{
	color:#333;
	text-decoration: none;
}
a:active{
	color:#333;
	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;
}
.red{
	color:#F00;
	}











.line{
	height:1px;
	background-color:#e5e5e5;
	width:1000px;
	margin:10px auto;
	clear: both;
	}

.clear-0{
clear: both;
}
.clear-5{
height:5px;	
clear: both;
}
.clear-10{
height:10px;	
clear: both;
}
.clear-15{
height:15px;	
clear: both;
}
.clear-20{
height:20px;	
clear: both;
}
.clear-25{
height:25px;	
clear: both;
}
.clear-30{
height:30px;	
clear: both;
}
.clear-35{
height:35px;	
clear: both;
}
.clear-40{
height:40px;	
clear: both;
}
.clear-45{
height:45px;	
clear: both;
}
.clear-50{
height:50px;	
clear: both;
}