﻿
@charset "utf-8";

/*--- css reset ---*/

html, body, div, span, a,
h1, h2, h3, h4, h5, h6,
img, p, pre, ol, ul, li,
table, tbody, thead, caption, tr, th, td,
header, footer, section {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baselaine;
	background: transparent;
}

body { line-height: 1.0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
ul, ol, li { list-style-type: none; }

table { 
	border-collapse: collapse;
	border-spacing: 0;
}
