/* CSS Document */

#styleSample h4{
background:url(../images/common/levis_style_head.gif) no-repeat;
text-indent:-10000em;
margin:0px;
padding:0;
line-height:1.5;

}

#styleSample ul{
margin:0;
padding-top:10px;
/* border:#999999 1px solid; */
/* height:550px;*/
width :506px;
top:-8px;
}

#styleSample li{
float:left;
display:block;
list-style:none;
margin:0;
margin-right:20px;
padding-bottom:8px;
width :155px;
height:175px;
}

#styleSample li.last_child{
float:left;
display:block;
list-style:none;
margin:0;
margin-right:0px;
padding-bottom:8px;
width :155px;
height:175px;
}

/*スタイルサンプルの高さ調節*/
*html #styleSample h4{
background:url(../images/common/levis_style_head.gif) no-repeat;
text-indent:-10000em;
margin:100px;
padding:0;
line-height:2!important;
}
