body{
	background-color:#000;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border:none;
}
.timg{
	border:none;
    margin-top:280px;
}

#wrapper{
    position:absolute;
	height:1280px;
	width:1600px;

	background:url(../img/bg.jpg) no-repeat top center;
	overflow:hidden;
    top:50%;
    left:50%;
    margin-top:-640px;
    margin-left:-800px;
	text-align:center;
}

#header{
    position:absolute;
    top:0px;
	left:0px;
	width:100%;
	height:50px;
	background:url(../img/hbg.jpg) repeat-x;
	text-align:left;
	z-index:3;
}
#footer{
    position:absolute;
	top:50px;
/*    bottom:0px;*/
	left:0px;
	width:100%;
	height:24px;
	font-size:16px;
	text-align:center;
	padding-top:8px;
	color:#FFF;

	background-color:#131313;
/*	background:url(../img/fbg.jpg) repeat-x;*/
	z-index:3;
}

a{
	color:#000;
}

#llogo{
	width:210px;
	height:32px;
	background:url(../img/logo.png) no-repeat left top;
	float:left;

}

#af_area{
	position:absolute;
	left:300px;
	top:720px;

	width:1000px;
	text-align:center;
}

#af{
	list-style:none;
}
#af>li{
	float:left;
	margin-left:3px;
}