/* ------------------------　　テキスト　　-------------------------------- */

.text10 {
	font-size: 10px;
	LINE-HEIGHT: 140%
}
.text12 {
	font-size: 12px;
	LINE-HEIGHT: 140%
}
.text14 {
	FONT-SIZE: 14px;
	line-height: 150%;
}

.text14b {
	FONT-SIZE: 14px;
	font-weight: bold;
}

.text16 {
	font-size: 16px;
	line-height: 130%;
}

.text16b {
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	letter-spacing: 2px;
}
.text20b {
	font-size: 20px;
	line-height: 130%;
	font-weight: bold;
	letter-spacing: 2px;
}
/* ------------------------　　ホワイト　　-------------------------------- */
.white10 {
	font-size: 10px;
	color: #ffffff;
}

.white12 {
	color: #ffffff;
}

.white12b {
	font-weight: bold;
	color: #ffffff;
}
.white14b {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 2px;
}

/* ------------------------　　オレンジ　　-------------------------------- */
.orange12 {
	color: #E36724;
}

.orange12b {
	font-weight: bold;
	color: #E36724;
}

.orange14b {
	font-size: 14px;
	font-weight: bold;
	color: #E36724;
}
/* ------------------------　　グリーン　　-------------------------------- */
.green12 {
	color: #8FA626;
}

.green12b {
	font-size: 12px;
	font-weight: bold;
	color: #8FA626;
}

.green14b {
	font-size: 14px;
	font-weight: bold;
	color: #8FA626;
}
/* ------------------------　　レッド　　-------------------------------- */
.red10 {
	font-size: 10px;
	color: #990000;
}
.red12 {
	color: #990000;
}

.red12b {
	font-weight: bold;
	color: #990000;
}

.red14b {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
/* ------------------------　　ブルー　　-------------------------------- */
.blue12 {
	color: #6575C3;
}

.blue12b {
	font-weight: bold;
	color: #6575C3;
}
.blue10b {
	font-weight: bold;
	font-size: 10px;
	color: #6575C3;
}
.blue14b {
	font-size: 14px;
	font-weight: bold;
	color: #6575C3;
}
/* ------------------------　　ダークブルー　　-------------------------------- */
.dblue12 {
	color: #1A315B;
}

.dblue12b {
	font-weight: bold;
	color: #1A315B;
}
.dblue10b {
	font-weight: bold;
	font-size: 10px;
	color: #1A315B;
}
.dblue14b {
	font-size: 14px;
	font-weight: bold;
	color: #1A315B;
}
/* ------------------------　　ブラウン　　-------------------------------- */
.brown12 {
	color: #42342A;
}

.brown12b {
	font-size: 12px;
	font-weight: bold;
	color: #42342A;
}

.brown14b {
	font-size: 14px;
	font-weight: bold;
	color: #42342A;
}