/* 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;
}

/* menu */
#menu{
	width:100%;
	height:80px;
	margin:0 auto;
	overflow:hidden;
	background:url(../img/header_bg.png) repeat-x;
}
#menu ul{
	padding-left:5px;
	padding-top:8px;
	width:665px;
	margin:0 auto;
}
#menu li{
	float:left;
	width:160px;
	height:47px;
	margin-right:5px;
	list-style-type:none;
	overflow:hidden;
}
#menu .btnr{
	margin-right:0;
}
#menu a{
	display:block;
	width:160px;
	height:46px;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:1px;
	background-image:url(../img/header_menu.png);
	background-repeat:no-repeat;
}
#menu a:hover{
	display:block;
	width:160px;
	height:46px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:1px;
	margin-bottom:0px;
}
#btn02{
	background-position:-165px 0;
}
#btn03{
	background-position:-330px 0;
}
#btn04{
	background-position:-495px 0;
}
#btn05{
	background-position:-660px 0;
}

#icon{
	width:50px;
	height:50px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-50px;
}

/* 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: #000;
    -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;
}