@charset "utf-8";
#bottomnavi {
	width:905px;
	height: auto;
	position:relative;
	color:#817f7f;
}
#copyright {font-size:85%;background:#f1ecd5; display:block; padding:7px 5px; text-align:right; float:right;}
#bottomnavi .bottomLinkbox {background: #f1ecd5;height:24px; width:895px; padding:2px 5px; border-bottom:1px solid #fff;}

#bottomnavi ul {list-style:none;margin:0;padding:0; font-size:90%;}
#bottomnavi li {float:left;width:100px;margin:0;padding:0;text-align:center;}
#bottomnavi li a {display:block;padding:5px 10px;height:100%;color:#817f7f;text-decoration:none;border-right:1px solid #FFF;}
#bottomnavi li a {background: #f1ecd5;} /*use in case no effect*/
#bottomnavi li a:hover {background: #e1dab8; color:#000;}
