/* 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:#630;
}
img{
	border:none;
}

/* menu */
#menu{
	width:100%;
	height:65px;
	margin:0 auto;
	overflow:hidden;
	background:url(../img/header_bg.png) repeat-x;

}
#menu ul{
	padding-top:3px;
	width:521px; /*521px*/
	margin:0 auto;
}
#menu li{
	float:left;
	height:56px;
	margin:0 10px;
	list-style-type:none;
	overflow:hidden;
}
#menu a{
	display:block;
	height:55px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../img/menu.png);
	background-repeat:no-repeat;
	margin:0 0 1px;
}
#menu a:hover{
	margin:1px 0 0;
}
#btn01{
	width:122px;
	background-position:0 0;
}
#btn02{
	width:115px;
	background-position:-142px 0;
}
#btn03{
	width:95px;
	background-position:-277px 0;
}
#btn04{
	width:159px;
	background-position:-392px 0;
}
#btn05{
	width:109px;
	background-position:-571px 0;
}


/* 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;
}
#back-top a:hover {
    color: #000;
}
/* 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:#0090ff;
    font-size:24px;
    padding-top:14px;
        line-height:0.5;
}
#back-top a:hover span {
    background-color: #0090ff;
    color:#fff;
}

/* Loading */
#loading_fade {
	width:100%;
	background:url(../img/loading_fade.png) no-repeat center #fff;
	position:fixed;
	top:0px;
	left:0px;
	z-index:99999999;
}