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


/*------------------------------------------------------------------
Common
-------------------------------------------------------------------*/
.company #wrapper {
	background-image: url(../images/shared/inside_body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.tbl_company {
	width: auto;
}
.tbl_company  th {
	width: 100px;
	font-weight: bold;
	line-height: 1.6em;
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.tbl_company  td {
	width: 440px;
	line-height: 1.6em;
	vertical-align: top;
	background-image: url(../images/shared/icon_dot.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}


.tbl_company  td table  th {
	width: auto;
	line-height: 1.6em;
	vertical-align: top;
	padding: 0px;
	font-weight: normal;
}

.tbl_company  td table  td {
	width: auto;
	line-height: 1.6em;
	vertical-align: top;
	padding: 0px;
	background-image: none;
}



.tbl_entry {
	width: auto;
	background-color: #FFF;
}
.company .frame {
	background-image: url(../images/shared/frame_01.jpg);
	background-repeat: repeat-y;
	width: auto;
	padding: 20px 30px;
}

.tbl_entry  th {
	width: 90px;
	font-weight: bold;
	line-height: 1.6em;
	vertical-align: top;
	background-image: url(../images/shared/border2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 8px 15px;
	background-color: #EDF7FF;
	color: #112653;
}

.tbl_entry  td {
	width: 390px;
	line-height: 1.6em;
	vertical-align: top;
	background-image: url(../images/shared/border2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 8px 15px;
	border-left: 1px solid #CCC;
}




