@charset "UTF-8";

body{
	position: relative;
	z-index: 1;
	height: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: contain;
	font-size: 18px;
	line-height: 1.4;
	overflow-x: hidden;
	/*IE 7,8 Hack*/
	background-repeat/**/: repeat;

}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.topBar{
	z-index: 5;
	width: 100%;
	height: 40px;
	position: fixed;
	left: 0;
	top: 0;
	text-align: right;
	line-height: 40px;
	background: #402000;
}
.topBarBody{
	position: relative;
	width: 900px;
	height: 30px;
	margin: 0 auto;
	color: #fff;
}
.ninja_onebutton{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 6;
	width: 600px;
	height: 30px;
}
.wrap{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	width: 900px;
	min-height: 1000px;
	background: url(../img/wrapBg.png) repeat-y;
}


/* ヘッダーここから */
.header{
	position: relative;
	height: 410px;
}
.goko{
	z-index: 1;
	position: absolute;
	top: -47px;
	left: -71px;
	width:1259px;
	height: 486px;
	background: url(../img/goko.png) no-repeat;
}
.logo{
	z-index: 2;
	position: relative;
	top: 30px;
}

/*gNaviスプライト*/
.gNavi{
	z-index: 5;
	position: absolute;
	top: 330px;
	right: 10px;
	width: 880px;
	overflow: hidden;
}
.gNavi li{
	float: left;
}

.gNavi li a{
	position: relative;
	display: block;
	height: 67px;
	text-indent: -9999px;
	background-image: url(../img/gNavi.png);
}

.navAbout a{
	width: 223px;
	background-position: 0 0;
}
.navAbout a:hover{
	background-position: 0 -67px;
}

.navRules a{
	width: 219px;
	background-position: -223px 0;
}
.navRules a:hover{
	background-position: -223px -67px;
}
.navPractice a{
	width: 219px;
	background-position: -442px 0;
}
.navPractice a:hover{
	background-position: -442px -67px;
}
.navSocial a{
	width: 219px;
	background-position: -661px 0;
}
.navSocial a:hover{
	background-position: -661px -67px;
}

/*メインここから*/
.main{
	margin: 0 10px;
	width: 880px;
}

/*見出し*/

h2{
	text-align: center;
	text-indent: -9999px;
	background-position: center 0;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.hAbout{
	height: 79px;
	background-image:url(../img/h2About.png);
}
.hRules{

	height: 88px;
	background-image:url(../img/h2Rules.png);
}
.hPractice{
	height: 81px;
	background-image:url(../img/h2Practice.png);
}
.hSocial{
	height: 81px;
	background-image:url(../img/h2Social.png);
}

/*コンテンツ*/
.about, .rules, .practice, .social{
	margin: 10px;
	padding-top: 40px;
	margin-top: -40px;
}

/*ABOUT*/
.about .contentsText{
	float: left;
	width: 510px;
}
.about h3{
	margin-bottom: 20px;
}

.about .contentsPic{
	float: right;
	width: 340px;
}
/*RULES*/
.rules .contentsText{
	float: left;
	width: 425px;
}
.rules .contentsText p{
	margin-bottom: 20px;
}
.rules .contentPic{
	float: right;
	width: 425px;
}
/*PRACTICE*/
.practice h3{
	font-size: 24px;
	font-weight: bold;
}

.practice .contentsBox{
	margin-bottom: 20px;
}

.practice .contentsPic{
	float: left;
	width: 400px;
}
.practice .contentsText{
	float: right;
	width: 400px;
}
/*SOCIAL*/
.social .contentsBox{
	position: relative;
	width: 960px;
	height: 300px;
}

.social .contentsBox p{
	position: absolute;
	left: 240px;
	width: 400px;
	height: 200px;
}
.manekiA{
	position: absolute;
	bottom: 0;
	left: 105px;
}
.manekiB{
	position: absolute;
	bottom: 0;
	left: 590px;
}
.fbPgBtn{
	display: block;
	position: absolute;
	text-indent: -9999px;
	left: 300px;
	bottom: 50px;
	width: 296px;
	height: 67px;
	background: url(../img/fbPgBtn.png);
}
.fbPgBtn:hover{
	background-position: 0 -67px;
}

.socialBox{
	position: relative;
	width: 960px;
	height:500px;
}
.fbLikeBox{
	position: absolute;
	background: #fff;
	left: 80px;
	top: 0;
	width: 292px;
}
.twSearchBox{
	position: absolute;
	left: 540px;
	top: 0;
	width: 280px;
}

/*AD*/

.ad{
	width: 650px;
	margin: 0 auto;
}

.adA{
	width: 300px;
	float: left;
}
.adB{
	width: 300px;
	float: right;
}

/*フッター*/

.footer{
background: #402000;
	width: 900px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	color: #fff;
	text-decoration: underline;

}