@charset "utf-8";
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body.xpacmskit {
	/* 2011.05.25 Added by eXPA */
	font:81.25%/1.5 arial,helvetica,clean,sans-serif;
/* 2011.05.25 comment out by eXPA
	font:13px/1.231 arial,helvetica,clean,sans-serif;
*/
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
.xpacmskit select,
.xpacmskit input,
.xpacmskit button,
.xpacmskit textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
.xpacmskit table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
.xpacmskit pre,
.xpacmskit code,
.xpacmskit kbd,
.xpacmskit samp,
.xpacmskit tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*-------------------------------------------------------------------
* ピクセル　％  文字サイズ相対指定は%で行う。
---------------------------------------------------------------------
10px   77  	% 
11px   85  	%
12px   93  	%
13px  100  	%
14px  108  	%
15px  116  	%
16px  123.1	% 
17px  131  	%
18px  138.5	% 
19px  146.5	% 
20px  153.9	% 
21px  161.6	% 
22px  167  	%
23px  174  	%
24px  182  	%
25px  189  	%
26px  197  	%
*/

