/*
.class1 { color: #737373; font-size: 9pt; text-align: right }
.class2 { color: #737373; font-weight: bold; font-size: 9pt }
a { color: #737373; font-size: 9pt }
a:active { text-decoration: none }
a:hover { color: #ff4500; font-size: 9pt }
a:link { text-decoration: none }
a:visited { text-decoration: none }
*/

body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;}

/*ベース*/
.float_l { float:left;}

.clear { clear:both;}

/*ベース*/
.ten { width:700px; height:15px; float:left;}

/*アイテムリスト全体囲み枠*/
.item_waku_700 { float:left; width:700px; height:auto; margin-right: -3px;}

/*アイテムリスト枠*/
.item_list_waku { float:left; width:175px; text-align:center; margin-right: -3px;}

/*---商品カートボックス選択---*/
#submit {
display:block;
width:183px;
height:22px;
padding:0;
border:0;
background:url(brand/img/cart.jpg) no-repeat left top;
text-indent:-9898px;
font-size: 0px;
line-height: 0px;
cursor:pointer;
}
#submit:hover,
#submit:focus {
background-position:left -22px;}
