@charset "utf-8";

/*--------------------------------------
	Style Name : Company Style Sheet

	Hypertext
	content
		main-content
		sub-content
--------------------------------------*/


/*	div.company
--------------------------------------*/

#main-content div.company {
	margin-bottom: 2em;
}

#main-content div.company dl,
#main-content div.company dd,
#main-content ul {
	margin: 0;
}

table#corporateProfile {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

table#corporateProfile th {
	vertical-align: top;
	width: 28%;
	border-left: 3px solid #13294B;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	background-color: #fafafa;
	background-image: url(../../../common/img/table_bg.gif);
}

table#corporateProfile td {
	border: 1px solid #ccc;
}

table#corporateProfile td ul {
	list-style-type: none;
	margin-left: 0;
}

#main-content div.access {
	margin-bottom: 0.5em;
	padding-bottom: 1px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

#main-content div.access h3 {
	margin: 0;
	padding-left: 5px;
	border-left: 2px solid #071936;
	font-size: 16px;
}

