@charset "UTF-8"; 
 
/**
 * ========================================
 * TOC 
 * ========================================
 * File Name:  fonts.css
 * Style Info: フォントサイズのリセット
 * ----------------------------------------
 * Created:    2008-12-24
 * Modified:   2008-12-24
 * Author:     Sicoro-Works
 * Url:        http://www.sicoro.co.jp/
 * ----------------------------------------
 */
 
body 
{
	font-size: 62.5%; /* IE */
	font-family: sans-serif;
}
 	
html>/**/body 
{
	font-size: 10px; /* Except IE */
}
 
	/* for IE7 */ 
	*+html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:62.5%;
	}

	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:62.5%;
	}
 

