
/* ----- base style ----- */

.main_header {
	margin: 0 20px;
}


/* h1 {
	margin-left: 10px;
	padding: 2px 9px;
	font-weight:bold;
	border-left:5px solid #8e9eb1;
	font-size:16px;
}

.date {
	margin-top: 14px;
	padding-top: 5px;
	text-align: right;
	border-top: 1px solid #c2c2c2;
	font-size: 10px;
	font-weight: bold;
}
*/

.main_contents {
	margin: 15px 30px 0;
}
h2,h3,h4 {
	font-size: 12px;
}


h2 {
	margin: 30px 0 0;
	font-weight:bold;
}
h3 {
	margin: 10px 0 0;
	font-weight:bold;
}



/* table */
table {
	margin: 20px 20px 0 20px;
	padding: 0;
	border-collapse: collapse;
}
table,
table tr,
table th,
table td {
	border: #333333 solid 1px;
	background: none;
	font-size:12px;
	vertical-align: top;
}
table th {
	text-align: center;
}
/* /table */


/* compliant-model */
table.compliant-model {
	margin: 20px 0 0;
}

table.compliant-model th,
table.compliant-model td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

table.compliant-model th {
	background: #eeeeee;
}

table.compliant-model .no-wrap {
	white-space: nowrap;
}

table.compliant-model td.model-number {
	background: #ffff99;
	font-weight: bold;
}

table.compliant-model td.note {
	text-align: left;
}
table.compliant-model td a {
	font-size: 12px;
}
/* /compliant-model */


p.closing-comment{
	margin:20px 10px 0 0;
	text-align:right;
}
