@charset "UTF-8";
/* オンラインビューアー-------------------------------------------------------------------------- */

@import url("base.css");/* ベース */
@import url("standard.css");/* スタンダード */
@media print {
#viewer {
display:none;
}
}
/* 全体-------------------------------------------------------------------------- */
* {
margin:0;
padding:0;
border:0px
}
* html body {
background: url(null) fixed;
background-color:#B0B0B0;
}
body {
background-color:#B0B0B0;
background-image:none;
}
#wrapper {
}
/* IE6-------------------------------------------------------------------------- */

* html div#header {
position: absolute;
 top: expression(eval(document.documentElement.scrollTop+0));
}
* html div#header_title {
position: absolute;
 top: expression(eval(document.documentElement.scrollTop+5));
}
* html div.btn_close {
position: absolute;
 top: expression(eval(document.documentElement.scrollTop+42));
}
* html div.msg {
position: absolute;
 top: expression(eval(document.documentElement.scrollTop+47));
}
* html div#tool {
position: absolute;
 top: expression(eval(document.documentElement.scrollTop+37));
}
* html div#menu_in {
position: absolute;
 top: expression(eval(document.documentElement.scrollTop+85));
}
* html div.menu_control {
position: absolute;
 top: expression(eval(document.documentElement.scrollTop+85));
}
/* ヘッダー-------------------------------------------------------------------------- */

#header {/* 固定 */
background:#FFF;
width:100%;
height:37px;
padding:0 0 0 0;
position:fixed;
top:0;
left:0;
z-index:2;
}
.logo {
float:left;
margin:2px 0 0 5px;
background:url(images/viewer/logo.jpg) no-repeat;
width:327px;
height:32px;
}
/* フッター-------------------------------------------------------------------------- */

/*#footer {
color:#515151;
margin:5px 20px 0;
font-size:10px;
}*/
/* ヘッダータイトル-------------------------------------------------------------------------- */
#header_title {/* 固定 */
position:fixed;
top:5px;
right:10px;
z-index:2;
width:70%;
}
/* タイトル */
.title_name {
float:right;
font-size:12px;
font-weight:bold;
margin:10px 10px 0 0;
}
.title_name a {
text-decoration:underline;
}
.title_name a:hover {
text-decoration:none;
}
.author_name {
float:right;
font-size:11px;
margin:11px 10px 0 0;
}
.author_name a {
text-decoration:underline;
}
.author_name a:hover {
text-decoration:none;
}
/* 「立ち読み：カート」「ビューアー：戻る」 */
.price {
float:right;
margin:10px 5px 0 0;
}
.price strong {
color:#FF2320;
font-weight:normal;
font-size:14px;
}
.btn_cart {
float:right;
}
/* メッセージ＋「マイページ」ボタン */
.msg {/* 固定 */
position:fixed;
top:47px;
left:10px;
z-index:3;
font-size:12px;
font-weight:bold;
}
/*.btn_shelf {
position:fixed;
top:42px;
left:10px;
z-index:2;
background:url(images/viewer/btn_shelf_f2.jpg) no-repeat;
width:96px;
height:24px;
display:block;
}
.btn_shelf a {
background:url(images/viewer/btn_shelf.jpg) no-repeat;
width:96px;
height:24px;
display:block;
}
.btn_shelf a:hover {
background:none;
}*/
.btn_close {/* 固定 */
position:fixed;
top:42px;
left:10px;
z-index:3;
background:url(images/btn_close_ov.jpg) no-repeat;
width:80px;
height:24px;
}
.btn_close a {
background:url(images/btn_close.jpg) no-repeat;
width:80px;
height:24px;
display:block;
}
.btn_close a:hover {
background:none;
}



/* ツールバー-------------------------------------------------------------------------- */
#tool {
background:url(images/viewer/tool_bg.jpg) repeat-x;/* 固定 */
height:38px;
width:100%;
position:fixed;
top:37px;
z-index:2;
}
#tool .tool_in {
margin-right:20px;
height:34px;
line-height:34px;
vertical-align:middle;
}
#tool .tool_line {
float:right;
height:34px;
padding-left:10px;
margin-left:20px;
border-left:1px solid #BABABA;
}

/* ズームアイコン */
#tool .zoom_icon {
background:url(images/viewer/tool_zoom.jpg) no-repeat center;
height:34px;
width:21px;
float:right;
display:block;
}
/* 拡大 */
#tool .zoom_in {
background:url(images/viewer/tool_zoom_in_off.jpg) no-repeat center;
height:34px;
width:21px;
float:right;
margin-left:10px;
}
#tool .zoom_in a {
background:url(images/viewer/tool_zoom_in.jpg) no-repeat center;
height:34px;
width:21px;
display:block;
}
#tool .zoom_in a:hover {
background:url(images/viewer/tool_zoom_in_ov.jpg) no-repeat center;
height:34px;
width:21px;
}
/* 縮小 */
#tool .zoom_out {
background:url(images/viewer/tool_zoom_out_off.jpg) no-repeat center;
height:34px;
width:21px;
float:right;
margin-left:15px;
}
#tool .zoom_out a {
background:url(images/viewer/tool_zoom_out.jpg) no-repeat center;
height:34px;
width:21px;
display:block;
}
#tool .zoom_out a:hover {
background:url(images/viewer/tool_zoom_out_ov.jpg) no-repeat center;
height:34px;
width:21px;
}

