@charset "utf-8";

#body.lower_pages{
	background: url(/images/lower_bg_company.jpg) no-repeat top center #eaeaea;
}

h2{
	/*border-top: 2px solid #6e9048;*/
	padding: 0 0 0 10px;
	border-left: 6px solid #6e9048;
	color: #6e9048;
	font-size: 40px;
	font-weight: normal;
	margin: 0 0 50px;
	line-height: 1em;
	position: relative;
}

h3{
	position: relative;
}

	h2 a, h3 a{
		position: absolute;
		top: -90px;
		display: block;
		width: 0;
		height: 0;
	}

.about_tbl tr th{
	background: #eeeeef;
	padding: 15px 20px;
	font-weight: normal;
	width: 200px;
	border: 2px solid #c8c9ca;
	font-size: 20px;
	text-align: left;
}

.about_tbl tr td{
	padding: 15px 20px;
	font-weight: normal;
	border: 2px solid #c8c9ca;
	font-size: 20px;
	line-height: 1.5em;
}

	.about_tbl tr td p{
		margin: 0 0 20px;
	}

	.about_tbl tr td p img{
		margin: 0 30px 0 0;
	}

	.about_tbl tr td p img:last-child{
		margin: 0;
	}

.history_tbl{
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}

.history_tbl tr td{
	border-bottom: 2px dotted #c8c9ca;
	padding: 15px 25px;
	font-size: 20px;
	line-height: 1.3em;
}

.history_tbl tr td:first-child{
	width: 140px;
}

.link_items_wrapper{
	border-bottom: 2px solid #6e9048;
	padding: 0 0 80px;
}

.company_content_wrapper{
	padding: 0 20px 80px;
	border-bottom: 2px solid #6e9048;
	margin: 0 0 80px; 
}