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

#contents {
	float: right;
	width: 695px;
	margin: 0 0 40px 0;
}
#contents p {
	line-height: 1.8em;
}
#contents h1 {
	font-weight: normal;
	font-size: 187.5%;
	background: #dce6f0;
	padding: 5px 5px 5px 15px;
	border-left: 5px solid #22558c;
}
#contents h2 {
	background: url(../images/ornament.png) no-repeat left center;
	border-bottom: 1px solid #b5b5b5;
	color: #22558c;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top: 2px;
	padding-bottom: 0;
	padding-left: 16px;
}
#contents #features dl {
	list-style: disc;
	margin-bottom: 20px;
}
#contents #features dl dt {
	font-weight: bold;
	margin-bottom: 5px;

}
#contents ul{
	padding-left: 20px;
	line-height: 1.8em;
}

#contents ol{
	padding-left: 26px;
	line-height: 1.8em;
}
#contents ul li {
	list-style: disc;
}
#contents ol li {
	list-style-type: decimal;
	
}

#contents dl dt .service_list {
	background: #22558c;
	color: #FFF;
	padding: 1px 7px;
	margin-right: 5px;
	border-radius: 4px;
}
#contents .space {
	margin-bottom: 12px;
}
#contents #flow_iso {
	margin-bottom: 20px;
	margin-top: 10px;
}

#contents .flow_iso {
	font-weight: bold;
	color: #22558C;
	font-size: 93.75%;
}

#contents .qmsTable {
	width: 695px;
	margin-bottom: 20px;
}
#contents .qmsTable tr th {
	border: 1px solid #cccccc;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	white-space: nowrap;
	background: #eeeeee;
	font-size: 93.75%;
}
#contents .qmsTable tr td {
	border: 1px solid #CCC;
	padding: 8px;
	text-align: center;
}
#contents .qmsTable .qmsActivity {
	white-space: nowrap;
}

#contents .qmsTable .qmsContents {
	text-align: left;
}
#contents .qmsTable .tpmContents {
	text-align: left;
	width: 380px;
}

#contents .qmsTable .tpmContents .at{
	color: #C00; 
}
#contents .slist{
	margin-bottom: 8px;
	padding-left: 0px;
}
#contents .slist li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  text-indent:-1em;
  padding-left: 1em;
}

#contents .qmsTable .qmsStep {
	background: #fff799;
}
#contents .at {
	color: #C00;
}
#contents .mk {
	border-bottom: 1px dotted #22558c;
}

#contents #qmsNotes dl dt,
#contents #tsNotes dl dt{
	background: #eeeeee;
	display: inline;
	font-weight: normal;
	padding: 2px 12px;
}
#contents #tsNotes dd {
	margin-top: 3px;
}
#contents #tsNotes dl {
	margin-top: 12px;
}

