@charset "utf-8";

body {
    margin:0;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color:white;
    background:black;
}

a{
    outline:none;
    display:block;
    color:white;
}

a:hover{
    color:rgb(180, 180, 180);
}

/*a:visited{
    color:rgb(180,180,180);
}*/

a img{
    border:0;
}

img{
    display:block;
}

.clear{
    clear:both;
}

.adjust{
    -webkit-text-size-adjust:100%;
}

canvas, header, section, footer, aside, nav, article, figure{
    display:block;
}


#bg{
    /*background:url(../img/top/bg.jpg) no-repeat center bottom;*/
    background-size:1024px 768px;
    width:100%;
    height:100%;
    position:fixed;
    z-index:-10;
    opacity:0.55;
}

#grid{
    width:100%;
    height:100%;
    background:url(../img/about/grid.gif) repeat-y center 0;
    position:fixed;
    top:0;
    z-index:-1;
    opacity:0.5;
}

