@charset "utf-8";

table.layout_company {
	float:left;
	margin:40px 0px 0px 20px;
	border-collapse:separate;
	border-spacing:5px;
}
	table.layout_company td {
		padding:0px 5px;
		line-height:130%;
		vertical-align:top;
	}
	table.layout_company td.company_item {
		font-weight:bold;
		border-right:3px #508591 solid;
	}
div#companyArea {
	clear:both;
	width:760px;
	margin:20px auto 0px auto;
}
div#companyArea p {
	margin:20px 0px 0px 0px;
}
div#companyArea img.company_president {
	float:left;
	margin:0px 15px 70px 0px;
}

.english {
	color:#5b98a6;
	font-size:80%;
	font-weight:normal;
}

div#contents p.contact {
	margin:110px 0px 0px 160px;
	padding-top:20px;
}

div#contents p.timeout {
	margin:0px 0px 0px 160px;
	padding-top:110px;
}

table.layout_inquiry {
	margin:20px 0px 0px 150px;
	border-collapse:separate;
	border-spacing:10px;
}
	table.layout_inquiry td {
		padding:0px 5px;
		line-height:130%;
		vertical-align:top;
	}
	table.layout_inquiry td.inquiry_item {
		font-weight:bold;
		border-right:3px #508591 solid;
	}
	
