@charset "utf-8";
/* CSS Document */

/*
footer============================*/

* {padding:0; margin:0; }

#puma_footer{
	width:964px;
	clear:both;
	font-size:10px;
	color:#5e5e5e;
	margin-top:0;
	background:url(../images/puma_footer_bg.png) no-repeat;
	padding:5px 0;}

#puma_footer a:link, 
#puma_footer a:active, 
#puma_footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #5e5e5e;} 

#puma_footer a:hover {
 	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;}
	
.sub_foot{
	height:auto;
	width:auto;
	text-align:right;}

.link_list {
	font-size:10px;
	padding:5px 18px 5px 0;}
	
#puma_footer ul li{
	list-style:none;
	display:inline;
	margin-bottom:5px;
	padding:0px 7px 0px 7px;
	border-right:1px solid #5e5e5e;}

.link_list2 ul {
	text-align:left;
	padding:17px 0 16px 12px;}
	
#puma_footer ul li.last{
	border:none;}
	
#puma_footer ul li.current a{
	color:#FF0000;} 


