@charset "utf-8";
/* CSS Document */
body{
background:#000000;
}
.bg_top_tile{
background:url(bg_top_tile.jpg) repeat-x left 0px;
}
.bg_top{
background:url(bg_top.jpg) no-repeat center 0px;
}
.t_space{ 
height:160px;
}
a { 
cursor: pointer; 
color: #B9B9B9; 
text-decoration: none; 
}

a:link {
cursor: pointer; 
color: #FB9B9B9; 
text-decoration: none; 
}

a:visited {
cursor: pointer; 
color: #B9B9B9; 
text-decoration: none;
}

.navbar{ background-color: #242424;
 
}
.contents{ background-color:#333;

color: #F5F5F5;  
}
#copyright {
  color: #8B8B8B;
}