@import url("reset.css"); 
@import url("fonts.css"); 

body {
	color: #333333;
	text-align: center;
}


.btn {
    margin: 2px 0px;
}

div#wrap {
    width:800px;
	margin: 0px auto;
	background-color: #ffffff;
	border-top: #ffffff solid 1px;
	position: relative;
}

#toplink {
	position:absolute;
	top: 10px;
	left: 0px;
	width: 180px;
	height: 30px;
}

#subtoplink {
	position:absolute;
	top: 40px;
	left: 0px;
	width: 200px;
	height: 40px;
}


h1.left {
    border:none;
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 200px;
}


h1 {
    font-size: 180%;
    font-weight: bold;
    border-left: 5px #535353 solid;
    padding-left: 5px;
    margin: 25px 0px 10px 0px;
}


ul {
    margin: 0;
    padding: 0;
}


ul#gnavi {
	position:absolute;
	top: 30px;
	left: 205px;
	width: 595px;
	height: 60px;
}

ul#gnavi li{
    width:85px;
   	float: left;
}

div#header {
	height: 70px;
    width: 800px;
    position: absolute;
    top: 0px;
}

div#contents{
	width: 800px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 95px;
	text-align: left;
}

div#contents2 {
	width: 800px;
	position: relative;
    margin-bottom: 10px;
    clear: both;
}

.left{
    float:left;
    width: 180px;
    margin: 0px 0px 0px 0px;
}

.left ul ul{
    margin-left: 2ex;
}

p.seecart{
    margin: 10px 0px 0px 0px;
}

p.seecart button{
    width:180px;
    height:35px;
}

.right{
	float:right;
	width: 595px;
	margin: 0px;
    padding:0px;
}

.leftcol{
    float:left;
    margin: 0px 10px 0px 0px;
    padding-left: 10px;
}

div.rightcol{
    float:right;
    padding: 0px;
    width: 430px;
}

div.rightcol p a img{
    margin-right:1ex;
    vertical-align:bottom;
}

div.rightcol p {
    margin-bottom:1ex;
}

p.exp{
    font-size: 90%;
    color: #333;
    margin-bottom:10px;
}   


ul.cat li{
   	float: left;
    width: 180px;
    height:140px;
    display: block;
    border-left: #ddd 5px solid;
    padding-left: 5px;
}

ul.catindex{
    overflow:hidden; /* bad knowhow */
}

ul.catindex li{
   	float: left;
    width: 200px;
    margin: 3px;
    display: block;
    border-left: #ddd 5px solid;
    padding-left: 5px;
}

ul.catindex li.narrow{
   	float: left;
    width: 140px;
    margin: 3px;
    display: block;
    border-left: #ddd 5px solid;
    padding-left: 5px;
}

h2{
	border-top: #666666  solid 1px;
	border-bottom: #666666 solid 1px;
	font-size:medium;
	font-weight: bold;
    padding: 2px 0px;
    margin: 2ex 0 1ex 0;
    clear: both;
}

div.left h2{
    border:none;
    margin:10px 0px 5px 0px;
}

h2 span img{
    margin-right:1ex;
    vertical-align:bottom;
}

h2 span.campaign{
   margin-left:2em;
}


h3{
    border-left: #666666  solid 5px;
    padding-left: 5px;
    margin: 16px 4px 12px 0px;
    font-weight: bold;
    clear: both;
}


.qbox{
    width: 195px;
    float:left;
}


.qbox p{
    padding-left: 8px;
    margin-bottom: 8px;
}





div#footer {
	clear: both;
	width: 798px;
    padding-bottom:10px;
	border: #d0d0d0 1px solid;
    text-align: left;
    position:relative;
}

div#footer a{
	text-decoration:none;
	}

p#copy{
    margin-top: 0px;
    margin-bottom: 0px;
	padding: 10px 0px 0px 10px;
}

p#footitem{
    margin-top: 0px;
    margin-bottom: 0px;
    position:absolute;    
	top: 10px;
	right: 10px;
}



#toplink a, #subtoplink a{
	border: none;
}


ul#toplink  li{
    margin: 0;
    text-indent: 0;
}


ul#topnavi{
	position: absolute;
	top: 5px;
	right: 0px;
	height: 25px;
	width: 600px;
	padding-top: 0px;
	text-align: right;
}

ul#topnavi li{
	display: inline;
	margin: 0.1ex 0.5em;
}


ul#topnavi li a{
    text-decoration:none;
}

div.keyvisualbox{
    width:593px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    border:#e0e0e0 1px solid;
    overflow:hidden; /* bad knowhow */
}

div.pricecard{
    float:right;
    width:190px;
    margin:5px 0px 0px 0px;
    height:30px;
}

p.top_price {
    font-family: arial,helvetica,clean,sans-serif;
    font-weight: bold;
    font-size: x-large;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 0px;
    overflow:hidden;
}

div.pricecard ul{
    margin-left:20px;
    width:150px;
}

p.buyshop {
	width: 155px;
	margin: 20px auto 0px auto;
	line-height: 0px;
    text-align:center;
}


td.price,
td.media,
p.price {
    font-family: arial,helvetica,clean,sans-serif;
    font-weight: bold;
    font-size: large;
}


p.oldprice {
    font-family: arial,helvetica,clean,sans-serif;
    font-weight: normal;
    font-size: small;
}

td.notax,
td.price {
    text-align:right;
}

td label input {
    padding-right: 1em;
}



