@charset "utf-8";
/* 会社概要 */


#Content {
	margin-top: 40px;
}

.PageTitle {
	font-size: 20px;
	font-weight: bold;
	border-left: 8px solid;
	padding: 5px 0px 4px 16px;
	margin: 40px 0px 20px 0px;
}

.English {
	font-size: 14px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
}

.Profile {
	width: 100%;
	font-size: 15px;
	margin: 20px 0px 20px 0px;
	background-color: #FAFF8C;
	border-bottom: 1px solid #C98A65;
	border-right: 1px solid #C98A65;
}


.Profile th {
	padding: 8px 20px 8px 20px;
	text-align: left;
	font-weight: normal;
	background-color: #E1E98B;
	border-top: 1px solid #C98A65;
	border-left: 1px solid #C98A65;
}

.Profile td {
	padding: 8px 20px 8px 20px;
	text-align: left;
	border-top: 1px solid #C98A65;
	border-left: 1px solid #C98A65;
}

.Profile td  ul {
	margin-left: 20px;
	list-style-type: circle;
}


.Access {
	width: 70%;
	font-size: 15px;
	margin: 0px 0px 30px 0px;
	background-color: #FAFF8C;
	border-bottom: 1px solid #C98A65;
	border-right: 1px solid #C98A65;
}

.Access th {
	padding: 8px 10px 8px 10px;
	text-align: center;
	font-weight: normal;
	background-color: #E1E98B;
	border-top: 1px solid #C98A65;
	border-left: 1px solid #C98A65;
}

.Access td {
	padding: 8px 20px 8px 20px;
	text-align: left;
	border-top: 1px solid #C98A65;
	border-left: 1px solid #C98A65;
}

.Access td li {
	margin: 0px 0px 0px 20px;
}

.Map {
	width: 920px;
	height: 620px;
	clear: both;
	display: block;
	margin-bottom: 40px;
}

.Photo {
	float: right;
	width: 280px;
	height: 100%;
	font-size: 12px;
	line-height: 125%;
	padding-top: 82px;
}

