@charset "utf-8";

/*
 --------------------------------------------------------------------
 4Uweb／CMS WYSIWYGエディタ用スタイルシート。
フォントの色
クラス名称は、template-text-color.xml の「cssColor」と合わせてください。


 更新日：2009-05-10
 --------------------------------------------------------------------
 【編集履歴】
 ・2009-05-10 新規作成
 
 
 -------------------------------------------------------------------- */

span.text-color-red {
	color: #990000;
	font-weight: bold;
}

span.text-color-yellow {
	color: #FFFF00;
	font-weight: bold;
}

span.text-color-green {
	color: #008000;
	font-weight: bold;
}

span.text-color-blue {
	color: #000099;
	font-weight: bold;
}

span.text-color-aqua {
	color: #AFDFE4;
	font-weight: bold;
}

/**
 * 太字＋色
 */
strong.text-color-red {
	color: #990000;
	font-weight: bold;
}

strong.text-color-yellow {
	color: #FFFF00;
	font-weight: bold;
}

strong.text-color-green {
	color: #008000;
	font-weight: bold;
}

strong.text-color-blue {
	color: #000099;
	font-weight: bold;
}

strong.text-color-aqua {
	color: #AFDFE4;
	font-weight: bold;
}
 

/**
 * 整列の設定
 */
p.text-right {
	text-align: right;
}

p.text-left {
	text-align: left;
}

p.text-center {
	text-align: center;
}
