@charset "UTF-8";
/**=====================================
* フォント設定スタイルシート 
======================================= */
body, input, textarea{
	font-family: "Lucida Grande","Verdana","Hiragino Kaku Gothic pro","ヒラギノ角ゴ Pro W3", Osaka,"ＭＳ Ｐゴシック",sans-selif;
	font-size: 10px;
	line-height: 1.6em;
}

input, textarea{
	font-size:125%;
}
/*
font-size一覧（px : %）
10 px : 100%  |  11 px : 111%
12 px : 120%  |  13 px : 130%
14 px : 140%  |  15 px : 150%
16 px : 160%  |  17 px : 170%
18 px : 180%  |  19 px : 190%
20 px : 200%  |  22 px : 221%
24 px : 240%  |  26 px : 260%
28 px : 280%  |  30 px : 300%
32 px : 320%
*/

/** IE 禁則処理 IE6以下 
* ********************* */
* html body{
	line-break: strict;
}
/** IE 禁則処理 IE7 
* ********************* */
*:first-child+html body{
	line-break: strict;
}

/** メイリオ,Meiryo
******************************** */
* html body 
,* html input
,* html textarea
,*:first-child+html body
,*:first-child+html input
,*:first-child+html textarea
{
	font-family:Meiryo,"メイリオ", sans-serif;
}