.mceContentBody{
	width: 780px;
	padding: 20px 70px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-family: sans-serif;
}

.mceContentBody a{
	color: #fff;
}


#main h2{
	clear: both;
	margin: 0 -20px;
	padding: 0 0 0 25px;
	background: url(common/icon01.png) no-repeat left 0.35em;
	font-size: 110%;
	font-weight: normal;
}

#main hr {
	clear: both;
	background-color: #CCCD96;
	border: 0;
	height: 1px;
	margin: 20px -20px;
}

#main ul,
#main ol{
	margin: 5px 0 20px 2em;
}

#main ul li{
	list-style: disc;
}

#main ol li{
	list-style: decimal;
}

#main p{
	margin-bottom: 2em;
}

#main ul.icon{
	margin: 0;
}

#main ul.icon li{
	list-style: none;
	/*margin: 0 0 10px -24px;*/
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	background: url(common/icon01.png) no-repeat left 0.25em;
}
/* =Alignment
-------------------------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin: 0 24px 24px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 24px 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 24px;
	text-align: center;
}


/* =Tables
-------------------------------------------------------------- */

table {
	/*border-bottom: 1px solid #ededed;*/
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 24px;
	width: 100%;
}
tr th {
	font-weight: bold;
	text-align: left;
	/*text-transform: uppercase;*/
}
td {
	/*padding: 6px 10px 6px 0;*/
	text-align: left;
}


/* =Images
-------------------------------------------------------------- */

img,
.editor-attachment {
	border: 0;
	border-radius: 3px;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
	/*max-width: 100%;*/
}
img.size-full {
	width: auto/9; /* Prevent stretching of full-size images in IE8 */
}
img[class*="wp-image-"] {
	height: auto;
	/*max-width: 100%;*/
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.mceWPnextpage {
	border-radius: 0;
	box-shadow: none;
}
img.wp-smiley {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	background: transparent;
	border: none;
	/*margin: 0;*/
	padding: 4px;
	text-align: center;
}
.wp-caption-dt {
	margin: 0;
}
#main .wp-caption .wp-caption-text,
.wp-caption-dd {
	font-size: 80%;
	margin: 0 0 12px;
}