/* ******************************************************************************
	Style003 - TopNavigationStyle - AboutPage
		(c) 2017 CreativeStyle
****************************************************************************** */
/* ==============================================================================
	BorderLine Settings
============================================================================== */
#BorderLine {
	border-bottom:		ridge 1px #000000;
	position:		relative;
	top:			475px;
	left:			50px;
	width:			800px;
}

/* ==============================================================================
	Contents Area Settings
============================================================================== */
#BaseContents	{
	margin-top:		10px;
	position:		static;
}

/* ==============================================================================
	Support Area Settings
============================================================================== */
.SupportArea {
	margin:			80px auto 0 auto;
	width:			650px;
}
.SupportArea .QuestionArea {
	margin:			0 auto;
	padding-bottom:		30px;
	width:			600px;
	font-size:		small;
}
.SupportArea .QuestionArea p {
	margin:			0 auto 20px auto;
	font-size:		large;
	color:			#00519d;
	font-weight:		bold;
	text-align:		center;
	letter-spacing:		1px;
}
.SupportArea .QuestionArea A {
	text-decoration:	none;
	color:			#00519d;
	line-height:		120%;
	font-weight:		bold;
}
.SupportArea .AnswerArea {
	margin-top:		30px;
	width:			625px;
	font-size:		small;
}
.SupportArea .AnswerArea .Question {
	padding:		7px 0 7px 30px;
	background-image: 	url(./img/answer_icon.png);
	background-repeat: 	no-repeat;

}
.SupportArea .AnswerArea a {
	margin-bottom:		10px;
	color:			#00519d;
	font-size:		medium;
	font-weight:		bold;
}
.SupportArea .AnswerArea .Answer {
	margin-bottom:		30px;
	padding-left:		30px;
	line-height:		120%;
}
.SupportArea .OtherQuestion {
	margin:			0 auto;
	font-size:		medium;
	color:			#00519d;
	font-weight:		bold;
	text-align:		center;
}
