/* --------------------------------
	font sytle
-------------------------------- */
body {
	color:#333;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height:normal;
}
html>/**/body { font-size:16px; }/* Win IE 以外 */
input,
select,
textarea {
	color:#444;
	font-family:"メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.417em;
}
input[type=text],
select { height: 1.417em; }
html>/**/body input,
html>/**/body select,
html>/**/body textarea {
	font-family:sans-serif;
}/* Win IE 以外 */