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


*{
    margin:0;
    padding:0;
}

html,body{
margin: 0px auto;
padding:0px auto;
height: 100%;
min-height: 100%;
color: #FFF;
}


body{
background-color:#5F4D04;
height: 100%;
min-height: 100%;
background: url("images/kin.jpg");
}

#base {
margin: 0px auto;
padding: 0px auto;
width: 800px;
height: 100%;
min-height: 100%;
background-color:#000;
}


body > #base {
    height: auto;
}


#top_clm{
padding: 0px auto;
margin-bottom:5px;
background-color: #CC0000;
width: 800px;
height:200px;
background: url("images/ninjya.gif") no-repeat;
}

#top_clm h2{
margin: 0px auto;
padding:0px atuo;
width: 800px;
height:200px;
text-indent: -9999px;
background: url("images/ninjya.gif") no-repeat;}






#foot{
margin: 0px auto;
padding:0px 0px 0px 5px;
width: 800px;
height:50px;
background: url("images/foot.gif") no-repeat;}
