/* basic */
*{
	margin:0;
	padding:0;
	line-height:1.62;
}
html, body{
	height:100%;
}
.clear{
	clear:both;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
}
img{
	border:none;
}
body{
	background:#201611;
	background-size:cover;
	background-position:bottom right;
}


/* menu */
#menu{
	width:100%;
	height:64px;
	margin:0 auto;
	overflow:hidden;
	background:url(../img/header_bg.png) repeat-x center;
}
#menu ul{
	width:648px;
	margin:0 auto;
}
#menu li{
	float:left;
	margin:0 10px;
	list-style-type:none;
	overflow:hidden;
}
#menu a{
	display:block;
	height:50px;
	width:142px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../img/header_menu.png);
	background-repeat:no-repeat;
}
#menu a:hover{
	height:52px;
}
#btn01{
	background-position:0 bottom;
}
#btn02{
	background-position:-142px bottom;
}
#btn03{
	background-position:-284px bottom;
}
#btn04{
	background-position:-426px bottom;
}
#btn05{
	background-position:-568px bottom;
}


/* Scrooll to Top */
#back-top {
	position: fixed;
	 bottom: 23px;
	right: 8px;
	z-index:10000;
}
#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
/* arrow icon (span tag) */
#back-top span {
    width: 40px;
    height: 26px;
    display: block;
    margin-bottom: 7px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color:#4b2816;
    font-size:24px;
    padding-top:14px;
        line-height:0.5;
}
#back-top a:hover span {
    background-color: #38a2fc;
    color:#fff;
}

/* Loading */
#loading_fade {
	width:100%;
	background:url(../img/loading_fade.png) no-repeat center #000;
	position:fixed;
	top:0px;
	left:0px;
	z-index:99999999;
}