@charset "utf-8";
/* reset css*/
body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form ,pre{
	margin:0
}
body, button, input, select, textarea {
	font-size:12px;
	font-family:Arial, tahoma, '\5b8b\4f53', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%
}
ul li {
	list-style-type:none;
}
.clear {
	clear:both;
}
em, b {
	font-style:normal
}
a {
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
a:focus {
	outline:0
}
img {
	border:0;
	vertical-align:top;
}
button, input, select, textarea {
	font-size:100%;
	outline:none
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
pre, .pre {
	white-space: pre-wrap;
	word-break: break-word;
	word-wrap: break-word;
	font-family:Arial, tahoma, '\5b8b\4f53', sans-serif;
}
td, th, ul, ol {
	padding:0;
	font-weight:normal;
}
.strong {
	font-weight:bold;
}
.font_size1 {
	font-size:14px;
}
.font_size2 {
	font-size:12px;
}
.font_size3 {
	font-size:16px;
}
#main {
	margin:0 auto;
	width:980px;
	padding:0 10px 70px 10px;
	text-align:left;
	position:relative;
	z-index:0;
}
