@charset "euc-jp";

/* CSS Document */


/* ------------------------------
テキスト サイズ パーセント
------------------------------ */
.txt125p {
	font-size:125%;
}

.txt125pB {
	font-size:125%;
	font-weight: bold;
}


.txt150p {
	font-size:150%;
}

.txt150pB {
	font-size:150%;
	font-weight: bold;
}

/* ------------------------------
テキスト サイズ　ピクセル
------------------------------ */

.txt8px {
	font-size: 8px;
}

.txt10px {
	font-size: 10px;
}

.txt12px {
	font-size: 12px;
}

.txt13px {
	font-size: 13px;
}


.txt14px{
	font-size: 14px;
}

.txt15pxSerif{
	font-size: 15px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}


.txt16px {
	font-size: 16px;
}

.txt16pxBold {
	font-size: 16px;
	font-weight: bold;
}

.txt18px{
	font-size: 18px;
}

.txt21px{
	font-size: 21px;
}

.txt28px{
	font-size: 28px;
}


/* ------------------------------
テキスト サイズ　大中小
------------------------------ */

.txtMini{
	font-size: 10px;
}

.txtMiddle{
	font-size: 13px;
}

.txtLarge{
	font-size: 18px;
}

.txtMoreLarge{
	font-size: 24px;
}

/* ------------------------------
テキスト カラー
------------------------------ */

.txtBlack{
	color: #221817;
}

.txtYellow{
	color:#FFFF00;
}

.txtYellow10px{
	color:#FFFF00;
	font-size: 10px;
}

.txtRed {
	color: #c8191e;
}

.txtRedBold{
	font-weight: bold;
	color: #cc0000;
}

.txtRed10px{
	color: #cc0000;
	font-size: 10px;
}

.txtWhite{
	color: #FFFFFF;
}

.txtWhite10px{
	color: #FFFFFF;
	font-size: 10px;
}

.txtBrown {
	color: #993300;
}

.txtOrange {
	color: #FF6600;
}

.txtOrangeBold{
	font-weight: bold;
	color: #FF6600;
}

.txtBlue{
	color: #0000FF;
}

.txtGreen{
	color: #009933;
}

.geneComment{
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
}

