@charset "utf-8";

/************************************************

	reset

*************************************************/
* {
	margin:0;
	padding:0;
}


body{
	width:100%;
	min-width:980px;
	height:100%;
}

body,
h1,h2,h3,h4,h5,h6,
p,
ul,ol,
dl,dt,dd,
form,fieldset{
	margin:0;
	padding:0;
}

ul{
	list-style:none;
}

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

td img{
	vertical-align:baseline;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

fieldset{
		border:0;
}

/************************************************

	Clear

************************************************/
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

