@charset "utf-8";

/* middle.css
**************************************************************************************

1.基本フォント設定
1.文字サイズ変更設定

**************************************************************************************/ 


/* 基本フォント設定
=============================================================================*/

/*
77% = 10px	| 	122% = 16px	|	167% = 22px	
85% = 11px	|	129% = 17px	|	174% = 23px
93% = 12px	|	136% = 18px	|	182% = 24px
100% = 13px	|	144% = 19px	|	189% = 25px
107% = 14px	|	152% = 20px	|	197% = 26px
114% = 15px	|	159% = 21px	|
*/




/* 文字サイズ変更設定
=============================================================================*/

#header ul.fsize li#middle a {
 height: 20px;
 background-image:url(../images/share/fsize_btn_middle.gif);
 background-position: 0 -20px;
}



