/*編輯器設定*/
#editor{
	color: #2b2725;
	/*min-height: 600px;*/
	/*background: url(cssimg/bg_icon.png) center center no-repeat;*/
}
#editor a{
	color: #1667B5;
}
#editor a:hover{
	text-decoration: underline;
}
#editor table{
	background: transparent;
	color: #2b2725;
	border-collapse: collapse;
	width: 100%;
}
#editor table td{
}
#editor p{
	line-height: 2;
}

#editor ul, #editor ol{
	margin: 0;
	padding: 0 0 0 20px;
} 
#editor ul li {
	list-style: disc;
}
#editor ol li {
	list-style: decimal;
}
