@charset "UTF-8";
/* CSS Document */
*{margin:0;padding:0;}
#menu-book{padding-bottom:50px; /*background:url(../img/screen/bg-bottom-nav-book.png) repeat-x bottom center;*/width:20px;margin:0 auto;position:absolute;top:132px;left:0px;z-index:10000;}
#nav-book{padding-top:50px; width:20px; /*background:url(../img/screen/bg-top-nav-book.png) repeat-x top center;*/}
#nav-book li{list-style:none;text-align:center;margin:1px;}
#nav-book li a {line-height:20px;color:#999; text-decoration:none;font-size:12px;width:18px;display:block;border:1px solid #ccc;}
/*#nav-book li:first-child a{background:url(../img/screen/top-nav-book.png) no-repeat center center;height:20px;height:20px;}
#nav-book li:last-child a{background:url(../img/screen/bottom-nav-book.png) no-repeat center center;height:20px;height:20px;}*/
#nav-book li a:hover,/* {border-left:1px solid #ccc;border-right:1px solid #ccc;}*/
#nav-book li a.cur {border:1px solid #666;color:#666;}
