@charset "Shift_JIS";


/* footer navi
---------------------------------------------------- */
#footer-navi-w {
	width:800px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left:49px;
	background-color: #99ccff;
	}
.footer-navi {
	width:90px;
	font-size: 10px;
	color: #231815;
	text-align: center;
	float: left;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	}
.footer-navi a {
    display:block;
    width:90px;
    text-decoration:none;
    background-color:#99ccff;
    }  
.footer-navi a:hover {
    background-color:#00cc66;
    }   

.footer-navi-last {
	width:90px;
	font-size: 9px;
	color: #231815;
	text-align: center;
	float: left;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	}
.footer-navi-last a {
    display:block;
    width:90px;
    text-decoration:none;
    background-color:#99ccff;
    }  
.footer-navi-last a:hover {
    background-color:#00cc66;
    }   

.footer-navi-space {
	 clear:left;
	 }

