@charset "utf-8"; 

* {margin: 0px; padding: 0px; font-size: 100%; font-weight: normal; font-style:normal;}

/***body要素*********************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; 
	font-size: 75%;
	line-height: 1.4;
	margin: 0px;
	text-align: center;
}

em{	font-style: normal; font-weight: bold; font-size: 1.2em; } 
strong{ color: #5A3D1B; font-weight:bold;}
img { border: none;}


.imgL {
	float: left;
	margin-right: 6px;
	}

.imgR {
	float: right;
}

/*ページ全体を包む要素*/

#wrap_fc {
	width: 900px;
	margin: 0px auto;
	padding:0;
}


/*メインボディ****************************/
#mainCont {
	width: 900px;
	margin: 0px;

}

/*トップへのアンカーナビ**/
p.pageTop {
	text-align: right;
	padding: 3px 10px 20px;
	clear: both;
	background:	url(../images/fotter.gif) repeat-x bottom;
	}
/*各ページの設定****************************/
h2 {
	display: none;
	}			
/*グローバルナビ****************************/

#globalNavi_fc {
	width: 900px;
	height: 95px;
	background: url(../images/top_sky.jpg) no-repeat;
	}
	
	
	#globalNavi_fc ul {
	list-style: none;
	float: right;
	width: 450px;
	margin: 35px 0px 15px 0px;
	padding: 0px;

	}
		#globalNavi_fc  ul li {
		float: left;
		width: 135px;
		height: 45px;
		}
	
			#globalNavi_fc ul li a{
			display: block;
			width: 135px;
			height: 0px!important;
			height /**/: 45px;
			background-image: url(../images/global_navi.jpg);
			padding-top: 45px;
			overflow: hidden;
			}	

			#globalNavi_fc ul li#game a { background-position: -0px 0px;}
			#globalNavi_fc ul li#story a { background-position: -135px 0px;}
			#globalNavi_fc ul li#movie a { background-position: -270px 0px;}
			#globalNavi_fc ul li#fan a { background-position: -405px 0px; cursor: default;}
	
			#globalNavi_fc ul li#game a:hover { background-position: -0px 45px;}
			#globalNavi_fc ul li#story a:hover { background-position: -135px 45px;}
			#globalNavi_fc ul li#movie a:hover { background-position: -270px 45px;}
			#globalNavi_fc ul li#fan a:hover { background-position: -405px 45px; cursor: default;}
	

			* html #globalNavi_fc img{ /* IE-expression (fix png alpha) */
				behavior: expression(
				this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
				this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
				this.style.behavior = "none"
				);
				
				}
			#globalNavi_fc img {
			float: left;
			margin-left: 30px;
			}


				 
/*フッタ****************************/

#footer_fc {

	color: #7e8b88;
	font-size: 0.9em;
	text-align: left;
	padding: 10px;
	background: url(../images/footer.gif) repeat-x top;
}

#footer_fc img {
	border: none;
	margin-right: 10px;
	float: left;
}

#footer_fc p {

}

/*VERUPフッタ****************************/

#footer_fcV {

	color: #403a49;
	font-size: 0.9em;
	text-align: left;
	margin: 6px 6px 0px;
}


