@charset "utf-8";
/* CSS Document */
h2#title01 {
	background-image:url(../img/price/h2_02.png);
}

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

div#editable table td, div#editable table th {
	padding:0.5em 0.8em 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 {
	text-align:right;
	width:250px;
	background-image:url(../../img/com/td.png);
	background-repeat:no-repeat;
	background-position:left top;
}

div#editable ul {
	margin:0 0 1.5em 2em;
	padding:0;
}
div#editable ul li {
	margin:0;
	padding:0;
}


