.fixed-side-navi {
    left: 0;
    position: fixed;
    top: 227px;
    width: 80px;
    z-index: 140;
}
.fixed-side-navi a {
	background: #c5b892 none repeat scroll 0 0;
    color: #ffff00;
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    height: 80px;
    line-height: 14px;
    margin-bottom: 2px;
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 80px;
    position: relative;
    transition: all .35s ease;
    -o-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
}