/* ページ判断 */
#tool .page_move {
float:right;
line-height:34px;
vertical-align:middle;
font-size:11px;
margin:2px 3px 0;
}

/* ページ「戻る」 */
#tool .page_back {
background:url(images/viewer/tool_page_back_off.jpg) no-repeat center;
height:34px;
width:16px;
float:right;
}
#tool .page_back a {
background:url(images/viewer/tool_page_back.jpg) no-repeat center;
height:34px;
width:16px;
display:block;
}
#tool .page_back a:hover {
background:url(images/viewer/tool_page_back_ov.jpg) no-repeat center;
height:34px;
width:16px;
}
/* ページ「次へ」 */
#tool .page_next {
background:url(images/viewer/tool_page_next_off.jpg) no-repeat center;
height:34px;
width:16px;
float:right;
margin-left:15px;
}
#tool .page_next a {
background:url(images/viewer/tool_page_next.jpg) no-repeat center;
height:34px;
width:16px;
display:block;
}
#tool .page_next a:hover {
background:url(images/viewer/tool_page_next_ov.jpg) no-repeat center;
height:34px;
width:16px;
}
/* ページ「移動」 */

#tool .page_move_text {
float:right;
margin:0 0 0 15px;
}
#tool .page_move_text input {
font-size:14px;
width:40px;
height:22px;
padding:0 5px;
border:1px solid #BDBDBD;
margin:5px 0 0;
}
#tool .page_move_all {
float:right;
line-height:34px;
vertical-align:middle;
margin-top:1px;
}
/* ページ「移動」ボタン */
#tool .btn_page_move {
background:url(images/viewer/tool_btn_page_move_f2.jpg) no-repeat center;
height:34px;
width:60px;
float:right;
margin:0 0 0 5px;
}
#tool .btn_page_move a {
background:url(images/viewer/tool_btn_page_move.jpg) no-repeat center;
height:34px;
width:60px;
display:block;
}
#tool .btn_page_move a:hover {
background:none;
}
/* ビューアー-------------------------------------------------------------------------- */

#viewer {
margin:0;
padding:0;
}
#viewer_in {
margin:85px 0 0 20px;
}
/* メニュー */
#menu_fake {
width:250px;
height:100%;
}
#menu {
}
#menu_in {/* 固定 */
height:100%;	
margin:0;
padding:0;
position:fixed;
top:85px;
left:50px;
}
.menu_top {
background:url(images/viewer/menu_top.jpg) no-repeat;
height:40px;
width:210px;
}
.menu_body {
background:url(images/viewer/menu_body.jpg);
width:210px;
padding:0 0 10px;
}
.menu_bottom {
background:url(images/viewer/menu_bottom.jpg) no-repeat;
height:5px;
width:210px;
}
/* インラインフレーム */
#menu_frame {
width:200px;
background:#FFF;
overflow:auto;
overflow-y:scroll;
overflow-x:hidden;
margin:0 5px;
}
.box_thum {
border-top:2px solid #CCC;
padding:10px 6px 5px;
color:#999;
}
.thum_l {
float:left;
text-align:center;
margin-right:1px
}
.thum_r {
float:left;
text-align:center;
}
.thum_img {
border:#CCC;
height:105px;
overflow:visible;
}
.thum_img:hover {
border:#FF6666;
}
/* メニューコントロール */
.menu_control_fake {
width:40px;
height:100%;
}
.menu_control {/* 固定 */
position:fixed;
top:85px;
left:10px;
width:31px;
margin:5px 0 0;
}
/* ページ */
#page {
}
#page_in table {
	margin:0 auto;
}

/* ←→カーソル */
#page_in .btn_left {
}
#page_in .btn_left a {
	background:url(images/viewer/btn_left.gif) no-repeat center #666;
	width:40px;
	height:740px;
	display:block;
}
#page_in .btn_left a:hover {
	background:url(images/viewer/btn_left.gif) no-repeat center #474747;
	cursor:url(/css/images/viewer/btn_left.ico), pointer;
}

#page_in .btn_right a {
	background:url(images/viewer/btn_right.gif) no-repeat center #666;
	width:40px;
	height:740px;
	display:block;
}
#page_in .btn_right a:hover {
	background:url(images/viewer/btn_right.gif) no-repeat center #474747;
	cursor:url(/css/images/viewer/btn_right.ico), pointer;
}

	/* IE以外 */
:root #page_in .btn_left a {
	cursor:url(images/viewer/btn_left.gif), pointer;
}
:root #page_in .btn_right a {
	cursor:url(images/viewer/btn_right.gif), pointer;
}

/* ＋ーカーソル */
#page_in .zoom_in {
	cursor:url(/css/images/viewer/zoom_in.ico), pointer;
}
#page_in .zoom_out {
	cursor:url(/css/images/viewer/zoom_out.ico), pointer;
}
	/* IE以外 */
:root #page_in .zoom_in {
	cursor:url(images/viewer/zoom_in.gif), pointer;
}
:root #page_in .zoom_out {
	cursor:url(images/viewer/zoom_out.gif), pointer;
}