.htmlEditorArea { color: #666; }
.htmlEditorArea em { font-style: italic; }
.htmlEditorArea p {font-size:1.1em; margin: 10px 20px;}
.htmlEditorArea strong {font-weight: bold;}
.htmlEditorArea h1,.htmlEditorArea h2,.htmlEditorArea h3,.htmlEditorArea h4,.htmlEditorArea h5,.htmlEditorArea h6 {font-family: "Meiryo", "Lucida Sans Unicode", "Arial Unicode MS", unifont, meiryo, sans-serif; font-weight:bold;}
.htmlEditorArea h1 {font-size:2.4em; }
.htmlEditorArea h2 {font-size:1.3em; color: #333; margin: 30px 0 10px 10px;}
.htmlEditorArea h3 {font-size:1.3em; color: #333; margin: 10px 20px; font-style: italic; font-weight: normal;}
.htmlEditorArea h4 {font-size:1.6em; }
.htmlEditorArea h5 {font-size:1.3em; font-weight: normal; border-bottom: 1px dashed #CCC; padding: 6px; text-align: right; color: #333;}
.htmlEditorArea h6 {font-size:1.2em; }
.htmlEditorArea ul {list-style-type:disc; margin-left:35px; font-size: 13px;}
.htmlEditorArea ul ul {list-style-type: square; }
.htmlEditorArea ul ul ul {list-style-type: circle; }
.htmlEditorArea ol {list-style-type:decimal;margin-left:25px;}
.htmlEditorArea li { margin: 5px;}
.htmlEditorArea table { border-top: 1px solid #FFF;  border-left: 1px solid #FFF; background-color: #FFF; }
.htmlEditorArea th { font-weight:bold;}
.htmlEditorArea td { border-right: 1px solid #FFF; border-bottom: 1px solid #FFF;}
.htmlEditorArea table caption { text-align:left;}
