/* ----- 全体 ----- */

body				{ margin: 0px;	background-color: #E8E8E8; }

/* ----- 画像（先読） ----- */

p.preload			{ display: none; }

/* ----- 文字 ----- */

.TextSmall2			{ font-size: 10px;	color: #000000; }

.TextSmall			{ font-size: 12px;	color: #000000; }
.TextSmall_Red		{ font-size: 12px;	color: #CC0000; }
.TextSmall_Blue		{ font-size: 12px;	color: #0000CC; }
.TextSmall_White	{ font-size: 12px;	color: #FFFFFF; }
.TextSmallB			{ font-size: 12px;	color: #000000;	font-weight: bold; }

.TextBase			{ font-size: 14px;	color: #000000; }
.TextBase_White		{ font-size: 14px;	color: #ffffff; }
.TextBaseB			{ font-size: 16px;	color: #000000;	font-weight: bold; }
.TextBaseB_Red		{ font-size: 16px;	color: #CC0000;	font-weight: bold; }
.TextBaseB_Yellow	{ font-size: 16px;	color: #FFFF00;	font-weight: bold; }

.TextBig			{
	font-size: 16px;
	color: #000;
	line-height: 18px;
}
.TextBigB			{ font-size: 20px;	color: #000000;	font-weight: bold;	line-height: 26px; }
.TextBigB_Red		{ font-size: 20px;	color: #CC0000;	font-weight: bold;	line-height: 26px; }
