@charset "utf-8";

html{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 1024px;
  overflow-y:scroll;
  background: #fff300;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff300;
}

a {
  outline: none;
}

img  {
  vertical-align: top;
  border: none;
}

.guard{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url(../../img/spacer.gif);
    z-index: 1000;
}




/*----------------------------------------------------
  loader
----------------------------------------------------*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: #fff300;
}

#l_box  {
  position: relative;
  width: 208px;
  height: 207px;
  top: 45%;
  margin: 0 auto;
}

#load_crystal  {
  position: absolute;  
  left: 0px;  
  top: 0px;  
  margin-top: -103px;
  z-index: 1;
}

#load_moji  {
  position: absolute;  
  left: 42px;  
  top: 169px;  
  margin-top: -103px;
  z-index: 3;
}


/*----------------------------------------------------
  外リンクから復帰
----------------------------------------------------*/
#return_layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); 
}

#return_box  {
  position: relative;
  width: 500px;
  height: 300px;
  top: 36%;
  margin: 0 auto;
  background: url(../../img/saikai.png) scroll no-repeat 50% 0px;
}


/*----------------------------------------------------
  CSS Reset
----------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    /*background:transparent;*/
}



