@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	zoom: 1;/*for IE 5.5-7*/
	/*border: none;*/
}
img {
	vertical-align: top;
	border: none;
}
div:after {/*for modern browser*/
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
ol,li,dt,dd{
	zoom : normal;
}