table.type03 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #369;
	width: 100%;
}
table.type03 th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #153d73;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	width: 25%;
}
table.type03 td {
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.type03 th.noborderright{
	border-right: 0px;
}

table.type03 td.title,
table.type03 th.title {
	background-color: #C9DCF5;
	color: #000;
	font-weight: bold;
}