@charset "utf-8";

/*======================================
蒼空のフロンティア
----------------------------------------
description: element stylesheet
edit: 2010/17
lastupdate:
======================================*/

body{
	width: 100%;
	text-align: center;
	font-size:12px;
	color:#a3a3a2;
	background:#000;
}

.footer_landing {
	width:100%;
	margin:1em auto;
	clear:both;
}

.t_m_b05em {
	margin-bottom:0.5em;
}

a {
	text-decoration:none;
	overflow:hidden;
	outline:none;
}

a:link {
	color:#a3a3a2;
}
a:visited {
	color:#a3a3a2;
}
a:hover {
	color:#e6b422;
}
a:active {
	color:#a3a3a2;
}


.footerLinkButton {
	width:800px;
	height:155px;
	background: url(../img/landing/img_bottom.jpg) no-repeat;
	margin:0 auto;
}
.footerLinkButton img {
	margin-bottom:0.5em;
	border:none;
}
.footerLinkButton p {
	margin-top:-0.2em;
	font-size:10px;
	color:#ffffff;
}
.fLinkButtonLeft {
	width:266px;
	height:130px;
	text-align:center;
	margin-bottom:1em;
	padding-top:1em;
	float:left;
}
.fLinkButtonCenter {
	width:267px;
	height:130px;
	text-align:center;
	margin-bottom:1em;
	padding-top:1em;
	float:left;
}
.fLinkButtonRight {
	width:266px;
	height:130px;
	text-align:center;
	margin-bottom:1em;
	padding-top:1em;
	float:left;
}

.texRed {
	color:#e73562;
}
.texGrn {
	color:#65ab31;
}
.texBlu {
	color:#0075c2;
}
.texOra {
	color:#f39800;
}
.texPpr {
	color:#915da3;
}
.texDefo {
	color:#111;
}
.str {
	font-weight:bold;
}
