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

.bg {
	background-image: url(../images/company_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
	display: block;
}
.title {
	background-image: url(../images/company_title.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 90px;
	width: 750px;
	display: block;
}
.cm h3 {
	float: left;
	width: 98%;
	margin-top: 50px;
	font-size: 18px;
	padding-left: 2%;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #003E91;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: normal;
}
table {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
th.t_top {
    border-top: #b3b3b3 4px solid;
}
th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003E93;
}
td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}
td iframe {
	margin-top: 5px;
	float: left;
}
