@charset "utf-8";

table.type11 {
	border-collapse: collapse;
	border-spacing:0;
	text-align: center;
	line-height: 1.5;
	margin: 0;
}

/* table.type11 > thead > tr {height:40px;background:url(/img/title_bg.jpg) no-repeat left top;} */

table.type11 th {
	width: 155px;
	padding: 10px;
	color: #b46909;
	background-color:#f8f4e3;
	/* text-indent:-9999px; */
	border:none;
}
table.type11 td {
	/*width: 155px;*/
	padding: 7px 10px;
	vertical-align: top;
	background: #fdfaf3;
	border-bottom:1px solid #fff;
}