@charset "utf-8";

/*-----------------------------------------------------------
 Title & Background
-----------------------------------------------------------*/

/*---------- Category Setting ----------*/

/* Hedding Lv.2 */
.traceability h2 { background: transparent url("/traceability/images/categoryTitle.gif") no-repeat; }



/*-----------------------------------------------------------
 Contents
-----------------------------------------------------------*/


/* table */
.traceability table {
	width: 100%;
	margin: 0 0 20px;
	border: 1px solid #ddd;
	border-collapse: collapse;
	}
	.traceability table th ,
	.traceability table td {
		padding: 3px 8px;
		font-weight: normal;
		text-align: left;
		border: 1px solid #ddd;
		}
		.traceability table th {
			width: 21em;
			}
			/* IE6 */ * html .traceability table th { width: 10.6em; }
			/* IE7 */ *:first-child+html  .traceability table th { width: 10.6em; }
			
