

#footer_wrapper{
 width: 100%;
 background-color: #D6D6D6;
 margin-top: 60px;
}

#footer_inner{
 position: relative;
 width: 1030px;
 height: 230px;
 margin: 0px auto;
 padding: 0px 15px;
 background: url('/img/footer/footer_img.png') right bottom no-repeat;
}

#footer_logo{
 margin-top: 40px;
}

#footer_navi_list{
 position: absolute;
 top: 54px;
 right: 15px;
}

#footer_navi_list li{
  display: inline-block;
  margin-left: 5px;
}

#footer_navi_list li a{
   text-decoration: none;
   font-size: 12px;
   color: #444444;
}

#footer_navi_list li a:hover{
   opacity: 0.7;
}

#footer_address{
 font-size: 12px;
 color: #333333;
 margin-top: 25px;
}

#footer_copy{
 margin-top: 10px;
 font-size: 12px;
 color: #444444;
 text-align: center;
}

