/* index

	reset.css
	
----------------------------------------------- */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	background: transparent;
}

ol, ul {
	list-style: none;
}

:focus{
	outline: 0;
}

ins{
	text-decoration: none;
}

del{
	text-decoration: line-through;
}

img, fieldset {
	border: 0;
}

/*img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

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