@charset "UTF-8";
/* CSS Document */
body {
	font-size: 11px;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	}

html, body, div, p, table, td, tr {
	margin: 0px;
	padding: 0px;
}

ol, ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin:0px;
	padding:0px;
	display:block;
}

<!-- win IE6用 -->
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Osaka, sans-serif;
	font-size: 68.5%;
	letter-spacing: 1px;
}

<!-- win IE7用 -->
*:first-child + html body {
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 68.5%;
}