@charset "utf-8";
/* Copyright (c) 2008, Microwave.,Co ltd. */

/* wysiwyg */
.wysiwyg {
	overflow:hidden;
	zoom:1;
	padding:0px;
	margin:0px;
	
	/*background:rgba(192,255,192,0.5)*/
}

.wysiwyg p{
	margin-bottom:1em;
}

.wysiwyg big {
	font-size:larger;
}

.wysiwyg small {
	font-size:smaller;
}

.wysiwyg b, .wysiwyg strong {
	font-weight:bold;
}

.wysiwyg i {
	font-style:italic;
}

.wysiwyg u {
	text-decoration:underline;
}

.wysiwyg s, .wysiwyg strike {
	text-decoration:line-through;
}

.wysiwyg ul, .wysiwyg ol {
	list-style-position:outside;
	margin-left:2em;
}

.wysiwyg ul {
	list-style-type:disc;
}

.wysiwyg ul li {
	padding:0;
	border-bottom:none;
}

.wysiwyg ol {
	list-style-type:decimal;
}

.wysiwyg blockquote {
	background:#f0f0f0;
	border-let:1px solid #666;
	padding:10px 5px;
	margin-left:5px;
}

.wysiwyg hr{
	border:none;
	border-bottom:1px dotted #aaa;
	height:1px;
}
