body {
    background-image:url(../image/menu_back-ground.gif);
    background-repeat:repeat-x;
    background-color:#000033;
}
td {
    font-size: 10pt;
    color:#CC9966;
    background-image:none;
} 

.textarea { font-size : 9pt ; } 
.s { font-size : 8pt ; } 
.ss { font-size : 6pt ; } 
.sr { font-size : 8pt ; color : #FFCC99 ; } 
.b { font-size : 10pt ; font-weight : bold ; } 
.bw { font-size : 10pt ; font-weight : bold ; color : #FFCC99; } 
.red { font-size : 10pt ; color : #ff0000 ; }
.w { font-size : 10pt ; color : #FFFEF2 ; }
.l { font-size : 12pt ; color : #cc0000 ; font-weight : bold ; } 
.head { font-size : 10pt ; color : #FFFEF2 ; font-weight : bold ; } 
.price { font-size : 12pt ; color : #ff0000 ; font-weight : bold ; } 

a { text-decoration : none ; } 
a:link { color:#CC0000 ; } 
a:visited { color : #CC0000 ; } 
a:hover { color : #FF0000 ; text-decoration : underline ; } 
hr { color : #FFFEF2 ; } 

td.head {background-color:#222222;background-image:none;color:#FFFFFF;}
td.input{background-color:#444444;background-image:none;}
td.space{background-color:#666666;background-image;none;}
td.etc  {background-color:#666666;background-image:none;color:#FFFFFF;}

/* カートボタン */

.cartin{
top:10px;
left:7px;
width:100px;
height:60px;
margin:0px auto;
}

.cartin a{
display:block;
text-indent:-9999px;
text-decoration:none;
width:100px;
height:60px;
background-image:url(/project/ita/image/btn_catalog_cart.gif);
background-position:0px 0px;
}

.cartin a:hover{
background-position:0px -60px;
}


.cartout{
margin:0px auto;
top:10px;
left:7px;
width:100px;
height:60px;
}

.cartout a{
display:block;
text-indent:-9999px;
text-decoration:none;
width:100px;
height:60px;
background-image:url(/project/ita/image/btn_catalog_cart.gif);
background-position:-100px 0px;
}

.cartout a:hover{
background-position:-100px -60px;
}

.nobuy{
margin:0px auto;
top:10px;
left:7px;
width:100px;
height:60px;
text-indent:-9999px;
text-decoration:none;
background-image:url(/project/ita/image/btn_catalog_cart.gif);
background-position:-200px 0px;
}

.zumi{
margin:0px auto;
top:10px;
left:7px;
width:100px;
height:60px;
text-indent:-9999px;
text-decoration:none;
background-image:url(/project/ita/image/btn_catalog_cart.gif);
background-position:-300px 0px;
}

.gotoregi{
text-align:center;
margin:5px auto;
}

/* レジへ移動ボタン */

.goto_regi{
width:120px;
height:35px;
margin-left:600px;
}

.goto_regi a{
display:block;
width:120px;
height:35px;
background-image:url(/project/ita/image/goto_regi.gif);
text-indent:-9999px;
}