@import "/lib/cmn_css/component.css"; 

/* CSS Document */

#contents h1.vimage {
	background: url(/company/images/vi_company.jpg) left top no-repeat;
	display: block;
	height: 100px;
	margin-bottom: 15px;
	width: 720px;
}

#contents .blkHead {
	background: url(/company/office/images/h_index_01.gif) left top no-repeat;
	display: block;
	height: 34px;
	margin-bottom: 10px;
	width: 720px;
}

#contents h1 span,
#contents .blkHead span {
 display:block;
 text-indent:-9999px;
 overflow:hidden;
}


#contents table.groupTable {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 10px;
	width: 100%;
}

#contents table.groupTable th {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: left;
	padding: 6px 9px 1px 9px;
	vertical-align: top;
}

#contents table.groupTable td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 6px 9px 1px 9px;
	vertical-align: middle;
}

#contents table.groupTable p {
 word-break: normal !important;
}

#contents table.groupTable .w30 {
	text-align: center;
 width: 30%;
}

#contents table.groupTable th.gry {
	background: #EBEBEB;
	font-weight: bold;
}
#contents table.groupTable th.blue {	background: #CDE7F7;}
#contents table.groupTable .w15 { width: 15%;}
#contents table.groupTable .w55 { width: 55%;}
#contents table.groupTable .w85 { width: 85%;}
