@charset "utf-8";

/*-----------------------------------
 *	common
 *----------------------------------*/

/* 標準 */ 
body #wrapper {
	font-size:93%;
	/*font-family: verdana, sans-serif, "MS UI Gothic", "lr oSVbN", "qMmpS Pro W3","ＭＳ Ｐゴシック","MS P Gothic" ;*/
}

/* IE7,8 */
*:first-child+html body {
	/*
	font-family:
    "メイリオ","Meiryo", "MS UI Gothic", "lr oSVbN", "qMmpS Pro W3","ＭＳ Ｐゴシック","MS P Gothic" ;*/
}

/* safari only */  
html[xmlns*=""] body:last-child body {
	font-family:
    "メイリオ","Meiryo", "ヒラギノ角ゴ Pro W3",Osaka, "Hiragino Kaku Gothic Pro" ;
}　
html[xmlns*=""] body:last-child #wrapper {
	font-size: 88%;
}
