@charset "utf-8";
/*______________________________________

	FINAL FANTASY XIV

	(C) SQUARE ENIX CO.,LTD. All Rights Reserved.
	http://www.finalfantasyxiv.com/
______________________________________*/

body {
	background: #FFFFFF;
	color: #000000;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 0;
}
* html body {
	font-size: 100%;
}
*:first-child + html body {
	font-size: 100%;
}

html * {
	margin: 0;
	padding: 0;
}
* html body {
	text-align: center;
}

img {
	border: none;
	vertical-align: top;
}

#content #headerArea {
	text-align: left;
	width: 100%;
}
#content #headerArea p {
	padding: 8px 10px;
}
#content #bodyArea {
	text-align: center;
	width: 960px;
	margin: auto;
	padding-bottom: 8px;
}
#content #footerArea {
	text-align: center;
	width: 960px;
	margin: auto;
	padding-bottom: 20px;
}
#content #footerArea p {
	margin-bottom: 9px;
}
#content #footerArea ul {
	list-style: none;
}
#content #footerArea ul li {
	display: inline;
}
#content #footerArea ul li img {
	vertical-align: middle;
}