﻿body{
	width:100%;
	height:100%;
}

#bg{
	width:100%;
	height:100%;
    position:fixed;
    z-index:-2;
    background-image: url("https://www.ensemble-game.com/30.kyokumari/images/bg_base.gif");
	background-position: center center;
	background-repeat: repeat;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-size: 361px 361px;
	color: #5c2b10;
	min-width: 1000px;
}
a:link {
	color: #9f8146;
}
a:visited {
	color: #9f8146;
}
a:hover {
	color: #961944;
}
a:active {
	color: #961944;
}
/*文字を反転させた時の設定*/
::selection {
	color: #8c7827;
	background-color: #E2C081;
}
::-moz-selection {
 color: #8c7827;
 background: #E2C081;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  


#white{
    width:1000px;
    height:100%;
    position:fixed;
    z-index:-1;
    background:rgb(255, 255, 255);
    left:50%;
    margin-left:-500px;
}

#container{
	position: relative;
	overflow: hidden;
}

#container article,
#container header{
	width:1000px;
	height:auto;
	margin:0 auto 50px auto;
	z-index:50;
}

header{
	width:1000px;
	height:563px;
	z-index:50;
}

header h1{
    margin:0 auto;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../img/header.jpg) no-repeat;
    width:1000px;
    height:563px;
}

article{
    width:1000px;
    height:auto;
    font-size:14px;
    line-height:1.33;
    color:#482c2c;
}

#h2a{
    display:none;
}

#section1{
    width:880px;
    margin:0 auto;
}
/*ページのトップに戻る*/
#page_top {
	position: fixed;
	bottom: 95px;
	right: 5px;
}


/*=======================================
■フッター
=======================================*/
footer {
	font-size: 12px;
	clear: both;
	text-align: center;
	background-image: url(../../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: 0px top;
	height: 80px;
	position: relative;
	font-family: "EB Garamond";
	z-index: 30;
	color: #fff7e4;
	margin-top: -10px;
}
#footerNav {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#footerNav ul {
	text-align: center;
	float: right;
	margin-top: 15px;
}
#footerNav li {
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	padding-right: 10px;
	background-image: url(../../images/nav_li.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C3B57B;
	padding-left: 10px;
}
#footerNav ul li:first-child {
	border-left-style: none;
}
footer small {
	padding-top: 55px;
	display: block;
	color: #8B4A4B;
}
#pageTop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 100;
}
footer a:link {
	color: #c3b578;
	text-decoration: none;
}
footer a:visited {
	color: #c3b578;
}
footer a:hover {
	color: #FD82A5;
}
footer a:active {
	color: #c3b578;
}
#footerLogo {
	float: left;
}