@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{
	padding: 0;
	margin: 0;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th,td {
	
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

img {
	border: none;
}

input{
	vertical-align:baseline;
}

/* [clearfix] ////////////////////////////*/
.clearfix{
	clear:both;
}
.clearfix:after,
div.column:after,
dl:after,
ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

* html .clearfix   { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix  { zoom: 1; } /* IE7 */
