/*　テキストのハック　IE6用　*/
body {
	font-size: 62.5%;
}
/*　IE以外用　*/
html>/**/body {
	font-size: 10px;
}
