
/*---------------------
	HIS 3
-----------------------*/

div.his3Parts{
	width: 500px;
	margin: 20px 0 0 0;
}


/*Spec*/

table.his3Spec {
	width: 495px;
	margin-bottom: 15px;
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
}
table.his3Spec 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.his3Spec col.col1,
table.his3Spec col.col2{
	width: 185px;
}

table.his3Spec th,
table.his3Spec td {
	padding: 3px 3px;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

table.his3Spec th {
	background-color: #f1fad9;
}

table.his3Spec th.hf,
table.his3Spec th.lf {
	color: #fff;
	font-weight: bold;
	text-align: center;
}
table.his3Spec th.hf {
	background-color: #066;
}
table.his3Spec th.lf{
	background-color: #026;
}


