@charset "UTF-8";

/*============================================================
//
//  目次---------------------
//  ・初期設定
//
//==========================================================*/


/*============================================================
//  初期設定
//==========================================================*/


* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-size:12px;
	color:#333;
	line-height:140%;
	background:#000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(/fortune/game/img/bg.jpg) repeat;
}
a {
	/*\*/
	overflow: hidden;
	/**/
}
a img {
	border : 0;
	text-decoration: none;
}
p {line-height: 140%;}
.j10 {font-size: 10px;}
.j14 {font-size:14px;}
.j18 {font-size:18px;}
.indent {text-indent:-9999px;}
.margin {margin:8px 0 0 0;}
.test {border: 1px solid #ccc;}
.left {float: left;}
.right {float: right;}
.clr {clear: both;}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/*-----------------------------
link
------------------------------ */


/*-----------------------------
container
------------------------------ */
#page {
	width:100%;
	text-align: left;
}
.inner{
	width:900px;
	margin:0 auto;
}
.banner{
	float:left;
	margin:0 10px 0 0;
}
.box{
	width:960px;
	margin:0 auto;
}
/*-----------------------------
header
------------------------------ */
#navi{
	width:100%;
	height:85px;
	margin:0 auto;
	background: url(/fortune/game/img/flame1.jpg) repeat-x bottom;
}
	#navi h1{
		width:231px;
		height:85px;
		float:left;
		background: url(/fortune/game/img/logo.gif) no-repeat;
	}
		#navi h1 a{
			width:231px;
			height:85px;
			display:block;
			text-indent:-9999px;
		}
	#navi ul{
		list-style-type:none;
		width:620px;
		height:45px;
		padding:0 10px 0 0;
		margin:20px 0 0;
		float:right;
	}
	#navi li{
		width:100px;
		height:45px;
		float:left;
		margin:0 2px 0 0;
	}
	#navi li a{
		width:100px;
		height:45px;
		display:block;
		text-indent:-9999px;
	}
	#navi li.btn0 a {background: url(/fortune/game/img/navi.jpg) no-repeat top left;}
	#navi li.btn1 a {background: url(/fortune/game/img/navi.jpg) no-repeat -100px 0;}
	#navi li.btn2 a {background: url(/fortune/game/img/navi.jpg) no-repeat -200px 0;}
	#navi li.btn3 a {background: url(/fortune/game/img/navi.jpg) no-repeat -300px 0;}
	#navi li.btn4 a {background: url(/fortune/game/img/navi.jpg) no-repeat -400px 0;}
	#navi li.btn5 a {background: url(/fortune/game/img/navi.jpg) no-repeat -500px 0;}
	
	#navi li.btn0 {background: url(/fortune/game/img/navi.jpg) no-repeat left bottom;}
	#navi li.btn1 {background: url(/fortune/game/img/navi.jpg) no-repeat  -100px -45px;}
	#navi li.btn2 {background: url(/fortune/game/img/navi.jpg) no-repeat -200px -45px;}
	#navi li.btn3 {background: url(/fortune/game/img/navi.jpg) no-repeat -300px -45px;}
	#navi li.btn4 {background: url(/fortune/game/img/navi.jpg) no-repeat -400px -45px;}
	#navi li.btn5 {background: url(/fortune/game/img/navi.jpg) no-repeat -500px -45px;}
	
	#navi li.btn1 {background: url(/fortune/game/img/navi.jpg) no-repeat -100px 0;}
	#navi li.btn4 {background: url(/fortune/game/img/navi.jpg) no-repeat -400px 0;}
	#navi li.btn5 {background: url(/fortune/game/img/navi.jpg) no-repeat -500px 0;}
	
	#navi li.select a{
		background:none;
	}
	
	#navi li a:hover{
		background:none;
	}

#cnts{
	width:100%;
	height:518px;
	background: url(/fortune/game/img/cnts_bg.jpg) repeat-x;
}
/*-----------------------------
ft
------------------------------ */
#ft {
	text-align: left;
	margin:0 auto;
	width: 100%;
	height:60px;
	padding:10px 0 0;
	background: url(/fortune/game/img/flame2.jpg) repeat-x;
}
	#ft .dec{
		width: 600px;
		font-size:10px;
		color:#000;
		float:left;
	}
	#ft .mal{
		width: 300px;
		text-align:right;
		float:right;
		font-size:10px;
		color:#333;
	}




