@charset "utf-8";
/*===================================
	文字サイズ中　デフォルト	
=====================================*/
body{
font-size:100%;
}
/*ie6-7*/
*:first-child+html body{
font-size:95%;
}
* html body{
font-size:95%;
}