@charset 'utf-8';

/* 文字消し */
div.company-container h3 span{
	display:block;
	margin:0px;
	padding:0px;
	text-indent: -9999px;
	text-decoration:none;
	/* MacIEを排除 \*/
	overflow:hidden;
	/* MacIEを排除ここまで */
}

div.company-container{
	margin-bottom:25px;
	background:#fff url(../../images/contents/caption-bg01.gif) repeat-x left top;
}

div.company-container h3{
	margin-bottom:14px;
	height:38px;
}


h3#company-caption01,
h3#company-caption01 span{
	background:url(../images/caption01.gif) no-repeat left top;		
}

p#company-zeadlogo{
	margin:0em 1em 1em 0em;
	width:137px;
	float:left;
}

div.company-innnercontainer{
	width:550px;
	margin:0px 3px;
}


/* テーブル */

div.company-table{
	claer:both;
	border:1px solid #666;
	border-top:none;
	padding-top:2px;
	background:#666 url(../images/companytable-bg02.gif) repeat-x left top;	
	margin:25px 0px;
}

div.company-table table{
	width:100%;
	padding:0px;
	margin:0px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	background:#fff url(../images/companytable-bg01.gif) repeat-y left top;
}

div.company-table table th,
div.company-table table td{
	vertical-align:top;
	padding:7px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

div.company-table table th{
	text-align:center;	
	white-space:nowrap;
	padding:8px 20px;
	background:#505050 url(../images/companytable-bg03.gif) repeat-y left top;
	color:#fff;
}

div.company-table table td{
	text-align:left;
	line-height:1.4;
}

div.company-table table td ul{
	margin-left:0em;
	padding-left:1.6em;
}