@charset "UTF-8";
/* CSS Document */

*
{
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

header, article, footer, article, aside, time ,nav { display: block; }

::selection {
background: #fff000; /* Safari */
}

::-moz-selection {
background: #fff000; /* Firefox */
}

img{
	border:0;
}



article, header, nav, footer {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

html {
    overflow: hidden;
    height: 100%;
}

body {
   margin: 0;
   padding: 0;
   background: #000000;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
   color: #fff;
   font-size: 10px;
   height: 102%;
   text-align: center;
}

#backbotton{
position:absolute;
width:150px;
height:120px;
left:76%;
top:84%;
z-index:10;
}

#backbotton img{width:100%;height:100%;max-width:150px;min-width:80px;text-align:right;}


a.links {
display: block;
width:100%;
height:100%;
background-image: url('../images/index_background-trans.png');
z-index:1;

