﻿/*--         背景色        --*/
/*   バックグランドカラー    */
/*   インライン位置          */
.BGLabelL
{
	background-color : #FFFFFF;
	text-align : left;
}

/*-- フォント          --*/
/*-- 1～2文字目:FS固定 --*/
/*-- 3～4文字目:サイズ --*/
/*-- 5文字目:色        --*/
/*-- 6文字目:太字      --*/

.FS12__{
  font-size : 12px;
  font-family : 'MS PGothic';
  color : #000000;
  font-weight : normal;
}
.FS12B_{
  font-size : 12px;
  font-family : 'MS PGothic';
  color : #7F2800;
  font-weight : normal;
}
.FS12BB{
  font-size : 12px;
  font-family : 'MS PGothic';
  color : #7F2800;
  font-weight : bold;
}
.FS12G_{
  font-size : 12px;
  font-family : 'MS PGothic';
  color : #696969;
  font-weight : normal;
}
.FS12GB{
  font-size : 12px;
  font-family : 'MS PGothic';
  color : #696969;
  font-weight : bold;
}
.FS12R_{
  font-size : 12px;
  font-family : 'MS PGothic';
  color : #FF0000;
  font-weight : normal;
}
.FS14__{
  font-size : 14px;
  font-family : 'MS PGothic';
  color : #000000;
  font-weight : normal;
}
.FS14R_{
  font-size : 14px;
  font-family : 'MS PGothic';
  color : #FF0000;
  font-weight : normal;
}
.FS14RB{
  font-size : 14px;
  font-family : 'MS PGothic';
  color : #FF0000;
  font-weight : bold;
}
.FS18_B{
  font-size : 14px;
  font-family : 'MS PGothic';
  color : #000000;
  font-weight : bold;
}
.FS18WB{
  font-size : 14px;
  font-family : 'MS PGothic';
  color : #FFFFFF;
  font-weight : bold;
}

/*--      項目枠線         --*/
/* wakuAll    … 全て線有り */
/* wakuTop    … 上線なし   */
/* wakuRight  … 右線なし   */
/* wakuBottom … 下線なし   */
/* wakuLeft   … 左線なし   */
.wakuAllLabel{
  border-style : solid ;
  border-width : 1px ;
  border-color : #696969;
}

