@charset "utf-8";

/*
 --------------------------------------------------------------------
 4Uweb／CMS WYSIWYGエディタ用スタイルシート。
フォントの色
クラス名称は、template-text-color.xml の「cssColor」と合わせてください。


 更新日：2009-05-10
 --------------------------------------------------------------------
 【編集履歴】
 ・2009-05-10 新規作成
 
 
 -------------------------------------------------------------------- */


strong.text-color-red {
	color: #990000;
	font-weight: bold;
}
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;
}
strong.text-color-green {
	color: #008000;
	font-weight: bold;
}
strong.text-color-blue {
	color: #000099;
	font-weight: bold;
}
span.text-color-blue {
	color: #000099;
	font-weight: bold;
}
span.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;
}

/* 文章中の画像リンクアイコン　　なし */
.img-only a.innerLink,
.img-left a.innerLink,
.img-center a.innerLink,
.img-right a.innerLink,
.img-only a.externalLink,
.img-left a.externalLink,
.img-center a.externalLink,
.img-right a.externalLink,
.img-left a.resourceLink,
.img-center a.resourceLink,
.img-right a.resourceLink {
	background: none;
	padding: 0;
}

/* 画像パーツ
============================== */
/*wysiwyg　パーツ共通*/

.img-center {
	margin: 0.5em auto 0;
	padding: 0 0 0.1em 0;
	text-align: center;
	display: table;
	width: 60px;
}
.img-left {
	float: left;
	margin: 0.5em 10px 0 10px;
	padding: 0 0 0.1em 0;
	text-align: center;
	display: table;
	width: 60px;
}
.img-right {
	float: right;
	margin: 0.5em 0 0 0;
	padding: 0 10px 0.1em 0.1em;
	text-align: center;
	display: table;
	width: 60px;
}
.img-only {
	margin: 0.5em 10px 0 10px;
	padding: 0 0 0.1em 0;
	text-align: center;
	display: table;
	width: 60px;
}
.img-only img {
	margin: 0 0 5px 0;
	padding: 0;
} 
.img-right img {
	margin: 0 0 5px 0;
	padding: 0;
}
.img-left img {
	margin: 0 0 5px 0;
	padding: 0;
}