@charset "shift-jis";

/*
=========================================================
Editor			 : CLSTK
Version		 : 1.3.2
Since			 : 2007-10-02
Last Up Date	 : 2007-10-30
=========================================================
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ Don't edit this file! ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
---------------------------------------------------------
+Copyright (c) 2007, Yahoo! Inc. All rights reserved.
+Code licensed under the BSD License:
+http://developer.yahoo.net/yui/license.txt
+version: 2.3.0
---------------------------------------------------------

[TOC]
-[001] Base Font Setting
-[002] Font Size List

---------------------------------------------------------

[font-size list]
- fs26 = 197%
- fs25 = 189%
- fs24 = 182%
- fs23 = 174%
- fs22 = 167%
- fs21 = 161.1%
- fs20 = 15.9%
- fs19 = 146.5%
- fs18 = 138.5%
- fs17 = 131%
- fs16 = 123.1%
- fs15 = 116%
- fs14 = 108%
- fs13 = 100%-Default-
- fs12 = 93%
- fs11 = 85%
- fs10 = 77% 
- fs9 = 69%
- fs8 = 62%

---------------------------------------------------------
*/
/*
* {border:1px solid #ff0000;}
*/
/* [001] Base Font Setting
---------------------------------------------------------
Percents could work for IE, but for backCompat purposes, 
we are using keywords.

x-small is for IE6/7 quirks mode.
-------------------------------------------------------*/
body {
	/*font:13px/1.22 arial,helvetica,clean,sans-serif;*/
	/*font:13px/1.22 "qMmpS Pro W3","Hiragino Kaku Gothic Pro","lr oSVbN", "MS UI Gothic",Osaka, sans-serif;*/
	font-size:13px;
	line-height:1.22;
	font-family : "qMmpS Pro W3","Hiragino Kaku Gothic Pro","lr oSVbN", "MS UI Gothic",Osaka, sans-serif;
	/*font-family : "CI",Meiryo, "qMmpS Pro W3","Hiragino Kaku Gothic Pro","lr oSVbN", "MS UI Gothic",Osaka, sans-serif;*/
	*font-size:small;
	*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
}

/*-------------------------------------------------------
Bump up IE to get to 13px equivalent
-------------------------------------------------------*/
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:99%;
}


/* [002] Font Size List
-------------------------------------------------------*/
/* ---- fs26 = 197% ---- */
.fs26 { font-size:197%; }

/* ---- fs15 = 189% ---- */
.fs25 { font-size:189%; }

/* ---- fs24 = 182% ---- */
.fs24 { font-size:182%; }

/* ---- fs23 = 174% ---- */
.fs23 { font-size:174%; }

/* ---- fs22 = 167% ---- */
.fs22 { font-size:167%; }

/* ---- fs21 = 161.6% ---- */
.fs21 { font-size:161.6%; }

/* ---- fs20 = 153.9% ---- */
.fs20 { font-size:153.9%; }

/* ---- fs19 = 146.5% ---- */
.fs19 { font-size:146.5%; }

/* ---- fs18 = 138.5% ---- */
.fs18 { font-size:138.5%; }

/* ---- fs17 = 131% ---- */
.fs17 { font-size:131%; }

/* ---- fs16 = 123.1% ---- */
.fs16 { font-size:123.1%; }

/* ---- fs15 = 116% ---- */
.fs15 { font-size:116%; }

/* ---- fs14 = 108% ---- */
.fs14 { font-size:108%; }

/* ---- fs13 = 100% ---- */
.fs13 { font-size:100%; }

/* ---- fs12 = 93% ---- */
.fs12 { font-size:93%; }

/* ---- fs11 = 85% ---- */
.fs11 { font-size:85%; }

/* ---- fs10 = 77% ---- */
.fs10 { font-size:77%; }

/* ---- fs9 = 93% ---- */
.fs9 { font-size:69%; }

/* ---- fs12 = 93% ---- */
.fs8 { font-size:62%; }


/* [002] Add Font Size
-------------------------------------------------------*/
/* ---- 116.1% ---- */
.error p strong {font-size:116.1%;}

/* ---- 100% ---- */
li li, li li li { font-size:100%; }

/* ---- 93% ---- */
p, li,
table.outline th.tle,
table.outline td.txt  {
	font-size:93%; 
}



/* ---- 77% ---- */
.topicPath li  { font-size:77%; }


/* [003] Line Height
-------------------------------------------------------*/
#article p {
	line-height:1.66;
	_line-height:1.65;
}



/* EOF*/