@charset "utf-8";

/* ==================================================================

	Site Name : SPORTS INTELLIGENCE

	import.css		読み込み用CSS
	common.css		サイト全体に共通するCSS
	top.css　　　　 TOPページのみに適用するCSS
	fonts.css		文字サイズを相対指定
	reset.css		デフォルトスタイルクリア
	
	※参考：12px(75%)で使用する場合の%の一覧表
	
	last up date : '11/06/20
	
=================================================================== */


@import "fonts.css";
@import "reset.css";

@import "common.css";
@import "top.css";


/* ==================================================================
    ※12px(75%)で使用する際、%
   ----------------------------------------------------
     8px   67%
     9px   75%
	 10px  83% 
	 11px  92%
	 12px 100%  
	 13px 108%
	 14px 117% 
	 15px 125%
	 16px 133%
	 18px 150%
	 20px 167%
	 22px 183%
	 24px 200%
   =================================================================== */



