@charset "UTF-8";

/************************************************************
*
*　カジノ王プロジェクト 第2弾（2015.07.08）
*
************************************************************/

body {
	color: #442e00;
}




.wrap {
	min-width: 1000px;
	background: url("/casinoproject/campaign_casinoking2/img/bg01.jpg") no-repeat 50% 0;
}
.headerArea {
	width: 1000px;
	margin: 0 auto;
}
.discriptionArea {
	width: 1000px;
	margin: 0 auto;
	padding:25px 0 15px;
}

.actorArea {
	width: 1000px;
	margin: 0 auto;
}
.actorArea ul {
	margin:0 0 100px 30px;
	overflow: hidden;
}
.actorArea li {
	float: left;
	margin: 10px 5px;
}
.actorArea li.backlog {
	width:460px;
	height:416px;
	background: url("/casinoproject/campaign_casinoking2/img/actor08.png");
	background-repeat:no-repeat;
	text-align:center;
}
.actorArea li.backlog img {
	position:relative;
	top:313px;
}

footer {
	width: 100%;
	height: 370px;
	background: url("/casinoproject/campaign_casinoking2/img/footer_bg.jpg") repeat-x 50% 0;
}
footer .footerWrap {
	position: relative;
	width: 1000px;
	height: 310px;
	margin: 0 auto;
	padding: 30px 20px;
	background: url("/casinoproject/campaign_casinoking2/img/footer_text.png") no-repeat 50% 0;
}
footer .footerRightArea {
	position: absolute;
	top: 50px;
	right: 60px;
}
footer .footerRightArea li {
	margin-bottom: 10px;
}
footer .footerLeftArea {
	position: absolute;
	bottom: 45px;
	left: 160px;
}
footer .footerLeftArea ul {
	overflow: hidden;
}
footer .footerLeftArea li {
	float: left;
	margin-right: 5px;
}
footer .naviArea {
	position: absolute;
	bottom: 45px;
	right: 60px;
}
footer .naviArea p {
	color: #fff;
	font-size: 14px;
	text-align: right;
	line-height: 1.6;
}
footer .naviArea p a {
	color: #fff;
}

















