*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

body {
   overflow-y:scroll;
}

.caption {
	font-size: 10px;
	padding: 10px;
	margin: 5px;
	line-height: 15px;
}
.catchfraze { font-weight: bold; text-align: center }
.headtext {
	color: white;
	text-align: center;
	font-size: 12px;
}
.headtext10 {
	color: white;
	text-align: center;
	font-size: 10px;
}
.makername {
	text-align: center;
	font-size: 10px;
}
.makernumber { text-align: center }
.normalprice {
	text-align: right;
	font-size: 10px;
}
.offpercent  { font-weight: bold; text-align: center }
.offpercent2 {
	color: #4169e1;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
.offprice {
	color: #ff1493;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}
.sale_oshirase { color: #ff1493; font-weight: bold; text-align: center }
.text_indent { text-align: left; margin-left: 30px }
.textonly { line-height: 150%; padding-right: 10%; padding-left: 10% }
.whatsnew {
	font-size: 10pt;
	line-height: 15pt;
}
.zaikogire   {
	color: #228b22;
	text-align: center;
	font-size: 10pt;
}
.toriyose23   {
	color: #7b68ee;
	text-align: center;
	font-size: 12px;
}
.body150 { line-height: 150% }
.s12-14 {
  font-size: 12px;
  line-height: 14px;
}
.s14-16 {
  font-size: 14px;
  line-height: 16px;
}
.s16-18 {
  font-size: 16px;
  line-height: 18px;
}
.s12-16 {
  font-size: 12px;
  line-height: 16px;
}
.s12-20 {
  font-size: 12px;
  line-height: 20px;
}
.s14-30 {
  font-size: 14px;
  line-height: 30px;
}
.s24-30 {
  font-size: 24px;
  line-height: 30px;
}
.s10-12 {
  font-size: 10px;
  line-height: 12px;
}
.s11-14 {
  font-size: 11px;
  line-height: 14px;
}
.s14-18 {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.1em;
}
.s20-24 {
  font-size: 20px;
  line-height: 24px;
}
.s20-30 {
  font-size: 20px;
  line-height: 30px;
}
.s18-20{
  font-size : 18px;
  line-height : 20px;
}
.s13-16{
  line-height : 16px;
  font-size : 13px;
}
.title10 {
	font-size: 9pt;
	font-weight: bolder;
	padding: 5px 3px;
}
.title12 {
	font-size: 12px;
	font-weight: normal;
	padding: 6px;
}
.comment {
	font-size: 10px;
	line-height: 15px;
	padding: 5px;
}
.itemname {
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}
.itemname10 {
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
}
.nowprinting {
	font-size: 9px;
	color: #959595;
}
.padding5 {
	line-height: 150%;
	padding: 5px;
}
.s10-15 {
	font-size: 10px;
	line-height: 15px;
}
.s10-18 {
	font-size: 10px;
	line-height: 18px;
}
.s9-15 {
	font-size: 9px;
	line-height: 15px;
}

/* CSSで画像を固定サイズにトリミング表示 */
p.thumb{
    float:left; 
    margin:.5em 0; 
    margin-right:10px; 
    border:1px solid #999; 
    padding:2px;
}
p.thumb a{ 
    display:block; 
    float:left; 
    width:100px; 
    height:100px; 
    line-height:100px; 
    overflow:hidden; 
    position:relative; 
    z-index:1;
}
p.thumb a img{ 
    float:left; 
    position:absolute; 
    top:-20px; 
    left:-50px;
}

/* mouse over */

p.thumb a:hover{ 
    overflow:visible; 
    z-index:1000; 
    border:none;
}
p.thumb a:hover img{ 
    border:1px solid #999; 
    background:#fff; 
    padding:2px;
}

/* // mouse over */
