@charset "shift_jis";

/*--- navibar layout */

#navibar {
    float: none;
    clear: both;
    font-size: 0.8em;
    width: 778px;
    height: 25px;
    line-height: 1.8em;
	vertical-align: middle;
    padding: 0px;
    margin-left: auto;
    margin-right: auto ;
    margin-top: 2px;
    margin-bottom: 2px;
    background: #cef;
    border: solid 1px #36f;
    }

#navibar a,
#navibar a:link,
#navibar a:visited,
#navibar a:active{
	width:90px;
	height:25px;
	text-align:center;
	display:block;
	float:right;
	color: Blue;
	text-decoration: none;
	line-height: 1.8em;
	vertical-align: middle;
}

#navibar a:hover{
	width:90px;
	height:25px;
	background:#36f;
	color:#fff;
	text-align:center;
	display: block;
	float:right;
	text-decoration: none;
	line-height: 1.8em;
	vertical-align: middle;
}
