@charset "utf-8";

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/

body {
	font: 13px/1.5 "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;		/* 通常のブラウザは13px */	
	*font-size: small;																											/* IE全般はsmall */
	*font: x-small;																												/* IE6/7後方互換モードはx-small */
}

table {																															/* IE6以前でtableへフォントサイズの継承がうまくいかない問題を回避 */
	font-size: inherit;
	font: 100%;
}

pre,code,kbd,samp,tt {																											/* IE6以前でpreやcodeの等幅フォントのサイズが小さくなるのを回避 */
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
