body{
 margin: 0; padding: 0;
 text-align: left;
 font-size: 62.5%;
 font-family: "Lucida Grande" "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
 color: #fff; line-height: 1.62;
 background: #000;
 z-index: 0;
}

#fade {
 width: 1920px; height: 1500px;
 position:absolute;
 top: 50%; left: 50%;
 margin-left: -960px; margin-top: -510px;
 background: #000;
}

.left { float: left; }
.right { float: right; }

/*clearfix関係*/
.cf:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.cf { min-height:1px; }

#wrap {
 position: relative;
 width: 1200px;
 margin: 0 auto;
}

/***** header *****/
#header {
 margin: 0; padding: 0;
 position: fixed;
 top: 0;
 width: 100%; min-width: 1000px;
 height: 70px;
 background: #000;
 border-bottom: solid 1px #333;
 z-index: 9999;
}
#header ul#logo {
 margin-top: 25px;
 margin-left: 20px;
}
#header ul#logo li {
 float: left;
 margin-right: 10px;
}
#header ul#snsb {
 margin-top: 12px;
 margin-right: 20px;
 padding-bottom: 5px;
}
#header ul#snsb li {
 float: right;
 width: 100px;
}
#header ul#snsb iframe {
 margin: 0 !important;
}
#header .copy {
 float: left;
 margin-right: 10px;
 line-height: 1.1em;
 text-align: right;
 color: #fff;
 font-size: 0.8em;
}
#nav {
 position: absolute;
 left: 180px; top: 28px;
}
#nav li { float: left; }
#nav li.s { margin: 0 5px; }

#footer {
 position: fixed;
 bottom: 0;
 height: 50px; width: 100%;
 background: #000;
}

/***** top *****/
#top div#link {
 position: fixed;
 bottom: 50px; left: 50px;
}