body,div,dl, dt, dd,ul, ol, li,h1, h2, h3, h4, h5, h6,pre,form, fieldset, input, textarea,p, blockquote,th, td{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
}
address{
		font-style:normal;
		
}
ul{
	list-style:none;
}
img{
	border:0;
	vertical-align:bottom;
}
*html img{
	vertical-align:text-bottom;
}


/*table*/
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
th {
	font-weight: normal;
	text-align: left;
}
caption {text-align: left;}

/*form*/
fieldset {border: 0;}
input {_margin: -1px 0;}

sup,sub {
	vertical-align: baseline;
	position: relative;
}
sup {top: -4px}
sub {top: 4px}
a{
overflow:hidden;
outline:none;
}

/* clearfix common -----------------*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
*html .clearfix { height: 1%; }
.clearfix { display: block; }

/*”Ä—pclass*/
.centClass{text-align:center;}

