/* 에디터 및 컨텐트 출력 스타일 */

#article_content {
  margin: 0;
  width:660px;
  padding: 5px;
  font-size: 10pt;
  text-align: justify;
  line-height: 150%;
}
	#article_content ul { list-style: none; }
	#article_content ul li {
		background: url(images/edit_li.gif) no-repeat left center;
		padding-left: 12px;
	}
		#article_content ul li ul li {
			list-style-image: url(images/edit_lili.gif) no-repeat left center;
			padding-left: 12px;
		}

	#article_content table tr td {
		font-size: 10pt;
	}

	#article_content a {
		color: #2D3C48;
	}
		#article_content a:hover {
			color: #AA1F13;
		}

	#article_content img {
		border: none;
		margin: 0;
	}
