@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,div,
dl, dt, dd, ul, ol, li,  
pre,  
fieldset, lengend, button, input, textarea,  
th, td
 {  
    margin: 0;
    padding: 0;
}
ul,dl,ol,dd,dt,li {
	list-style:none outside none;
}
img {
	border:0 none;
	vertical-align:top;
}
.clearfix {
	display:block;
	*zoom:1;
}
a,a:link {
	text-decoration:none;
}
.clearfix:after {
	height:0;
	content:",";
	display:block;
	visibility:hidden;
	clear:both;
}

