@charset "gb2312";
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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;  /*����͸��*/
}


h1 {
 
}

h2 {
 font-size:12px;
 line-height:28px;
 font-weight:normal;
 color:#143e6e;
}

h3 {
	line-height:40px;
	color:#292929;
	font-size:14px;
}
h4 {
	line-height:30px;
	font-size:14px;
	color:#133e71;
}

h5 {

}

h6 {

}

ol,
ul {
  list-style: none;
}
a {
	text-decoration:none;
	font-size:12px;
}
a:hover{
	text-decoration:underline;
	}	

.fl {
	float: left;
}
.fr {
  float: right;
}
.clear{
	clear:both;
	}
.cleaner20{
	height:20px;
	}	
.cleaner30{
	height:30px;
	}		
.cleaner40{
	height:40px;
	}	
.cleaner43{
	height:43px;
	}
.cleaner50{
	height:50px;
	}		
.none{ display:none;}