 /* 本体 */ 
.page{
	text-align: center;
	font-size:12px;
	/* letter-spacing: 0.5em; */
}
.page a {
	text-decoration: none;
	color: #900;
	margin: 10px;
}
.page a:hover {
	text-decoration: underline;
}
.page span{
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
}



/*商品のボックス*/
 div#box {  
     padding:10px;  
     /* width:700px;   */
     height:1380px;  
     overflow:auto;  
     position:relative;
	 /* background-color:#FFFBEE;   */
}    

/*枠でデザイン*/

.tb tr{
    border-right:1px solid #663300;
    border-left:1px solid #663300;
    border-bottom:1px solid #663300;
  /*   color:#330000;
    background-color:#996633; */
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.tb td: nth-child(1){
    border-right:1px solid #663300;
    border-top:1px solid #663300;
    border-bottom:1px solid #663300;
    border-left:1px solid #663300;
    padding:5px 1px;
    text-align:center;
}

 /* 本体 */ 
.scrollgeneric {  
     line-height:1px;  
     font-size:1px;  
     position:absolute;  
     top:0;  
     left:0;  
}  

/* 縦スクロール範囲 */ 

 .vscrollerbase {  
     width:10px;  
     background-color:#eee;  
}  

 /* 縦スクロールバー */ 
.vscrollerbar {  
     width:10px;  
     background-color:#900;  
}  

/* 横スクロール範囲 */ 
.hscrollerbase {  
     height:10px;  
     background-color:#eee;  
}  

/* 横スクロールバー */ 
.hscrollerbar {  
     height:10px;  
     background-color:#900;  
}     

/* 縦横スクロールバー */ 
.scrollerjogbox {  
     width:10px;  
     height:10px;  
     top:auto;  
     left:auto;  
     bottom:0;  
     right:0;  
     background-color:#eee;  
}  

/* 文字サイズ */ 
#update {
	font-size:12px;	
}

/* リンク */ 
#update a{
	color:#333333;
	text-decoration:none;
}

/* ホバー */ 
#update a:hover{
	color:#CC6600;
	text-decoration:underline;
}

/* イメージ */ 
#box img {
	margin-right:8px;
	margin-bottom:-4px;
}

/* dd文字列 */ 
#update dd{
	margin-left:160px;
	margin-top:-13px;
}

/* 見出しの変更 */ 
h3.midashi{
	text-indent:-9999px;
	background-image: url("info.jpg");
	background-repeat:no-repeat;
	height:45px;
	margin:0px 0px -8px 0px;
}

body{
	 /* background-color:#FFFBEE; */
	 }
