@charset "EUC-JP";

@import url("common.css");
@import url("left.css");
@import url("right.css");






	
h3#prosystem {
	width:170px;
	height:44px;
	text-indent:-9999px;
	background:url(/images/prosystem/prosystem.gif) top left no-repeat;
	background-position: 2px 0;
}
	
/* コラムメイン */

/* 共通 */

.topBanner {margin-bottom:10px;}


#mainLeftbody {
	width: 665px;
}




/* システム構築 */

#FlowBlock li {
	margin-bottom: 20px;
}

.prosystemFlow {
	border: #CCCCCC 1px solid;
	padding: 10px;
}

.prosystemFlow dt {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 8px;
	margin: 2px 0 12px 4px;
	border-bottom: 1px #CCCCCC dotted;
}

.prosystemFlow dd {
	margin-left: 4px;
}

.flowArrow {
	margin: 10px 0 5px 0;
	text-align: center;
}



/* 納入までの流れ */

.nline { margin-top:20px; margin-bottom:20px; }

.nflow {margin-bottom:25px; }

.n10 {color: #333333; font-size:10px; padding:10px 0px 10px 0px; }

.n12 {color: #333333; font-size:12px; padding-top:10px; }




/* 納入実績 */

#naMainLeftColumn h2 {margin-bottom:5px; font-size:181%; font-weight:bold; color:#666666;}


.sCase  {
	margin-bottom:20px;
	padding-bottom: 8px;
}

div.sCase h4{
	margin: 8px 0 5px 0;
	font-size: 141%;
	font-weight: bold;
}

.sCaseCopy {
	margin-bottom: 5px;
	color: #777777;
}

.sCasePhoto {
	margin-top: 10px;
}


.sCaseData {
	margin-top: 15px;
}


.sCaseData table {
	width:665px;
	border-collapse: collapse;
	border-spacing: 10px;
	border-top: #CCCCCC 1px dotted;
	border-bottom: #CCCCCC 1px dotted;
}

.sCaseData table th {
	padding:6px 2px 3px;
	border-bottom: #CCCCCC 1px dotted;
	width: 100px;
	white-space:nowrap;
	text-align:right;
	vertical-align: top;
	color: #777777;
	/*font-weight: bold;*/
}

.sCaseData table td {
	padding:4px 2px 2px;
	border-bottom: #CCCCCC 1px dotted;
	text-align:left;
	vertical-align: top;
}

.sCaseData table td li {
	padding-left:8px; 
	background:url(/images/common/arrowDot.gif) no-repeat 0 5px;
}





/* 取り扱いシステム */


h4.subttl {
	width: 100%;
	background: #999999;
	padding: 2px 0 2px 4px;
	color: #FFFFFF;
	margin: 20px 0 10px 0;
	font-weight: bold;
	font-size: 100%;
}

.itemList li {
	list-style: disc;
	margin-left: 20px;
}








