﻿@charset "utf-8";

/*
/////////////////////////////////////
footer 
/////////////////////////////////////
*/
body #footer{
width:920px;
margin:0 auto;
padding-top:15px;
background:url(/common/images/foot_bg.gif) repeat-x top;
text-align:center;
font-size:80%;
color:#666666;
}
body #footer ul{
text-align:center;
margin:0 auto;
padding:0;

}

body #footer li{
display:inline;
list-style:none;
margin:0 5px;
padding:0;
}

#footer li a{
padding:0 0 0 13px;
color:#666666;
text-decoration:none;
background:url(/common/images/arrow_01.gif) left no-repeat;
}

#footer li a:hover{
text-decoration:underline;
}

#footer p{
text-align:center;
margin:5px 0;
}
