﻿@charset "utf-8";
/* start reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, input, select, textarea, table, caption, tbody, tfoot, thead, tr, th, td, .x
{
	margin: 0;
	padding: 0;
}
a img, img, iframe
{
	border: none;
}
a span, form label
{
	cursor: pointer;
}
li
{
	list-style: none;
}
table
{
	border-collapse: separate;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
select, textarea, input, button
{
	vertical-align: middle;
	font-family: inherit;
	font-size: 100%;
}
q:before, q:after, blockquote:before, blockquote:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
h1
{
	font-size: 16px;
}
h2
{
	font-size: 14px;
}
h3
{
	font-size: 14px;
}
h4, h5, h6
{
	font-size: 100%;
}
h6
{
	font-weight: normal;
}
/* end reset */
/* start base */
/*body*/
body
{
	
	color: #575556;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font: 12px Arial, Simsun;
}
/*link*/
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
/*display*/
.block
{
	display: block;
}
.none
{
	display: none;
}
.inline
{
	display: inline;
}
/*float*/
.fll
{
	float: left;
}
.flr
{
	float: right;
}
.fln
{
	float: none;
}
.clear
{
	clear:both;
}
/*width height*/
.w960
{
	width: 960px;
}
.w190
{
	width: 190px;
}
.w90
{
	width: 90px;
}
.h960
{
	height: 960px;
}
/*margin padding*/
.mg0
{
	margin: 0;
}
.mr2
{
	margin-right: 2px;
}
.pl10
{
	padding-left: 10px;
}
.pd10
{
	padding: 10px;
}
.pd20
{
	padding: 20px;
}
/*background*/
/*color*/
.red
{
	color: #F00;
}
.strong1
{
	color: #c00;
}
/*font*/
.font16
{
	font-size: 16px;
}
/*text-align*/
.tal
{
	text-align: left;
}
.tac
{
	text-align: center;
}
.tar
{
	text-align: right;
}
/* end base */
