@charset "UTF-8";

div#content ul {
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 10px;
}

div#content li {
font-size: x-small;
margin-left: 0;
}

.adbox {
background-color: #626262;
background-image: url(bg_box.gif);
margin: 0 6px 5px;
padding: 9px;
}
.adwin {
float: left;
list-style-type: none;
background-color: white;
text-align: center;
width: 140px;
height: 180px;
margin: 0 10px 10px 0;
padding: 10px;
}

.adwinnp {
float: left;
list-style-type: none;
background-color: white;
text-align: center;
width: 140px;
height: 140px;
margin: 0 10px 10px 0;
padding: 10px;
}
.adwin img {
margin-bottom: 3px;
border: solid 1px silver;
}

/* ==== 4: clearfix =========================== */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


