@charset "ISO-8859-1";

#footer_wrapper {
	background:url(../images/english/footer_bg.gif) repeat-x left top;
	position:relative;
	clear:both;
	margin: 30px 0px 0px 0px;
	text-align:center;
}

#footer_contents {
	width:900px;
	margin:0 auto;
	padding: 20px 0 40px 0;
	text-align:left;
	position:relative;
	background:url(../images/ico_index_05.gif) no-repeat left 15px;
}

#footer_contents div#pagetop {
	width:60px;
	height:21px;
	position:absolute;
	top:-20px;
	left:840px;
}

#footer_contents div#pagetop a {
	display:block;
	width:60px;
	height: 21px;
	background:url(../images/btn_index_17.jpg) no-repeat;
	text-decoration:none;
}

#footer_contents ul#footer_navi {
	list-style-type:none;
}

#footer_contents ul#footer_navi li {
	display:block;
	float:right;
	padding-left:4px;
	margin-left:4px;
	border-left:1px #ccc solid;
}

#footer_contents ul#footer_navi li#footer_navi_end {
	border-left:none;
}

#footer_contents ul#footer_navi a:link,#footer_navi a:visited {
	text-decoration:underline;
	color:#a35;
}

#footer_contents ul#footer_navi a:hover {
	text-decoration:none;
	color:#555;
}

#footer_contents div#copyright {
	clear:both;
	text-align:right;
	position:relative;
	top:10px;
	left:0px;
	font-size:10px;
}

