/* BASIC */
*{
	margin:0;
	padding:0;
	line-height:1.62;
}
html, body{
	height:100%;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}
img{
	border:none;
	vertical-align:bottom;
}

/* MENU */
#menu{
	position:fixed;
	top:0;
	width:100%;
	height:50px;
	z-index:100;
}
#menu div{
	background:url(../img/menu_bg.png);
	margin:0 20px;
	min-width:760px;
	overflow:hidden;
	box-shadow:0 0 3px;
}
#menu ul{
	list-style-type:none;
	width:560px;
	height:50px;
	margin:0 auto;
}
#menu li a{
	display:block;
	width:140px;
	height:50px;
	float:left;
	text-indent:-9999px;
	background-image:url(../img/menu.png);
}
#btn02{
	background-position:-140px 0;
}
#btn03{
	background-position:-280px 0;
}
#btn04{
	background-position:-420px 0;
}
#btn05{
	background-position:-560px 0;
}
#btn01:hover{
	background-position:-0 50px;
}
#btn02:hover{
	background-position:-140px 50px;
}
#btn03:hover{
	background-position:-280px 50px;
}
#btn04:hover{
	background-position:-420px 50px;
}
#btn05:hover{
	background-position:-560px 50px;
}
#current{
	display:block;
	width:140px;
	height:47px;
	//border-left:solid 1px #fff;
	//border-right:solid 1px #fff;
	border-bottom:solid 3px #fdd521;
	margin-left:0;
}

/* SCROLL TO TOP */
#back-top{
	position:fixed;
	 bottom:20px;
	right:20px;
	width:50px;
	height:50px;
	font-size:24px;
	text-align:center;
	line-height:50px;
	cursor:pointer;
	z-index:10000;
	border-radius:50%;
	color:#fff;
	background:#67e8d4;
}
#back-top:hover{
	background:#fdd521;
}