/* === Footer setting File === */

/* -------------------------------------------------- */

#footer {
	display: block;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 165px;
	clear: both;
}

#footerwrapper {
	width: 1000px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

/* -------------------------------------------------- Footer Link */
#footerlink {
	width:580px;
	list-style:none;
	display: block;
	float: left;
	height: auto;
	font-size: 12px;
	line-height: 1.4em;
	padding-top: 54px;
}

#footerlink ul{
	width:580px;
	list-style:none;
	display: block;
	float: right;
	font-size: 12px;
}

#footerlink li{
	list-style:none;
	float:left;
	margin-top:5px;
	font-size: 12px;
	width: 580px;
}

#pagetop {
	text-align: right;
	display: block;
	float: none;
	clear: both;
	background-repeat: repeat-x;
	height: 30px;
}
#pagetop .box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#pagetop img {
	padding-bottom: 5px;
}

a:hover .hoverimg01 {
	border:none;
	filter: alpha(opacity=100);
}