@charset "UTF-8";

/*==================================================
	Site name : NICHIBAN
	Modified  : Apr. 23, 2010
	Directory : /shared/css/
==================================================*/
body {
	font: 13px/1.231 "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, "ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana, Helvetica, sans-serif;
	/* for iPhone */
	-webkit-text-size-adjust: 100%;
	/* for IE6/7 */
	*font-size: small;
	/* for IE Quirks Mode */
	*font: x-small;
	vertical-align: baseline;
}
/* for ie8 */
html>/**/body {
	font-size /*\**/: small\9;
}
select, input, button, textarea, button {
	font: 99% "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, "ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana, Helvetica, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 1.5;
}

