@charset "utf-8";

/* 基本設定
----------------------------------------------------------------------------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #363636;
}

.f24h180 { font-size: 24px; line-height: 1.8;}
.f24h160 { font-size: 24px; line-height: 1.6;}
.f24h140 { font-size: 24px; line-height: 1.4;}
.f24 { font-size: 24px}

.f18h180 { font-size: 18px; line-height: 1.8;}
.f18h160 { font-size: 18px; line-height: 1.6;}
.f18h140 { font-size: 18px; line-height: 1.4;}
.f18 { font-size: 18px;}

.f16h180 { font-size: 16px; line-height: 1.8;}
.f16h160 { font-size: 16px; line-height: 1.6;}
.f16h140 { font-size: 16px; line-height: 1.4;}
.f16 { font-size: 16px;}

.f14h180 { font-size: 14px; line-height: 1.8;}
.f14h160 { font-size: 14px; line-height: 1.6;}
.f14h140 { font-size: 14px; line-height: 1.4;}
.f14 { font-size: 14px;}

.f12h180 { font-size: 12px; line-height: 1.8;}
.f12h160 { font-size: 12px; line-height: 1.6;}
.f12h140 { font-size: 12px; line-height: 1.4;}
.f12 { font-size: 12px;}

.f10h180 { font-size: 10px; line-height: 1.8;}
.f10h160 { font-size: 10px; line-height: 1.6;}
.f10h140 { font-size: 10px; line-height: 1.4;}
.f10 { font-size: 10px;}

/*Windows IEのみ \*/
* html .f24h180 { font-size: 150%; line-height: 1.8;}
* html .f24h160 { font-size: 150%; line-height: 1.6;}
* html .f24h140 { font-size: 150%; line-height: 1.4;}
* html .f24 { font-size: 150%}

* html .f18h180 { font-size: 112.5%; line-height: 1.8;}
* html .f18h160 { font-size: 112.5%; line-height: 1.6;}
* html .f18h140 { font-size: 112.5%; line-height: 1.4;}
* html .f18 { font-size: 112.5%;}

* html .f16h180 { font-size: 100%; line-height: 1.8;}
* html .f16h160 { font-size: 100%; line-height: 1.6;}
* html .f16h140 { font-size: 100%; line-height: 1.4;}
* html .f16 { font-size: 100%;}

* html .f14h180 { font-size: 87.5%; line-height: 1.8;}
* html .f14h160 { font-size: 87.5%; line-height: 1.6;}
* html .f14h140 { font-size: 87.5%; line-height: 1.4;}
* html .f14 { font-size: 87.5%;}

* html .f12h180 { font-size: 75%; line-height: 1.8;}
* html .f12h160 { font-size: 75%; line-height: 1.6;}
* html .f12h140 { font-size: 75%; line-height: 1.4;}
* html .f12 { font-size: 75%;}

* html .f10h180 { font-size: 62.5%; line-height: 1.8;}
* html .f10h160 { font-size: 62.5%; line-height: 1.6;}
* html .f10h140 { font-size: 62.5%; line-height: 1.4;}
* html .f10 { font-size: 62.5%;}

a:link    { text-decoration: none; color: #9F5994;}
a:visited { text-decoration: none; color: #C497BE;}
a:active  { text-decoration: none; color: #FF0000;}
a:hover   { text-decoration: underline; color: #FF0000;}

.fOrange {
	color: #FF6600;
}

.fGreen {
	color: #669900;
}

.fRed {
	color: #FF0000;
}

