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

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

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

div#editable table td, div#editable table th {
	padding:0.5em 1em 0.3em;
	vertical-align:top;
	/*font-size:0.8em;*/
	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;
}

