@charset "utf-8";
/* CSS Document */

h2#title01 {
	background-image:url(../img/index/h2_02.png);
}

div#editable table {
	margin:0 auto 1.5em;
/*	font-size:normal;*/
	width:600px;
}

div#editable table td, div#editable table th {
	padding:0.5em 1em 0.3em;
	vertical-align:top;
	line-height:1.2em;
	border:1px solid rgb(153,204,0);
}
div#editable table th {
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
	background-image:url(../../img/com/th.png);
	background-repeat:no-repeat;
	background-position:left top;
}
div#editable table td {
	background-image:url(../../img/com/td.png);
	background-repeat:no-repeat;
	background-position:left top;
}

div#editable ul {
	margin:0 1em 1.5em 3em;
	padding:0;
}
div#editable ul li {
	margin:0;
	padding:0;
}
#editable .resultBoxL {
	float: left;
	clear: left;
	width: 335px;
	padding: 0 0 0 15px;
}
#editable .resultBoxR2 {
	float: right;
	clear: right;
	width: 335px;
	padding: 0 15px 0 0;
}
#editable .resultBoxR {
	float: right;
	clear: right;
	width: 335px;
	padding: 0 15px 0 0;
}
#editable .resultBoxTop {
	background-image: url(../img/index/boxbg_top.png);
	height: 10px;
	background-repeat: no-repeat;
	clear: both;
}
#editable .resultBoxBottom {
	background-image: url(../img/index/boxbg_botom.png);
	height: 10px;
	background-repeat: no-repeat;
	clear: both;
}
#editable .resultBox {
	background-image: url(../img/index/boxbg_m.png);
	background-repeat: repeat-y;
	min-height: 113px;
	height: auto !important;
	height: 145px;
	overflow: auto;
}
#editable .resultBox .resultImg {
	float: left;
	padding: 7px;
	left: -3px;
	background-image: url(../img/index/bg_img.png);
	margin: 10px 10px 10px 15px;
}
#editable .resultBox p {
	font-size: 13px;
	padding: 10px 0;
	margin: 0 10px;
}
#editable .resultBox p img {
}

