<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*CSS Document
-リセット・ハック
*/


/*=====================================================================
リセット・ハック
======================================================================*/
html, div, body, p, a, address, img, object, iframe, hr, dl, dt, dd, table, 
tr, td, h1, ol, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border:0;
	outline:0;
	background:transparent;
}

p, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}   

a {
	text-decoration: none;
}

ol  ,ul{
	list-style-type: none;
}

html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
	-webkit-text-size-adjust: none;
	font-size: 16px;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

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

/* for IE6 */
* html ol li dl {
  display: inline;
}

/* for IE7 */
*:first-child+html ol li dl {
  display: inline;
}
</pre></body></html>