﻿@charset "utf-8";
/* CSS Document */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

* {
	margin:0px;
	padding:0px;
}

img {
	border: none;
}

a:focus {
	outline: none;
}

body {
	background-color:#020202;
}

h1 {
	height:0px;
	display:block;
	font-size:0px;
	line-height:0px;
	text-indent:-9999em;
}

/* Header用のFlashMenu */
.HeaderFlashMenu {
	position:relative;
	width:1010px;
	height:251px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	z-index:100;
}

/* Footer位置の調整用BOX */
/* Footer画像の位置がずれる場合、Center下部のpaddingの数値で調整する */
div#CenterSpacer {
	padding-top:10px;
}

#bgImage01 {
	background-image:url(http://image.gameyarou.jp/tekki/2009/bg_image/01.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#020202;
}

#bgImage02 {
	background-image:url(http://image.gameyarou.jp/tekki/2009/bg_image/02.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#020202;
}

#bgImage03 {
	background-image:url(http://image.gameyarou.jp/tekki/2009/bg_image/03.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#020202;
}

#bgImage04 {
	background-image:url(http://image.gameyarou.jp/tekki/2009/bg_image/04.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#020202;
}

#bgImage05 {
	background-image:url(http://image.gameyarou.jp/tekki/2009/bg_image/05.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#020202;
}

#bgImage06 {
	background-image:url(http://image.gameyarou.jp/tekki/2009/bg_image/06.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#020202;
}

#bgImage07 {
	background-image:url(http://image.gameyarou.jp/tekki/2009/bg_image/07.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#020202;
}

#bgImage08 {
	background-image:url(http://image.gameyarou.jp/tekki/2009/bg_image/08.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#020202;
}

#bgImage09 {
	background-image:url(http://image.gameyarou.jp/tekki/2009/bg_image/09.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#020202;
}

#bgImage10 {
	background-image:url(http://image.gameyarou.jp/tekki/2009/bg_image/10.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#020202;
}

#footer {
	width:100%;
	height:44px;
	margin:15px 0px 15px 0px;
	background-color:#0d0c11;
	font-size:12px;
	font-family:'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
	line-height:14px;
}

.bd_1_r		{ border:1px solid red;}
.oh			{ overflow:hidden;}
.clear		{clear:both; margin:0; padding:0}
.fl			{float:left;}
.fr			{float:right;}
.tl			{text-align:left}
.tc			{text-align:center}
.tr			{text-align:right}

/* iePngFix */
.iePngFix	{ behavior:url(http://image.gameyarou.jp/Tekki/2009/common/iepngfix.htc);	}