@charset "euc-jp";
/* ---------------------------------------------------------
　　テキスト設定
--------------------------------------------------------- */
/*h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
}*/
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.text10 {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}
.text10Black {
	font-size: 10px;
	line-height: 12px;
	color: #333333;
}
.text10White {
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
}
.text10Gray {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
.text10Brown {
	font-size: 10px;
	line-height: 12px;
	color: #990000;
	font-weight: normal;
}
.text12 {
	font-size: 12px;
	line-height: 16px;
}
.text12White {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.text14BBlue {
	font-size: 14px;
	color: #2477D1;
	font-weight: bold;
}
.textBrown {
	color: #990000;
}
.textBBrown {
	color: #990000;
	font-weight: bold;
}
.textGray {
	color: #999999;
}
.textRed {
	color: #FF0000;
}
.textBlue {
	color: #2477D1;
}
.textWhite {
	color: #FFFFFF;
}
.textBRed {
	color: #FF0000;
	font-weight: bold;
	line-height: 16px;
}
.textGreen {
	color: #1E822D;
}