/*
YUI 3.12.0 (build 8655935)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

/* フォントをＭＳ Ｐゴシックにする場合*/
/*body {
	font:13px/1.231 "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small
}*/

/* フォントをメイリオにする場合*/
body {
	font:13px/1.231 "メイリオ", Meiryo,arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif
}

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

pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%

}

#yui3-css-stamp.cssfonts{display:none}

.font10px { font-size:77%; letter-spacing: 1px;}
.font11px { font-size:85%; }
.font12px { font-size:93%; }
.font13px { font-size:100%; }
.font14px { font-size:108%; }
.font15px { font-size:116%; }
.font16px { font-size:123.1%; }
.font17px { font-size:131%; }
.font18px { font-size:138.5%; line-height: 1.3;}
.font19px { font-size:146.5%; }
.font20px { font-size:153.9%; }
.font21px { font-size:161.6%; }
.font22px { font-size:167%; line-height: 1.2;}
.font23px { font-size:174%; }
.font24px { font-size:182%; }
.font25px { font-size:189%; }
.font26px { font-size:197%; }
/* -----------------------------
	Font-size Adjustment.
	77% = 10px	|	123.1% = 16px	|	167% = 22px
	85% = 11px	|	131% =  17px	|	174% = 23px 
	93% = 12px	|	138.5% = 18px	|	182% = 24px 
	100% = 13px	|	146.5% = 19px	|	189% = 25px 
	108% = 14px	|	153.9% = 20px	|	197% = 26px 
	116% = 15px	|	161.6% = 21px	| 
----------------------------- */

.lh100 { line-height:1; }
.lh110 { line-height:1.1; }
.lh120 { line-height:1.2; }
.lh130 { line-height:1.3; }
.lh140 { line-height:1.4; }
.lh150 { line-height:1.5; }
.lh160 { line-height:1.61; } /* 黄金比 */
.lh170 { line-height:1.73; } /* 白金比 */
.lh180 { line-height:1.8; }
.lh190 { line-height:1.9; }
.lh200 { line-height:2; }
.lh210 { line-height:2.1; }
.lh220 { line-height:2.2; }
.lh230 { line-height:2.3; }
.lh240 { line-height:2.4; }
.lh250 { line-height:2.5; }
.lh260 { line-height:2.6; }
.lh270 { line-height:2.7; }
.lh280 { line-height:2.8; }
.lh290 { line-height:2.9; }
.lh300 { line-height:3; }

.ls50  { letter-spacing: 0.5em; }
.ls100 { letter-spacing: 1em; }



