﻿@charset "utf-8";

/* ベース */
html,body{
font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
line-height:1.5;
letter-spacing:1.5px;
width: 100%;
height: 0;
background:url(../img/01/bg_main.jpg) #FFFFFF  top center / cover no-repeat;
background-attachment:fixed;
}

#wrapper{
width:100%;
min-width:1280px;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/

#footer{
position: fixed; 
position:relative;
height:30px;
width:100%;
padding-bottom:10px;
padding-top:20px;
background:rgba(255,255,255,0.0);
z-index:1000;
}

#footer p{
color:#000000;
font-size:12px;
text-align:center;
letter-spacing:4px;
margin-bottom:10px;
font-weight: bold;
}

#footer ul{
font-size:10px;
text-align:center;
letter-spacing:-.40em;
margin-bottom:15px;
}

#footer ul li{
display:inline-block;
vertical-align:middle;
letter-spacing:normal;
}

#footer ul li a{
display:block;
letter-spacing:4px;
width:100px;
padding-top:5px;
padding-bottom:5px;
border-right:1px dashed rgba(0,0,0,0.6);
}

#footer li a:hover{
background:rgba(0,0,0,0.1);
}

#footer a:link{color:#000000;}
#footer a:visited{color:#000000;}
#footer a:hover{color:#000;}

#footer p a:hover{color:#000;}

/*////////////////////////////////////////////////////////////////////////////////////////*/


.page-back {
 position: fixed;
 bottom: 5px;
 right: 50px;
 z-index:2000;
}
