/* INDEX */
*{
	margin:0;
	padding:0;
	line-height:1.62;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
}
img{
	border:none;
}
/* Scrooll to Top */
#back-top {
    position: fixed;
    bottom: 8px;
    right: 8px;
}
#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;
}

body{
	background:#fff;
	background-size:cover;
	background-position:bottom right;
	margin-bottom:50px;
}
body:after{
	content:" ";
	display:block;
	height:50px;
}
#logo{
	width:640px;
	height:35px;
	text-indent:-9999px;
	text-align:left;
	padding:15px 0;
	background:url(../img/index_logo.png) no-repeat center;
	margin:0 auto 0 auto;
}
#logo a{
	display:block;
	width:255px;
	height:35px;
	overflow:hidden;
}

html,body{
	background:#000;
	height:100%;
}

/* menu */

#menu{
	height:55px;
	background-image:url(../img/topbackground.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#0f1b40;
}

#menu ul{
	width:762px;
	height:36px;
       margin:auto;
       padding-top:12px;
	overflow:hidden;
}

#menu li{
	list-style-type:none;
	display:block;
	width:117px;
	height:36px;
	float:left;
	margin-right:5px;
	margin-left:5px;
}

#menu li a{
	display:block;
	width:117px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:1px;
}

#menu li a:hover{
     	margin-bottom:0;
	margin-top:1px;
}

#btn01{
	background:url(../img/button01.png) no-repeat;
}

#btn02{
	background:url(../img/button02.png) no-repeat;
}

#btn03{
	background:url(../img/button03.png) no-repeat;
}

#btn04{
	background:url(../img/button04.png) no-repeat;
}

#btn05{
	background:url(../img/button05.png) no-repeat;
}

#btn06{
	background:url(../img/button06.png) no-repeat;
}

#btn07{
	background:url(../img/button07.png) no-repeat;
}

#topline{
	height:9px;
	background:url(../img/topunderline.png) repeat-x;
}
