@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に指定 */
#container {
	font-size: 93%;
	letter-spacing: 0.058em; /* windows 13px相当の表示と同じ文字間を再現 */
	color: #e9e9e9;
	line-height: 1;
}

strong { 
	font-weight: bold;
}

p {
	margin-bottom: 0px;
}

a { color: #94ceeb;}
/* a { color:#006699;} */
/* a:hover { color:#649DBD;} */


/* Example　
----------------------------------
13pxを基準にした場合の相対的な指定

10pixel 	 77% 	
11pixel 	 85% 	
12pixel 	 93% 	
13pixel 	100% 	
14pixel 	108% 	
15pixel 	116% 	
16pixel  	123.1% 	
17pixel		131% 
18pixel 	138.5% 
19pixel 	146.5%
20pixel 	153.9%	

----------------------------------
12pxに統一する場合はbody直下のdivに　93%を指定

10pixel 	 	82% 	
11pixel 	 	91% 	
12pixel 	 	100% 	
13pixel 	 	107% 	
14pixel 	 	116% 	
15pixel 		124% 	
16pixel 	 	132%
17pixel			140% 
18pixel 		138.5% 
19pixel 		148%
20pixel 		164.6%	
---------------------------------- 
*/
