/* 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:#fff;
}
img{
	border:none;
}
body{
	background:#000;
	background-size:cover;
	background-position:bottom right;
}


@-webkit-keyframes MainArea {
	0% {
		-webkit-opacity:0;
	}
	100% {
		-webkit-opacity:1;
	}
}
@keyframes MainArea {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
#content, #wrapper h1{
	-webkit-animation-name: MainArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	animation-name: MainArea;
	animation-fill-mode:backwards;
	animation-delay: 0.5s;
	animation-duration: 2s;
	animation-iteration-count: 1;
}


/* menu */
#menu{
	width:100%;
	height:75px;
	margin:0 auto;
	overflow:hidden;
	background:url(../img/header_bg.png) repeat-x;
}
#menu ul{
	padding-top:8px;
	width:475px;
	margin:0 auto;
}
#menu li{
	float:left;
	height:45px;
	margin:0 15px;
	list-style-type:none;
	overflow:hidden;
}
#menu a{
	display:block;
	height:45px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../img/menu_btn.png);
	background-repeat:no-repeat;
}
#btn01{
	width:98px;
}
#btn02{
	width:95px;
	background-position:-128px 0;
}
#btn03{
	width:72px;
	background-position:-253px 0;
}
#btn04{
	width:140px;
	background-position:-355px 0;
}
#btn05{
	width:90px;
	background-position:-525px 0;
}
#btn01:hover{
	background-position:0 -45px;
}
#btn02:hover{
	background-position:-128px -45px;
}
#btn03:hover{
	background-position:-253px -45px;
}
#btn04:hover{
	background-position:-355px -45px;
}
#btn05:hover{
	background-position:-525px -45px;
}


/* 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: #f8184d;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color:#ffffff;
    font-size:24px;
    padding-top:14px;
        line-height:0.5;
}
#back-top a:hover span {
    background-color: #fff;
    color:#000;
}

/* Loading */
#loading_fade {
	width:100%;
	background:url(../img/loading_fade.png) no-repeat center #000;
	position:fixed;
	top:0px;
	left:0px;
	z-index:99999999;
}