@charset "Shift_JIS";

/*--------------------------------------------------------------------
company.html	(会社案内)
company.css
--------------------------------------------------------------------*/


/*------------Side03のスタイル---------------------------------------------------------------*/
div#Side div#Side03 { display: none; }

/*------------Titleのスタイル---------------------------------------------------------------*/
div#Title h2 { background-image: url(../../img/company/title.png); }


/*------------Companyのスタイル---------------------------------------------------------------*/
div#Company {
	margin-top: 30px;
	line-height: 1.6;
	font-size: 129%;
}
div#Company h3 { background-image: url(../../img/new_company/title.gif); }
div#Company h4 {
	margin-bottom: 20px;
	padding: 0.4em 0.5em;
	background: #5ec400;
	border: 1px solid #aaaaaa;
}
div#Company h4 span {
	display: block;
	padding: 0.1em 0.5em;
	border-left: 5px solid #fff;
	line-height: 1.2;
	font-size: 105%;
	font-weight: bold;
	color: #fff;
}
div#Company table {
	width: 100%;
	border-collapse: collapse;
}
div#Company table tr th {
	width: 18%;
	padding: 10px 15px;
	background: #eff9e6;
	border: 1px solid #aaaaaa;
	text-align: left;
	vertical-align: top;
}
div#Company table tr th span { color: #eff9e6; }
div#Company table tr td {
	width: auto;
	padding: 10px 15px;
	border: 1px solid #aaaaaa;
	text-align: left;
	vertical-align: top;
}
div#Company table tr td table { width: auto; }
div#Company table tr td table tr th,
div#Company table tr td table tr td {
	width: auto;
	padding: 0;
	background: #fff;
	border: 0 none;
}
div#Company table tr td table tr th { padding-right: 20px; }
div#Company #Profile {
	width: 960px;
	margin: 30px auto 0;
}
div#Company #History {
	width: 960px;
	margin: 60px auto 0;
}