
/*---------------------
	D-view
-----------------------*/

div.inspection{
	width: 500px;
	margin: 0 0 0 0;
}
div.inspection div.l{
	width: 315px;
	float: left;
}
div.inspection div.r{
	width: 180px;
	float: left;
	padding-top: 30px
}

/*Spec*/

table.dviewSpec {
	width: 495px;
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
}
table.dviewSpec caption{
	padding: 10px 0 5px 12px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	background: url("../../img/list_point02.gif") 0 13px no-repeat;
}
table.dviewSpec col.col1{
	width: 150px;
}

table.dviewSpec th,
table.dviewSpec td {
	padding: 3px 5px;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
table.dviewSpec th {
	background-color: #f1fad9;
}

table.dviewSpec dl{
	margin: 0;
	padding: 0;
}
table.dviewSpec dl dt{
	margin: 0 0 5px 0;
	padding: 0;
}
table.dviewSpec dl dd{
	margin: 0 0 10px 20px;
	padding: 0;
}


