@charset "utf-8";
/* CSS Document */
body{
background:#f8f8f8;
}
.shop_list{
width:700px;
}
h1{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
background-color:#dedede;
border-bottom:2px #999999 solid;
padding:8px;
}
.pic {
width:200px;
height:151px;
float:left;
margin:8px;
}
.content{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#333333;
padding:8px;
width:400px;
}
