*{
	margin:0;
	padding:0;
	line-height:1.62;
}
html, body{
	height:100%;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
img{
	border:none;
	vertical-align:bottom;
}

#menu{
	background:url(../img/header.png) center;
	height:58px;
	overflow:hidden;
	box-shadow:0px 0px 6px 3px #ccc;
}
#menu ul{
	padding:0;
	margin:11px auto 0;
	width:680px;
}
#menu li{
	float:left;
	list-style-type:none;
}
#menu li a{
	display:block;
	width:150px;
	height:36px;
	background-image:url(../img/menu.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0 10px;
}
#menu01{
	background-position:0 0;
}
#menu01:hover{
	background-position:0 -36px;
}
#menu02{
	background-position:-150px 0;
}
#menu02:hover{
	background-position:-150px -36px;
}
#menu03{
	background-position:-300px 0;
}
#menu03:hover{
	background-position:-300px -36px;
}
#menu04{
	background-position:-450px 0;
}
#menu04:hover{
	background-position:-450px -36px;
}
#menu05{
	background-position:-600px 0;
}
#menu05:hover{
	background-position:-600px -36px;
}

#wrapper{
	width:860px;
	margin:0 auto;
	background:#fff;
	padding-bottom:60px;
	box-shadow:0px 3px 3px 3px rgba(0,0,0,0.25);
}


/* 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: #72cbd2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color:#fff;
    font-size:24px;
    padding-top:14px;
        line-height:0.5;
}
#back-top a:hover span {
    background-color: #000;
    color:#fff;
}