/* CSS Document */


html{
  height:100%;
  }

* html div#wrapper{
  height:100%;
  }

/*
* html div#content-container{
  height:100%;
  }
*/

body{
  margin: 0 ;
  padding: 0;
  font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
  font-size:12px;
  color:#CCCCCC;
  height:100%;
  }

table{
  margin:0;
  padding:0;
  border-collapse: collapse;
  border-spacing: 0;
  }

img{
  border: 0 none ;
  }

p{
  margin:0;
  padding:0;
  }

a:link,
a:visited{
  color:#CC0000;
  }

a:hover{
  color: #ffc600;
  }
    
#wrapper{
  width:100%;
  margin: 0 auto;
  position:relative;
  min-height: 100%;
  background: #000000 url(../img/head_bg.jpg) no-repeat scroll center top;
  }
  
body > #wrapper {
  height: auto;
  }  

#content-container{
  width:784px;
  margin: 0 auto;
  text-align:left;
  min-height: 100%;
  }

.logo{
  margin:0;
  padding:0;
  vertical-align:top;
  text-align:left;
  }
  
.logo h1{
  margin:0;
  padding:0;
  text-indent: 0;
  }

.home{
  margin:0;
  padding:0;
  vertical-align:bottom;
  text-align:right;
  }

#header{
  background:url(../img/header01.jpg) no-repeat 0pt top;
  width:784px;
  }

table.navi{
  margin:0;
  padding:0;
  width:784px;
  }

td.naviUnderbar{
  vertical-align:top;
  width:784px;
  }

.pagetop{
  text-align:right;
  vertical-align:top;
  width:784px;
  padding-bottom:30px;
  }


#footerArea{
  text-align:center;
  background: transparent url(../img/fotter.jpg) no-repeat center 0pt;
  position: relative;
  bottom: 0px;
  height: 538px;
  width:100%;
  }

#footerArea p{
  display:block;
  width:748px;
  vertical-align:top;
  margin: 0 auto;
  }




