body,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
	}

html {
overflow-y:scroll;
}

/*----------------------------------------
Plus
	font-weight:
	vertical-align:
----------------------------------------*/


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

/*----------------------------------------
Plus
	caption, th{
		text-align:left;
		}
----------------------------------------*/	
	
ul{
	list-style:none;
	}

/*----------------------------------------
Plus
	ol,ul{
		list-style:none;
		}
----------------------------------------*/	

fieldset,img{
	border:0;
	}	
	
select option{
	padding:0 5px;
	}	

form label{
	cursor:pointer;
}
img{
	border:none;
	vertical-align:bottom;
}
/************************************************/
.spacer{
	clear: both; height: 0px; text-indent:-4000px;
}
.f_left{
	float:left;
}
.f_right{
	float:right;
}