@charset "Shift_JIS";

/* companyCSS Document */

/*‘‘‘‘layout‘‘‘*/

div#contents_info div.company_contents h1{
	width: 612px;
	height:30px;
	margin:0px auto;
	background: url(/info/images/title_company.gif);
}
div#contents_info div.company_contents div.company{
	width: 600px;
	margin:0px auto;
	padding:5px 0px;
}
div#contents_info div.company_contents table.company{
	width: 100%;
	border-collapse:collapse;
}
div#contents_info div.company_contents table.company td{
	padding:5px;
	border: 1px solid #bbb;
}
div#contents_info div.company_contents table.company th{
	padding:5px;
	white-space: nowrap;
	border: 1px solid #bbb;
	background: #fc9;
}
div#contents_info div.company_contents table.company th.location{
	width:10%;
	background: #ffc;
}
/*‘‘‘‘font‘‘‘*/
div#contents_info div.company_contents table.company td,
div#contents_info div.company_contents table.company th{
	font-size:80%;
}