/* 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 */
#header{
	position:absolute;
	top:0;
	left:50%;
	width:700px;
	height:75px;
	margin-left:-350px;
	background:url(../img/header.png) no-repeat right;
	overflow:hidden;
}
#header p{
	display:block;
	width:350px;
	height:75px;
	float:right;
	text-indent:-9999px;
}
#header p  a{
	display:block;
	width:350px;
	height:75px;
}
#header p  a:hover{
	background:url(../img/index_footer.png);
}
#menu{
	width:350px;
	height:75px;
	overflow:hidden;
	float:left;
	background:url(../img/menu.png) no-repeat;
}
#menu ul{
	list-style-type:none;
	width:351px;
	height:75px;
	margin:0 auto;
}
#menu li a{
	display:block;
	width:116px;
	height:37px;
	float:left;
	margin:0 1px 1px 0;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
#menu li a:hover{
	background-image:url(../img/menu.png);
}
#btn01:hover{
	background-position:0 -75px;
}
#btn02:hover{
	background-position:-117px -75px;
}
#btn03:hover{
	background-position:-234px -75px;
}
#btn04:hover{
	background-position:0 -113px;
}
#btn05:hover{
	background-position:-117px -113px;
	background-position:0 -113px;
}

/* WRAPPER */
#wrapper{
	width:700px;
	padding:0 110px;
	margin:0 auto;
	background-color:#fff;
}


/* 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:#04b1ce;
}
#back-top:hover{
	background:#000;
}