@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : company.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * ■会社案内
 * file path : /company/index.html
 * body class name : body.company
 * ******************************************************************************** */

/* div#content
 * ******************************************************************************** */
/* h1 */
body.company div#content h1 {
	margin: 60px 0 40px;
}
/* table.companyIdentification
------------------------------------------------------------*/
body.company div#content table.companyIdentification {
	margin: 0 0 20px;
}
body.company div#content table.companyIdentification tr th,
body.company div#content table.companyIdentification tr td {
	padding: 10px 0;
	background: url(images/dot_line.gif) 0 100% repeat-x;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
}
/* .last */
body.company div#content table.companyIdentification tr.last th,
body.company div#content table.companyIdentification tr.last td {
	background: none;
}
body.company div#content table.companyIdentification tr th {
	width: 120px;
	padding: 12px 0;
	font-weight: bold;
	color: #10381c;
}
body.company div#content table.companyIdentification tr td p {
	padding: 2px 0 2px 10px;
	border-left: 3px solid #d2d4bf;
	color: #313131;
}
/* div.history
------------------------------------------------------------*/
body.company div#content div.history {
	margin-bottom: 15px;
	padding: 1px;
	background-color: #58764f;
}
/* h2 */
body.company div#content div.history h2 {
	margin: 3px 0 5px 12px;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
body.company div#content div.history, x:-moz-any-link {/* For Firefox */
	padding: 2px 1px 1px 2px;
}
/* table */
body.company div#content div.history table {
	width: 798px;
	line-height: 1.3;
	background-color: #FFFFFF;
	color: #313131;
}
body.company div#content div.history table, x:-moz-any-link {/* For Firefox */
	width: 797px;
}
body.company div#content div.history table tr th,
body.company div#content div.history table tr td {
	padding: 8px 6px 7px 10px;
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
}
body.company div#content div.history table tr th {
	border-right-color: #b7b7b7;
}
/* tr.evenRow */
body.company div#content div.history table tr.evenRow th,
body.company div#content div.history table tr.evenRow td {
	background-color: #f0f7e0;
}
body.company div#content div.history table tr th {
	width: 110px;
	font-weight: bold;
	color: #10381c;
}
/* p.returnPageTop
------------------------------------------------------------*/
body.company div#content p.returnPageTop {
	margin: 15px 0 40px auto;
}

