@charset "UTF-8";

/*----------------基本設定----------------*/
body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #000000;
	font-size: 12px;
	_font-size: 75%;/*IE6用*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Verdana, sans-serif;
	line-height: 1.5;
	text-align: center;
}
body#top {
	background: #000000;
	text-align: left;
	
}
img {
	border: 0;
	vertical-align: bottom;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
ul,ol,li,p {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
}

/*----------------レイアウト設定----------------*/
#container {
	overflow: hidden;
	width: 100%;
}
#containerInner {
	overflow: hidden;
	width: 970px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}
body#top #container {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	text-align: left;
}
body#tenpo #container,
body#gaiyo #container,
body#info #container {
	overflow: hidden;
	width: 660px;
	margin: 20px auto 0;
	text-align: left;
}

/* header */
#header {
	width: 970px;
	height: 205px;
}
#header #typexLogo {
	margin: 0 0 0 5px;
	
}
#header #utility {
	width: 575px;
	height: 26px;
	margin: -23px 0 11px 377px;
}
#header #utility li {
	list-style: none;
	display: inline;
	float: left;
	width: 137px;
	height: 26px;
	margin-right: 9px;
}
#header #utility li.lastChild {
	margin-right: 0;
}
#header h1#logo {
	clear: both;
	width: 285px;
	height: 114px;
	padding: 0 0 0 6px;
}
#header h1#logo a {
	display: block;
	width: 285px;
	height: 114px;
}
#header #gNav {
	width: 961px;
	height: 38px;
	margin: 2px 0 12px 4px;
}
#header #gNav li {
	list-style: none;
	display: inline;
	float: left;
	width: 226px;
	height: 38px;
	margin-right: 19px;
}
#header #gNav li#gnavGamemode {
	margin-right: 0;
}

/* content */
#content {
	overflow: hidden;
	clear: both;
	background: url(../img/bg_main.jpg) no-repeat left top;
}
body#top #content {
	width: 100%;
	background: none;
}
body#tenpo #content,
body#gaiyo #content,
body#info #content {
	width: 660px;
	background: #F0EDE1;
}
body#tenpo #contentInner,
body#info #contentInner  {
	width: 600px;
	margin: 7px;
	padding: 22px;
	border: 1px solid #CCCC99;
	background: #FFFFFF;
}
body#gaiyo #contentInner {
	overflow: hidden;
	width: 644px;
	margin: 7px;
	padding: 0;
	border: 1px solid #CCCC99;
	background: url(../../tougeki_gaiyo/img/bg_header.jpg) no-repeat left top;
}
body#gaiyo #contentInner #contentBox {
	overflow: hidden;
	width: 644px;
	background: url(../../tougeki_gaiyo/img/bg_footer.jpg) no-repeat left bottom;
}
body#gaiyo #container #content #contentBoxInner {
	overflow: hidden;
	width: 600px;
	margin: 22px auto;
}

/*footer*/
#footer {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 36px 0 0;
	padding: 0;
}
body#character #footer {
	margin: 9px 0 0;
}
body#top #footer {
	position: absolute;
	top: 873px;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	background: none;
}
body#tenpo #footer,
body#gaiyo #footer,
body#info #footer {
	width: 660px;
	margin: 8px 0 0;
	padding: 0;
}
#footer #footerInner {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#footer #footerInner #textNav {
	text-align: center;
	margin: 0 0 10px 0;
	color: #999999;
	font-size: 84%;
}
#footer #footerInner #textNav a:link {
	color: #999999;
	text-decoration:none;
}
#footer #footerInner #textNav a:visited {
	color: #999999;
	text-decoration:none;
}
#footer #footerInner #textNav a:hover {
	color: #999999;
	text-decoration:underline;
}
#footer #footerInner #textNav a:active {
	text-decoration:none;
}

#footer table.footerTable {
	width: 960px;
	margin-bottom: 12px;
	padding-top: 17px;
}
body#top #footer table.footerTable {
	width: 960px;
	margin-bottom: 12px;
	padding-top: 11px;
}
#footer .footerLogo {
	float: left;
	width:750px;
}
body#tenpo .footerLogo,
body#gaiyo .footerLogo,
body#info .footerLogo {
	width: 510px;
}
#footer .footerLogo p.logo {
	float: left;
	width: 77px;
	height: 41px;
}
#footer .footerLogo p.copyright {
	float: left;
	width: 663px;
	margin-left: 6px;
	color: #FFFFFF;
	font-size: 84%;
}
body#tenpo #footer .footerLogo p.copyright,
body#gaiyo #footer .footerLogo p.copyright,
body#info #footer .footerLogo p.copyright {
	width: 427px;
}

#footer .footerLogo p.copyright a:link {
	color: #FFCC00;
	text-decoration:none;
}
#footer .footerLogo p.copyright a:visited {
	color: #FFCC00;
	text-decoration:none;
}
#footer .footerLogo p.copyright a:hover {
	color: #FFCC00;
	text-decoration:underline;
}
#footer .footerLogo p.copyright a:active {
	text-decoration:none;
}

#footer .footerBtn {
	float: right;
	width: 200px;
}
body#tenpo #footer .footerBtn,
body#gaiyo #footer .footerBtn,
body#info #footer .footerBtn {
	width: 140px;
}
/*----------------リンク基本設定----------------*/

a:link {
	color:#0066CC;
	text-decoration:none;
}
a:visited {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#0066CC;
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}

/*----------------テキスト基本設定----------------*/
.sText {
	font-size: 10px;
	line-height: 1.4;
}

.mText {
	font-size: 12px;
	line-height: 1.5;
}

.lText {
	font-size: 14px;
	line-height: 1.6;
}
	
.llText {
	font-size: 17px;
	line-height: 1.7;
}

/*----------------モジュール----------------*/
.cttl {
	margin: 0;
	padding: 0;
}
.ttl {
	margin:0 0 0 35px;
}
.readTxt p {
	margin-bottom: 1em;
}
.head {
	margin-bottom: 1em;
	font-size: 100%;
	text-align: center;
}
.pageTop {
	clear: both;
	width: 960px;
	padding: 14px 0 0;
	text-align: right;
}
.pageTop img {
	vertical-align: top;
}
.developing {
	padding-top: 5px;
	text-align: right;
}