*{
 margin: 0;
 padding: 0;
}

body{
 background: url(../images/body_bg_02.jpg) repeat-x;
}

a{
  outline : 0 ;
}


#container{
   width: 750px;
   margin: 0 auto;
   margin-top: 10px;
   position: relative;
   background: url(../images/back_g_bright.jpg) repeat-y;
   font-family: "ヒラギノ角ゴ Pro W3","Hiragino KakuGothic Pro",Osaka,"メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;

}


#header{
   width: 750px;
   height: 154px;
   background: url(../images/header_img.jpg);
}

h1{
   width: 70px;
   height: 90px;
   text-indent: -5000px;
   background: url(../images/logo.jpg) no-repeat;
   position: absolute;
   top: 55px;
   left: 30px;
}
   
   
   
   



#footer{
   clear:both;
   width: 750px;
   height: 100px;
   background: url(../images/footer.jpg) no-repeat;
   color: #FFFFFF;
   
}

address{
   font-size: 13px;
   line-height: 16px;
   text-align: center;
   font-style: none;
   text-decoration: none;
   color: #FFFFFF;
   padding-top: 50px;
}

#copyright{
   font-size: 13px;
   line-height: 16px;
   text-align: center;
   color: #FFFFFF;
}