@charset "UTF-8";
@import url("global.css");

#container{
	width:1241px;
	background:none;
	border:none;
}
#fc_logo{
	/*margin:10px 0 -20px 20px;*/
	/*border:1px solid black;*/
	position:relative;
	top:10px;
	left:30px;
}
#container .middle{
	background:url(../images/index/middle.png) repeat-y;
	width:100%;
	height:800px;
}
#inner{
	width:90%;
	height:500px;
	margin:0 auto;
	padding:50px 0 0 0;
	/*border:1px solid black;*/
}
.box{
	margin:0px 10px;
	height:700px;
	position:relative;
	/*border:1px solid black;*/
}
a.btn {
	width:281px;
	height:32px;
	display:block;
	position:absolute;
	top:665px;
}
a.btn:hover{
	background-repeat:no-repeat;
	background-position:left bottom;
}
.left{
	background:url(../images/index/info_studio.png) no-repeat left bottom;
	text-align:left;
	float:left;
}
.left a.btn {
	left:60px;
	background-image:url(../images/index/btn1.png);
}
.right{
	background:url(../images/index/info_cg.png) no-repeat right bottom;
	text-align:right;
	float:right;
}
.right a.btn {
	right:60px;
	background-image:url(../images/index/btn2.png);
}

#banners{
	text-align:center;
}
.copyright{
	background:none;
	text-align:center;
	font-size:11px;
	color:#888;
	padding:20px 0 20px 0;
	/*border:1px solid black;*/
}

