
/* テキストスタイル（標準） */
.tinyMceNormal
{
	color            : #666;
	/*font-size        : 100%;*/
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;

}

/* テキストスタイル（標準上付） */
.tinyMceNormalTop
{
	color            : #666;
	font-size        : 70%;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	vertical-align   : top;
}

/* テキストスタイル（標準下付） */
.tinyMceNormalUnder
{
	color            : #666;
	font-size        : 70%;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	vertical-align   : under;
}

/* テキストスタイル（太字） */
.tinyMceBold
{
	color            : black;
	/*font-size        : 100%;*/
	font-weight      : bold;
	font-style       : normal;
	text-decoration  : none;
}

/* テキストスタイル（斜体） */
.tinyMceItalic
{
	color            : black;
	/*font-size        : 100%;*/
	font-weight      : normal;
	font-style       : italic;
	text-decoration  : none;
}

/* テキストスタイル（ヘッダ） */
.tinyMceHeader
{
	/*color            : black;
	font-size        : 180%;
	font-weight      : bold;
	font-style       : normal;
	text-decoration  : none;*/
  /*margin:1.5em 0 0.5em;*/
  color    : black;
  font-size: 16px;/*1.2em*/
  line-height: 20px;
  font-weight: bold;
}




/* テキストスタイル（リンクアーキテクト） */
.tinyMceLinkA
{
	/*font-size        : 100%;*/
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : underline;
}

/* テキストスタイル（リンクワーク文） */
.tinyMceLinkW
{
	/*font-size        : 100%;*/
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : underline;
}

/* テキストスタイル（記事検索） */
.tinyMceLinkT
{
	/*font-size        : 100%;*/
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : underline;
}

/* テキストスタイル（メール） */
.tinyMceMail
{
	color            : maroon;
	/*font-size        : 100%;*/
	font-weight      : normal;
	font-style       : normal;
}

/* テキストスタイル（URL） */
.tinyMceURL
{
	color            : fuchsia;
	/*font-size        : 100%;*/
	font-weight      : normal;
	font-style       : normal;
}
