﻿

/*
 --------------------------------------------------------------------
 4Uweb／CMS WYSIWYGエディタ用スタイルシート。
フォントの色
クラス名称は、template-text-color.xml の「cssColor」と合わせてください。


 更新日：2009-05-10
 --------------------------------------------------------------------
 【編集履歴】
 ・2009-05-10 新規作成
 
 
 -------------------------------------------------------------------- */

span.text-color-red {
    color: #A70100;
    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: #0B4099;
    font-weight: bold;
}

/* span.text-color-aqua {
	color: #AFDFE4;
	font-weight: bold;
} */

/**
 * 太字＋色
 */
strong.text-color-red {
    color: #A70100;
	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: #0B4099;
	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;
}
/* ==============================
03-19追加スタイル
============================== */
/* Floatのクリア */
hr.ClearFloat {
    display: block;
    clear: both;
    border: none;
}
/*wysiwyg内画像*/
.img-center {
	margin-left: auto;
	margin-right: auto;
}
.img-left {
	float: left;
	text-align: center;
}
.img-right {
	float: right;
	text-align: center;
}
/*wysiwyg-wp FloatClear*/
.wysiwyg_wp {
    clear: both;
    overflow: hidden;
}
/* dldtdd */
dt {
    margin-left: 20px;
}
dd {
    margin-left: 40px;
}
/* table */
table {
    border-collapse: collapse;
    margin: 0.76em 5px 0.76em 10px;
}
table[align="center"] {
    margin-left: auto;
    margin-right: auto;
}
