/* ******************************************************************************
	Style003 - TopNavigationStyle - AboutPage
		(c) 2017 CreativeStyle
****************************************************************************** */
/* ==============================================================================
	BorderLine Settings
============================================================================== */
#BorderLine {
	border-bottom:		ridge 1px #000000;
	position:		relative;
	top:			560px;
	left:			75px;
	width:			750px;
}

/* ==============================================================================
	Contents Area Settings
============================================================================== */
#BaseContents	{
	margin-top:		10px;
	position:		static;
}

/* ==============================================================================
	Greet Area Settings
============================================================================== */
.GreetArea {
	margin:			80px auto 100px auto;
	width:			760px;
    /*letter-spacing:		1px;*/
	line-height:		1.7em;
}
.GreetArea .title {
	margin-bottom:		15px;
	padding-bottom:		15px;
	color:			#00519d;
	text-align:		center;
	border-bottom:		1px solid #00519d;
	font-weight:		bold;
	line-height:		5px;
}
.GreetArea .President {
	float:			right;
	margin-top:		10px;
}

/* ==============================================================================
	About Area Settings
============================================================================== */
.AboutArea {
	margin:			100px auto 0 auto;
	width:			600px;

}
.AboutArea p {
	color:			#00519d;
	text-align:		center;
	font-weight:		bold;
	line-height:		5px;
	letter-spacing:		1px;
	line-height:		120%;
}

/* ==============================================================================
	About Area Table Settings
============================================================================== */
.AboutArea table {
	margin-top:		10px;
	margin-bottom:		15px;
	width:			600px;
	border-collapse:	collapse;
	border-top:		1px solid #00519d;
}
.AboutArea table th {
	padding-top:		15px;
	padding-bottom:		15px;
	padding-left:		1em;
	text-align:		left;
	width:			90px;
	border-right:		1px groove #000000;
}
.AboutArea table td {
	text-align:		left;
	padding-top:		15px;
	padding-bottom:		15px;
	padding-left:		1em;
	width:			510px;
	border-color:		#ef6c00;
}

/* ==============================================================================
	GoogleMap Style Settings
============================================================================== */
.MapArea {
	margin:			60px auto 0 auto;
	width:			480px;
}
.MapArea .map_company {
	border:			0;
	margin:			10px 0 0 0;
	overflow:		hidden;
	width:			480px;
	height:			350px;
}
