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

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

div#editable table {
	margin:0 0 1.5em;
	font-size:16px;
/*	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;
}

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

div#editable .w30per {
	width:30%;
}


p#linkConsult {
	width:500px !important;
	height:450px;
	margin:0 auto !important;
	padding:0;
	overflow:hidden;
	background-image:url(../img/index/pdca.png);
	background-repeat:no-repeat;
	background-position:center top;
}

p#linkConsult a {
	display:block;
	width:160px;
	height:16px;
	margin:32px 0 0 20px;
	padding:0;
	overflow:hidden;
	text-indent:-9999px;
}



