@charset "UTF-8";

/* ----- initialize ----- */

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

html{
	height:100%;
}

html>/**/body{
	overflow:overflow-y:scroll;
}

html:first-child body{
	min-height:100%;
	padding-bottom:1px;
}
/* for IE6 hack */
* html body {
	padding-bottom:0px;
}

ul,ol,dl{
	list-style:none;;
}

dfn,em,address{
	font-style:normal;
}


embed,object{
	vertical-align: top;
}

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

th,td{
	border:none;
}

fieldset{
	border:none;
}

hr{
	display:none;
}
