@charset "utf-8";
/* CSS Document */

#bodyArea {
}
#aboutArea {
	margin: 0px auto;
	width: 1000px;
	margin-top: 20px;
}
#aboutArea .aboutAreaMessage .topMessageLead {
	padding-top: 30px;
	text-align: center;
}
#aboutArea .aboutAreaMessage .topMessageLead p {
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color: #393939;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}
#aboutArea .aboutAreaMessage .topMessageLead p:before {
	content: '';
	position: absolute;
	bottom: -50px;
	display: inline-block;
	width: 100px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #655341;
}
#aboutArea .aboutAreaMessage .topMessageText {
	padding-top: 80px;
	width: 850px;
	margin: 0 auto;
}
#aboutArea .aboutAreaMessage .topMessageText p {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-align: left;
	line-height: 140%;
	color: #393939;
}
#aboutArea .aboutAreaMessage .author {
	padding-top: 40px;
	margin: 0 auto;
	width: 850px;
}
#aboutArea .aboutAreaMessage .author p {
	font-size: 1em;
	line-height: 180%;
	letter-spacing: 0.1em;
	text-align: right;
	color: #393939;
}
#aboutAreaLinkArea {
	width: 900px;
	margin: 0 auto;
}
#aboutAreaLinkArea ul {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	width: 100%;
}
#aboutAreaLinkArea li {
	display: table-cell;
}
