@charset "Shift_JIS";
/* 簡便のために全要素のマEジンとパディングめEに */
#ID{
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     margin-left: 0px;
     padding-top: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
     padding-left: 0px;
}
/* 啁E一覧エリアの背景 */
#item-list{
     background-repeat: repeat;
     background-attachment: scroll;
     background-position: 0% 0%;
     background-size: auto auto;
     background-origin: padding-box;
     background-clip: border-box;
     overflow: auto;
     width: 650px;
}
/* クリアフィチEス */
#item-list ul::after{
  content:"";
  clear:both;
  display:block;
}
/* 啁E一覧のリストE設宁E*/
#item-list ul li{
     display: block;
     list-style-type: none;
     background-repeat: repeat;
     background-attachment: scroll;
     background-position: 0% 0%;
     background-size: auto auto;
     background-origin: padding-box;
     background-clip: border-box;
     padding-top: 5px;
     padding-left: 5px;
     padding-right: 5px;
     padding-bottom: 5px;
     margin-top: 5px;
     margin-left: 5px;
     margin-right: 5px;
     margin-bottom: 5px;
     float: left;
}
