/* basic */
*{
	margin:0;
	padding:0;
	line-height:1.62;
}
.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:#fff;
	background-size:cover;
	background-position:bottom right;
}
#wrapper{
	width:900px;
	margin:0 auto 0 auto;
}


/* menu */
#menu{
	width:750px;
	margin:0 auto;
	padding-left:10px;
	overflow:hidden;
}

#menu li{
	float:left;
	width:140px;
	height:65px;
	margin-right:10px;
	list-style-type:none;
	overflow:hidden;
}
#menu .btnr{
	margin-right:0;
}
#menu a{
	display:block;
	width:140px;
	height:65px;
	text-indent:-9999px;
	overflow:hidden;
	background-position:0 -65px;
}
#menu a:hover{
	display:block;
	width:140px;
	height:65px;
	text-indent:-9999px;
	overflow:hidden;
	background-position:0 0;
}
#btn01{
	background:url(../img/menu_01.png) no-repeat;
}
#btn02{
	background:url(../img/menu_02.png) no-repeat;
}
#btn03{
	background:url(../img/menu_03.png) no-repeat;
}
#btn04{
	background:url(../img/menu_04.png) no-repeat;
}
#btn05{
	background:url(../img/menu_05.png) no-repeat;
}
#btn06{
	background:url(../img/menu_06.png) no-repeat;
}

/* 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: #ccc;
    -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: #eee;
    color:#999;
}