@charset "UTF-8";
/* CSS Document */

.wrap .fotter {
	background-image: url(../img/fotter_bg.gif);
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}


.wrap .fotter .fotterbox {
	text-align: left;
	width: 950px;
	margin: auto;
	font-size: 10px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.wrap .fotter .fotterbox .copy {
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.wrap .fotter .fotterbox .fnavi {
	width: 130px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	float: left;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-left: 30px;
	margin-top: 15px;
	font-size: 10px;
	line-height: 160%;
}

.wrap .fotter .fotterbox .fnavilogo {
	float: left;
	width: 160px;
}



.wrap .fotter .fotterbox a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.wrap .fotter .fotterbox a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.wrap .fotter .fotterbox a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.wrap .fotter .fotterbox a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

