
/*footer*/
.footer{
background: #fff url(../../../img/body_bottom.gif) no-repeat 0 0;

width: 760px;
height:40px;
width:100%;
}

.footer_box{
background-color: #02359a; 
width: 738px;
height:25px;

margin: 0px 0px 0px 10px; 
border-width: 1px;
border-color: #ffffff; 
border-style: solid; 
}

.footer-in {
width: 738px;
}

 /* navigation */
#footer_navi {
	height:13px;
	display: block; 
	margin:2px 0px 0px 4px;
	float: left; 
	position:top;
}



#footer_navi li {
	margin: 0px 4 0 0px;
	display:inline;
	list-style-type:none;
}
#footer_navi li a {
	margin: 0px 4px 0px 0px;
	height:13px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

/*------off*/
#footer_navi li.n01 a {
	background:url(../../img/footer/footer.gif) no-repeat 0px 0px;
	width:100px;
}
#footer_navi li.n02 a {
	background:url(../../img/footer/footer.gif) no-repeat -108px 0px;
	width:65px;
}
#footer_navi li.n03 a {
	background:url(../../img/footer/footer.gif) no-repeat -182px 0px;
	width:76px;
}

/*------hover*/
#footer_navi li.n01 a:hover {
	background:url(../../img/footer/footer.gif) no-repeat 0px -13px;
}
#footer_navi li.n02 a:hover {
	background:url(../../img/footer/footer.gif) no-repeat -108px -13px;
}
#footer_navi li.n03 a:hover {
	background:url(../../img/footer/footer.gif) no-repeat -182px -13px;
}

 /* navigation */

.footer_box p {
padding: 10px 10px  0px 0px;
text-align: right;
color: #fff;
font-size: 85%; 
}
