@charset "utf-8";

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/


/* ============================================
             フォントのサイズ調整
============================================ */

body {
    font-size: 13px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","verdana",sans-serif;
}

/* body直下のdivに指定 */
#containerWrap {
	font-size: 93%;
	/*letter-spacing: 0.058em;  一時停止　windows 13px相当の表示と同じ文字間を再現 */
}

strong { 
	font-weight: bold;
}

/* Example　

----------------------------------
12pxに統一する場合はbody直下のdivに　93%を指定

10pixel 	 	82% 	
11pixel 	 	91% 	
12pixel 	 	100% 	
13pixel 	 	107% 	
14pixel 	 	116% 	
15pixel 		124% 	
16pixel 	 	132% 
17pixel			140% 
18pixel 		148% 
19pixel 		157%
20pixel 		164.6%


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