﻿@charset "utf-8";

/* CSS Document */

body {
		font-family:"宋体", Verdana, Arial, sans-serif;
		margin:0;
		padding:0;
		font-size:12px;
		background:#ededed
 

		}
	
	div, form, img, ul, ol, li, dl, dt, dd, p {
		margin: 0;
		padding: 0;
		list-style:none;
		border: 0;
	}
	h1, h2, h3, h4, h5, h6 {
		margin:0;
		font-size:12px;
		padding:0;
	}                         
	/*line-color*/
	a:link {
		text-decoration:none;
		color:#000;
	}
	a:visited {
		text-decoration:none;
		color:#000;
	}
	a:hover {
		text-decoration:none;
		color: #FF0000;
	}
	input{vertical-align:middle;}
	a:active {
		text-decoration:none;
		color:#000;
	}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal
}
ol, ul {
	list-style:none
}
caption, th {
	text-align:left
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal
}
q:before, q:after {
	content:''
}
abbr, acronym {
	border:0
}
.clear{ clear:both;}



