﻿@import url("reset.css"); 
@import url("fonts.css"); 
@import url("module.css");



p.cover{
   width:250px;
   padding: 10px 0px 10px 10px;
   float:left;
}

span#pretitle{
    font-size:medium;
    font-weight: bold;
    line-height:1.5;
}

span#subtitle{
    font-size:medium;
    font-weight: bold;
    line-height:1.5;
}

div.bookdata{
   padding: 10px 0px 20px 0px;
    width:480px; /* 220209 380->480px */
    float:right;
}

div.bookdatasmall{
   padding: 10px 0px 0px 0px;
    width:330px;
    float:right;
}

div.bookdatamini{
   padding: 10px 0px 0px 0px;
    width:250px;
    float:right;
}

div.bookdatamini2{
   padding: 10px 0px 0px 0px;
    width:270px;
    float:right;
}

div.tabbox{
    clear:both;
    width:638px;
    margin-top:20px;
    margin-left:10px;
    margin-bottom:10px;
}


p.summary{
    font-weight: bold;
    margin-top: 1ex;
    margin-bottom: 1ex;
}

p.isbn{
    font-family: Courier New, Courier,monospaced;
} 

a.errata {
    background-image: url("img/grayarrow.gif");
    background-repeat: no-repeat;
    padding:0px 5px 10px 17px;
    margin:5px;
}

img.buyshop {
    margin:10px 10px 10px 5px;
}

div.tabindex{
    clear:both;
    width:638px;
    height:29px;
    background-image: url("img/tabback.gif");
    background-repeat: repeat-x;
}

div.tabindex ul li.current{
    background-image: url("img/tab1l.gif");
    height:20px;
}


div.tabindex ul li {
    background-image: url("img/tab2l.gif");
    background-repeat: no-repeat;
   	float: left;
    width: 111px;
    height:20px;
    padding-top: 9px;
    text-align:center;
}

div.tabbox div{
    border: #303030 1px solid;
    border-top: none;
    padding: 10px;
    margin-top:0px;
    padding-top:20px;
}

div.tabbox div.tabindex{
    border: none;
    padding: 0px;
    margin-top:0px;
}


div.tabindex ul li{
    cursor: pointer;
}

ul.nomark{
  	list-style-type:none;
}

ul.nomark li ul {
    margin-left: 2em;
  	list-style-type:none;
}

ul.indent {
    padding-left: 1em;
    margin-left: 1em;
}

dl dt{
    font-weight: normal;
    padding-left:10px;    
    font-weight:bold;
    margin-bottom: 5px;
}

p.send{
    text-align:center;
    margin-bottom:20px;
    font-size:medium;
    font-weight:bold;
}

table.shoplist{
    margin:10px;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

table.shoplist th{
	text-align:center;
	}

table.shoplist td{
	padding:4px 8px;
	}


div#main h2{
	border-top: #666666  solid 1px;
	border-bottom: #666666 solid 1px;
	font-size:large;
	font-weight: bold;
    padding: 2px 0px 0px 0px;
    margin: 2ex 0 1ex 10px;
    clear: both;
}

div#main h3{
    font-size: x-large;
    font-weight: bold;
    border-left: 5px #535353 solid;
    padding-left: 5px;
    margin: 20px 10px 10px 10px;
}


div#main{
    width:740px;  /* 220209 640->740 */
    float:right;
    margin-left: 10px;
    margin-bottom: 30px;
}

div#main p.cover{
    margin-bottom: 20px;
}

ul.memo {
    margin-left: 30px;
    margin-top: 15px;
  	list-style-type:circle;
}

ul.memo li{
    margin-bottom:2px;
}


a.ebtn{
    display:block;
    background-image:url(../ebook/img/button.png);
    width:120px;
    height:30px;
    margin-bottom:10px;
    color: #444;
    font: normal 14px;
    font-weight: bolder; 
    line-height: 28px;
    text-align: center; 
    text-decoration: none;
    margin-top: 10px;
    outline: none; 
}

a.ebtn:active{ background-position:top right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.ebtn-sr{ display:block;
    background-image:url(../ebook/img/button-sr.png);
    width:170px;
    height:45px;
    margin-bottom:10px;
    color: #444;
    background-repeat: no-repeat;
    font: normal 14px;
    font-weight: bolder; 
    line-height: 16px;
    text-align: center; 
    text-decoration: none;
    padding-top: 5px;
    margin-top: 10px;
    outline: none; 
}

a.ebtn-sr:active{ background-position:top right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}


div.listbox h2 a{
	text-decoration:none;
}


