@charset "UTF-8";

/* フォントファミリー
------------------------------------- */
body {
	font-family:Futura,"Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	color:#2e2e2a;
	line-height:1.5em;
	letter-spacing:0.15em;
}
/* Opera 9 */
body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka","Century Gothic", verdana, arial, sans-serif;
}
/* IE 7 */
*first-child+html body {
	font-family: "メイリオ","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", verdana, arial, sans-serif;
}
/* IE 6 or sooner*/
* html body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka","Century Gothic", verdana, arial, sans-serif;
}

/* フォントサイズ
------------------------------------- */
body {
	font-size: 12px;
}
/* IE 6 or sooner*/
* html body {
	font-size: 75%;
}

table {
	font-size:inherit;
	font-size:100%;
}

#footer{font-family:Futura,"Century Gothic","メイリオ", Meiryo, san-serif;}

/* YUI font CSS より
------------------------------------- */
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}