p.prodinfo{
    font-weight: bold;
    font-size: medium;
    margin:10px 0px;
}

p.cartbtn {
    font-family: arial,helvetica,clean,sans-serif;
    float: right;
    margin:0px;
    padding:10px 0px;
    font-weight: bold;
    font-size: large;
}

p.cartbtn input{
    vertical-align:-5px;
}

p.cartbtn input#buypdf,
p.cartbtn input#buy{
    vertical-align:0px;
}


table.prlist{
    width: 595px;
    margin: 20px 0px 10px 0px;
}

td.num {
	text-align: right;	
    font-family: arial,helvetica,clean,sans-serif;
    font-weight: bold;
    font-size: 120%;
    white-space: nowrap;
}

td.buy {
	text-align: right;	
    white-space: nowrap;
}


th.prodname {
    width: 380px;
	text-align: center;
}


th.num {
    width:100px;
	text-align: right;	
}


th.pricehead {
    width:70px;
	text-align: center;
	font-size:x-small;	
}
th.priceheadtop {
	text-align: center;
	font-size:x-small;	
}

td.item {
    width:350px;
}

th.buybtn {
    width: 72px;
}

th.mid,
td.mid {
	text-align: center;	
}


tr td {
	background-color:#f0f0f0;
	padding: 2px 10px;
	border-right: #ffffff solid 1px;
	border-bottom: #ffffff solid 1px;
}

table.prlist tr td {
	border-right: #d2d2d2 solid 1px;
	border-bottom: #d2d2d2 solid 1px;
}

tr th {
	background-color:#d2d2d2;
	text-align:left;
	padding: 2px 10px;
	border-right: #ffffff solid 1px;
	border-bottom: #ffffff solid 1px;
    white-space: nowrap;
    font-weight: bold;
}


p#copy{
	padding-top: 10px;
	padding-left: 10px;
}

p#date{
	padding-top: 5px;
}

p.rsslogo {
    position: absolute;
    top: 218px;
    right: 2px;
}


dt {
    font-weight: bold;
}   

dd {
    font-weight: normal;
    padding-left: 2em;
    padding-bottom: 2ex;
}   

dl.flat dt {
    display: inline;
}


dl.flat dd {
    vertical-align: top;
    float: left;
    display: inline;
}



dl.newinfo dt{
    width: 9.5em;
    font-weight: bold;
 }

dl.newinfo dd{
    padding-left: 10em;
    margin-top: -3ex;
}




ul.product li{
   	float: left;
    width:190px; 
    height: 23ex;
    padding-top: 10px;
    margin: 10px 10px 10px 0px;
    text-align: center;
    background-color: #f0f0f0;
    position:relative;
}


ul.product li a{
  	display: block;
    font-size: 90%;
}


ul.product li p{
    font-weight: normal;
    font-size: 100%;
    font-family: arial,helvetica,clean,sans-serif;
}


p.prices{
    padding: 0px 5px 5px 5px;
    position: absolute;
    bottom: 0pt;
    left: 0px;
    width: 95px;
}


p.buy{
    padding: 0px 5px 5px 5px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 95px;
}

form {
    display: inline;
}

p.mainbuy {
    padding: 0px 5px 3px 5px;
    border: 1px solid #a0a0a0;
    width: 100px;
    text-align: right;
}

p.booktitle {
    font-weight: bold;
	font-size:144%;
}

p.booksubtitle {
    font-weight: bold;
	font-size:120%;
}

label{
    cursor:pointer;
}


span.wt{
    font-size:small;
    font-weight: normal;
}


.prodpic{
    float:left;
    width: 150px;
    margin: 0px 10px 10px 0px;
}


span.memo{
    font-size:90%;
    line-height:2;
}

div#breadlist{
    position:absolute;
    right:0px;
    top:93px;
}

p.backlink{
    clear:both;
    text-align:right;
    margin-top:0px;
}

ul.index li {
   	float: left;
    width: 140px;
    height: 20px;
    text-align:center;
}

.cautionbox{
    border: 1px solid #d00000;
    color:#d00000;
    padding: 3px;
}


.warn,
p.attention{
    color:#d00000;
}

p.isbn{
    font-family: Courier New, Courier,monospaced;
} 

tr td.num del{
   font-size:100%;
   color:#808080;
}

li.kome {
    padding-left: 1em;
    text-indent: -1em;
}

ul.norm {
    list-style-type: disc;
    padding: 0px 0px 0px 2ex;
    margin: 2ex;
}

img.inner{
    margin: 2ex 0 4ex 0;
    text-align:center;
}

img.top{
    margin: 2ex 0px 4ex 0;
    vertical-align:top;
}

ol.norm {
    list-style-type: decimal;
    padding: 0px 0px 0px 2ex;
    margin: 2ex;
}

p.fright{
    text-align:right;
    margin-bottom:2ex;
}

p#tagline{
	position:absolute;
	top: 5px;
	left: 205px;
    color:#333333;
}

div.sc_box{
    clear:both;     
    width:583px;
    border:1px solid #666666;
    padding: 5px;
}

span.note{
    font-size:smaller
}

.center{
    text-align:center;
}


.downarrow{
    text-align:center;
    font-style:normal;
    font-weight:bold;
}

.caution{
    color:#d00000;
}

/* ===================================================================== 
  __clearfix
===================================================================== */


.clearfix:after{
    content: ".";
    display: block;
    height: 0px;
    clear:both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


em {
    font-style:normal;
    font-weight:bold;
}
