﻿@charset "UTF-8";
h3 {
	padding-bottom: 10px;
}
h5 {
	color: #fff !important;
}

p.page_top {
	clear: both;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 40px;
}

p.end {
	padding-bottom: 0 !important;
}

/* spec_list */
ul.spec_list{
	padding-left: 2em;
}
ul.spec_list li {
	list-style: outside disc;
	font-style: italic;
}

/* --------------------------------------------------
table
-----------------------------------------------------*/
/* table.colum1Table colum2Table */
table tr.wkeep th {
	font-size: 0;
	line-height: 0;
	padding: 0;
	border: none;
}
table{
	clear:both;
	empty-cells:show;
	border:#d6d6d6 1px solid;
	border-collapse:collapse;
	border-spacing:0;
}
table.colum1Table{
	width:550px;
	padding-top:15px;
}
table.colum1Table caption {
	text-align:left;
	color:#b3d333;
	padding:7px 0;
	margin:0 0 0 15px;
}
table.colum1Table caption{
	width:550px;
}
table.colum1Table tr{
	vertical-align:middle;
}
table.colum1Table th,
table.colum1Table td {
	padding:3px 5px;
	border:#d6d6d6 1px solid;
	font-size: 85%;
}
table.colum1Table th {
	color:#fff;
	font-weight:bold;
	background:#b3d333;
}
table.colum1Table td {
	background:#fff;
}
table.colum1Table td.Hcell {
	background:#f0f0f0;
	text-align:left;
}

/* software system requirements */
/* softColum */
div.softColum{
	width:550px;
	margin:0 0 10px;
	padding:15px 0 20px;
	background:#666;
}

div.softColum h3{
	font-size:129%;
	color:#a6cf26;
	margin:0 20px 20px;
}

div.softColum h4{
	color:#fff;
	padding-bottom:5px;
	margin:0 20px 10px;
	border-bottom:1px dotted #cfcfcf;
}

div.softColum div.sectionNML{
	margin:0 20px;
}

div.softColum h5{
	margin-bottom:10px;
}

div.softColum p,
div.softColum h5,
div.softColum dl dt,
div.softColum dl dd{
	color:#cfcfcf;
}


/* dl.Require */
dl.Require{

}

dl.Require dt,
dl.Require dd{
	color:#cfcfcf;
}

dl.Require dd{
	margin-left:6em;
	margin-top:-1.3em;
	margin-bottom:0.3em;
}




