@charset "Shift_JIS";

/* レビューの並び替え
---------------------------------------------- */

#main #contents #reviewbar{
	width: 550px;
	float: right;
        }

#main #contents #reviewbar li {
            float: left;
            width: 105px;
            border-right: 1px solid #cccccc;
         }

#main #contents #reviewbar li.current{
            display: block;
            line-height: 2.0em;
	    color: #000000;
            background: #9999ff;
            font-weight: bolder;
            float: left;
            text-align :center;
         }

#main #contents #reviewbar li a {
             display: block;
             line-height: 2.0em;
             color: #000000;
             text-align: center;
             text-decoration: none;
             background: #99ffff;
            }

#main #contents #reviewbar li a:hover {
                   color: #000000;
                   background: #00ffff;
                  }
