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

#tbl1 {
	width:100%;
	border-top:#666 solid 1px;
	border-left:#666 solid 1px;
	margin:20px 0;
	}
#tbl1 th,#tbl1 td {
	padding:6px;
	border-bottom:#666 solid 1px;
	border-right:#666 solid 1px;
	}
#tbl1 th {
	background-color:#039;
	color:#FFF;
	font-weight:normal;
	}
#tbl1 td.td_left {
	background-color:#CCD6EB;
	width:4em;
	text-align:center;
	}
#tbl2 {
	width:100%;
	border-top:#666 solid 1px;
	border-left:#666 solid 1px;
	margin:10px 0;
	}
#tbl2 th,#tbl2 td {
	padding:3px 1px;
	border-bottom:#666 solid 1px;
	border-right:#666 solid 1px;
	}
#tbl2 th {
	background-color:#CCD6EB;
	color:#666;
	font-weight:normal;
	}
#tbl2 th.line_obli {
	background-image:url(../products/img_product5/line.png);
	background-repeat:no-repeat;
	background-position:left top;
	}
#tbl2 td {
	text-align:center;
	}
#tbl2 td.td_left {
	background-color:#CCD6EB;
	text-align:left;
	width:142px;
	}
