/* グリース */
.list_g{
	font-size: 9pt;
}
.list_g th{
	border: 1px outset #9D9A2F;
	background-color: #E7E172;
	font-weight:300;
}
.list_g td{
	border: 1px outset #CCCC00;
	background-color: #FDFBF7;	
}
.list_g td.seihin{
	background-color: #FFF0B3;	
}
.list_g td.youto{
	font-size:100%;
}

/* 熱処理油 */
.list_h{
	font-size: 9pt;
}
.list_h th{
	border: 1px outset #9D9A2F;
	background-color: #D78484;
	font-weight:300;
}
.list_h td{
	border: 1px outset #CCCC00;
	background-color: #FCF3F3;	
}
.list_h td.seihin{
	background-color: #F5C5C5;	
}
.list_h td.youto{
	font-size:100%;
}

/* 金属加工油剤 */
.list_m{
	font-size: 9pt;
}
.list_m th{
	border: 1px outset #9D9A2F;
	background-color: #94A3C7;
	font-weight:300;
}
.list_m td{
	border: 1px outset #CCCC00;
	background-color: #F2F2FD;	
}
.list_m td.seihin{
	background-color: #C4CBF7;	
}
.list_m td.youto{
	font-size:100%;
}

/* 防錆油 */
.list_r{
	font-size: 9pt;
}
.list_r th{
	border: 1px outset #9D9A2F;
	background-color: #BAB56D;
	font-weight:300;
}
.list_r td{
	border: 1px outset #CCCC00;
	background-color: #F9FCF3;	
}
.list_r td.seihin{
	background-color: #E2E09C;	
}
.list_r td.youto{
	font-size:100%;
}

/* 粘度計 */
.list_v{
	font-size: 9pt;
}
.list_v th{
	border: 1px outset #9D9A2F;
	background-color: #9D9AB4;
	font-weight:300;
}
.list_v td{
	border: 1px outset #CCCC00;
	background-color: #F8F7FD;	
}
.list_v td.seihin{
	background-color: #CFCDDE;	
}
.list_v td.youto{
	font-size:100%;
}

