/*--         背景色        --*/
/*   バックグランドカラー    */
/*   インライン位置          */
body
{
	/*background-color:#DADADA;*/
}
.BGTitle1C
{
	background-color : #FFFFFF;
	text-align : center;
}
.BGTitle2R
{
	background-image : url(../img/title2.gif);
	text-align : right;
}
.BGTitle3C
{
	background-color : #8080FF;
	text-align : center;
}
.BGHelpC
{
	background-color : #F3FBFB;
	text-align : center;
}
.BGHelpL
{
	background-color : #ECFAFB;
	text-align : left;
}
.BGInfoL
{
	background-image : url(../img/info.png);
	text-align : left;
}
.BGButton1C
{
	background-image : url(../img/button.gif);
	text-align : center;
}
.BGTransL
{
	background-color : transparent;
	text-align : left;
}

/*--      項目枠線         --*/
/* wakuAll    … 全て線有り */
/* wakuTop    … 上線なし   */
/* wakuRight  … 右線なし   */
/* wakuBottom … 下線なし   */
/* wakuLeft   … 左線なし   */
.wakuAllXXX{
  border-style : solid ;
  border-width : 1px ;
  border-color : #000000;
}
.wakuTopXXX{
  border-style : none solid solid solid ;
  border-width : 1px ;
  border-color : #000000;
}
.wakuRightXXX{
  border-style : solid none solid solid ;
  border-width : 1px ;
  border-color : #000000;
}
.wakuBottomXXX{
  border-style : solid solid none solid ;
  border-width : 1px ;
  border-color : #000000;
}
.wakuLeftXXX{
  border-style : solid solid solid none ;
  border-width : 1px ;
  border-color : #000000;
}
.wakuNone
{
	border : none ;
}

.wakuAllHelp{
  border-style : solid ;
  border-width : 1px ;
  border-color : #AFDEEF;
}
.wakuAllButton1{
  border-style : solid ;
  border-width : 1px ;
  border-color : #AFDEEF;
}


/*-- フォント          --*/
/*-- 1～2文字目:FS固定 --*/
/*-- 3～4文字目:サイズ --*/
/*-- 5文字目:色        --*/
/*-- 6文字目:太字      --*/

.FS09__{
  font-size : 9px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #000000;
}
.FS10__{
  font-size : 10px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #000000;
}
.FS11__{
  font-size : 11px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #000000;
}
.FS12__{
  font-size : 12px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #000000;
}
.FS12_B{
  font-size : 12px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #000000;
  font-weight : bold;
}
.FS12R_{
  font-size : 12px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #FF0000;
}
.FS12WB{
  font-size : 12px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #FFFFFF;
  font-weight : bold;
}
.FS13WB{
  font-size : 13px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #FFFFFF;
  font-weight : bold;
}
.FS14__{
  font-size : 14px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #000000;
}
.FS14_B{
  font-size : 14px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #000000;
  font-weight : bold;
}
.FS14R_{
  font-size : 14px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #FF0000;
}
.FS14RB{
  font-size : 14px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #FF0000;
  font-weight : bold;
}
.FS14B_{
  font-size : 14px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #0000FF;
}
.FS14W_{
  font-size : 14px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #FFFFFF;
}
.FS16BB{
  font-size : 16px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #0000FF;
  font-weight : bold;
}
.FS16WB{
  font-size : 16px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #FFFFFF;
  font-weight : bold;
}
.FS18__{
  font-size : 18px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #000000;
}
.FS18_B{
  font-size : 18px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #000000;
  font-weight : bold;
}
.FS18WB{
  font-size : 18px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #FFFFFF;
  font-weight : bold;
}
.FS24BB{
  font-size : 24px;
  font-family : 'MS PGothic', Arial, SimHei;
  color : #0000FF;
  font-weight : bold;
}


/*-- その他 --*/
.Wrap
{
	word-break: break-all;
}

