/* ========================================================================= */
/*
/* all.css - media: all */
/*
/* ========================================================================= */

/* =============================================================================== */
/*	RESET */
/* =============================================================================== */

html * { 
	margin: 0; padding: 0; border: none;
}
* { border: none; }
a { border: none; }
address, caption, cite, code, dfn, em, strong, th, var { 
	font-style: normal; font-weight: normal; 
}
h1, h2,h3, h4, h5, h6, p, ul, ol, dl, li { 
	line-height: 1em; 
}
h1, h2, h3, h4, h5, h6, pre, code { 
	font-size: 1em; 
}
table {	
	border-collapse: collapse; border-spacing: 0; 
}
table, thead, tbody, tfoot, tr, th, td, input, select, textarea {	
	font-size: 1em;	font-family: inherit; 
}	
q:before, q:after { 
	content: ""; 
}
img, input, select, label {	
	vertical-align: middle;
}	
fieldset, img, a img { 
	border: none; 
}	

	
/* end */

