@charset "Shift-JIS";
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　simpleEditer
----------------------------------------------------------------------------------------*/
.simpleEditor li{
display:list-item;
}

.simpleEditor{
line-height: normal;
}

DIV.simpleEditor UL, DIV.simpleEditor OL {
list-style:outside;
margin-left:20px;
padding-left:10px;
}

DIV.simpleEditor UL LI {
list-style-type: disc!important;
}

DIV.simpleEditor OL LI {
list-style-type: decimal!important;
}

DIV.simpleEditor ul li ol li,DIV.simpleEditor ol li ol li {
list-style:outside;
margin-left:-20px;
padding-left:-20px;
list-style-type: decimal!important;
}

DIV.simpleEditor ol li ul li,DIV.simpleEditor ul li ul li{
list-style:outside;
margin-left:-20px;
padding-left:-20px;
list-style-type: disc!important;
}



DIV.simpleEditor strong{
font-color:FF0000;
font-weight: bold;
}

DIV.simpleEditor em{
font-style:Italic;
font-weight: normal;
}

blockquote{
margin-left:15px;
}
* html DIV.simpleEditor pre{
 white-space: normal;

}

DIV.simpleEditor table.std_table	{
border-collapse:collapse;
}

DIV.simpleEditor table.std_table th,DIV.simpleEditor table.std_table td	{
border:solid 1px #333333;
padding:3px;
}