@charset "utf-8";
/* CSS Document */
body{
background:#000000;
}
.bdwrap{
width:1026px; 
}
.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: #8B8B8B; 
text-decoration: none; 
}

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

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

a:hover {
color: #c00; 
text-decoration: underline;

}
.navbar{
background-color:#333;


}
.contents{
background-color: #272727; 

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