@charset "utf-8";

/*--------------------------------------------------------*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
-----------------------------------------------------------
	FontSize
	デフォルトは13PX
	
	(px)  	 (%)
	10 	77
	11 	85
	12 	93
	13 	100
	14 	108
	15 	116
	16 	123.1
	17 	131
	18 	138.5
	19 	146.5
	20 	153.9
	21 	161.6
	22 	167
	23 	174
	24 	182
	25 	189
	26 	197

*----------------------------------------*/

*{
	font-size:100%;
	line-height:1.35;
	color:#000000;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
}

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}
