
/*_______________________________________________________

	Font Setting CSS
	written by Toyohiro Sugita
	ST CREATIVE INC.
	info@stcd.jp
	Last updated on 2006.12.31
	 
________________________________________________________*/

/*-----------------------------------
フォントサイズ
-----------------------------------*/


.f10s {
	font-size: 10px;
	line-height: 100%;
}

.f10m {
	font-size: 10px;
	line-height: 110%;
}

.f10l {
	font-size: 10px;
	line-height: 130%;
}

.f11s {
	font-size: 11px;
	line-height: 125%;
}

.f11m {
	font-size: 11px;
	line-height: 140%;
}

.f11l {
	font-size: 11px;
	line-height: 160%;
}

.f12s {
	font-size: 12px;
	line-height: 125%;
}

.f12m {
	font-size: 12px;
	line-height: 140%;
}

.f12l {
	font-size: 12px;
	line-height: 160%;
}

.f14s {
	font-size: 14px;
	line-height: 145%;
}

.f14m {
	font-size: 14px;
	line-height: 160%;
}

.f14l {
	font-size: 14px;
	line-height: 175%;
}

.f16s {
	font-size: 16px;
	line-height: 170%;
}

.f16m {
	font-size: 16px;
	line-height: 180%;
}

.f16l {
	font-size: 16px;
	line-height: 205%;
}

.f18s {
	font-size: 18px;
	line-height: 195%;
}

.f18m {
	font-size: 18px;
	line-height: 205%;
}

.f18l {
	font-size: 18px;
	line-height: 225%;
}

/*
.f10s{font-size:0.6em;line-height:100%;}
.f10m{font-size:0.6em;line-height:110%;}
.f10l{font-size:0.6em;line-height:130%;}

.f11s{font-size:0.7em;line-height:125%;}
.f11m{font-size:0.7em;line-height:140%;}
.f11l{font-size:0.7em;line-height:160%;}

.f12s{font-size:0.8em;line-height:125%;}
.f12m{font-size:0.8em;line-height:140%;}
.f12l{font-size:0.8em;line-height:160%;}

.f14s{font-size:0.9em;line-height:145%;}
.f14m{font-size:0.9em;line-height:160%;}
.f14l{font-size:0.9em;line-height:175%;}

.f16s{font-size:1.0em;line-height:170%;}
.f16m{font-size:1.0em;line-height:180%;}
.f16l{font-size:1.0em;line-height:205%;}

.f18s{font-size:1.1em;line-height:195%;}
.f18m{font-size:1.1em;line-height:205%;}
.f18l{font-size:1.1em;line-height:225%;}
*/

/*-----------------------------------キャプション
*/
.caption-R,
.caption-C,
.caption-L {
	margin: 3px;
}

.caption-L {
	text-align: left;
}

.caption-R {
	text-align: right;
}

.caption-C {
	text-align: center;
}

/*-----------------------------------フォントカラー
*/
.white {
	color: #FFFFFF;
}

.black {
	color: #000000;
}

.red {
	color: #ff0000;
}

.red2 {
	color: #FF3300;
}

.red3 {
	color: #FF6600;
}

.green {
	color: #006619;
}

.green2 {
	color: #428130;
}

.green3 {
	color: #1C8C0F;
}

.green4 {
	color: #669900;
}

.green5 {
	color: #006666;
}

.green6 {
	color: #52AB92;
}

.brown {
	color: #663300;
}

.navy {
	color: #3559B1;
}

.navy2 {
	color: #86A4C6;
}

.pink {
	color: #FF3366;
}

.orange {
	color: #FF9900;
}

.orange2 {
	color: #FF6426;
}

/*
.blue{
	color: #006699;
}*/

.purple1 {
	color: #CD90A2;
}

.purple2 {
	color: #6D3D49;
}



