@CHARSET "UTF-8";

.contentsbox{
  width:96%;
  margin:8px 2% 32px 2%;
}

.linkitembox{
  display:table;
  width:100%;
}

.linksamplebox{
  display:table-cell;
  vertical-align:top;
  width:30%;
  height:200px;
  background-color:#cccccc;
}

.linkwordbox{
  display:table-cell;
  vertical-align:top;
  width:70%;
  height:200px;
  padding:16px;
}

.linktitlebox{
  font-size:18px;
  border-bottom:1px solid #331100;
  margin-bottom:8px;
}

#container{
  margin:0 auto;
}

.itembox{
  width:300px;
  height:300px;
  margin:8px;
  background-color:rgba(36,8,0,0.2);
  font-size:0.8em;
  color:#ffffff;
}

.textinner{
  font-size:1em;
  margin:2px 4px 4px 4px;
}

.itembox a{
  color:#884400;
  text-decoration:none;
}

.buttonbox{
  display:table;
  margin:0 auto;
}

.button{
  display:table-cell;
  color:#663300;
  text-decoration:none;
  text-align:center;

  background-image:url(pic/tape.png);
  width:140px;
  height:22px;
  font-size:0.7em;
  line-height:22px;
}

.button:hover{
  background-image:url(pic/tape_on.png);
/*
  background-color:#cc6600;
  color:#ffffff;
*/
}

.soldout{
  color:#0000ff;
  font-weight:bold;
}