@charset "utf-8";

/* MacIE */
@media screen,print{ 
body, td, tr {
	letter-spacing:0.08em;
}
}

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

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

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

address, caption, em, strong, th {
	font-style: normal;
	font-weight: normal;
	text-align:left;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

strong {
	font-weight:bold;
}

img {
	border: none;
	vertical-align: bottom;
}


