@charset "UTF-8";
 
/*=========================================================================

種別 ： 全体文字サイズ（小）css
適用 ： サイト全体

=========================================================================*/

/*
 テキスト
-------------------------------------------------------------------------*/
body {
	font-size:14px; /*IE以外はここを調整*/
	line-height:140%;
}
* html body { font-size:85%;line-height:160% } /*IE6はここを調整*/
*:first-child+html body {	font-size:85%;} /*IE7はここを調整*/
body * { font-size:100%;} /*変更禁止*/