﻿@charset "utf-8";
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,table,th,td,form,input,button,textarea{
	margin:0;
	padding:0;
}

/*body {
	font:12px/24px 'Microsoft YaHei';
	color: #333333;
}

h1,h2,h3,h4,h5,h6 {
	font-size:14px;font-family:'Microsoft YaHei';
	font-weight:bold;
}
*/
table { 
	border-collapse:collapse;
	border-spacing:0;
}

img {
	display: block;
	border:0;
	vertical-align:top;
}

i,cite,em {
	font-style:normal;
}

ol,ul {
	list-style:none;
}

input,button,select,textarea { 
	outline:none;
}

textarea {
	overflow:auto;
	resize:none;
}

a, a:visited, a:hover {
  	text-decoration:none; 
	outline:none;
	color: #333333;
}

.on_clear {
	clear: both;
	display: block;
}

/*END.reset*/