<style type="text/css">
/*共通*/
h5.obi1 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
h5.obi2 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;

}
p.side {
  margin: 0;
  padding: 10px 0;
  line-height: 140%;
  font-size:10pt;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
} 
p.side b{
  font-size:10pt;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
p.side a{
  font-size:10pt;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
img.side {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.sideBox {
  margin: 10px auto 10px; /*枠トップの位置*/
  width: auto;
  max-width: 280px;
  padding: 0px 10px 10px 10px; /*枠内エリアの位置*/
  line-height: 140%;
  background: #f5f5f5 url(./gazo/pattern-bg.png) repeat;
  color: #222;
  border-radius: 5px;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 2px rgba(0,0,0,.16), 1px 1px 0px rgba(255,255,255,.9) inset;
}

/*黒パターン*/
h5.obi1 {
  position: relative;
  color: #fff;
  background: #555;
  font-size: 16px;
  margin: 10px -20px 0px -20px; /*帯の折り返し*/
  padding: 15px 5px 10px 5px; /*帯内の文字位置*/
  box-shadow: 0 1px 3px #777;
}
h5.obi1:after,h5.obi1:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #333;
}
h5.obi1:after {
  left: 0;
  border-right: 5px solid #333;
}h5.obi1:before {
  right: 0;
  border-left: 5px solid #333;
}

/*シルバーパターン*/
h5.obi2 {
  position: relative;
  color: #111;
  background: #ccc;
  background-image: -webkit-linear-gradient(#ddd, #bbb);
  background-image: -moz-linear-gradient(#ddd, #bbb);
  background-image: -o-linear-gradient(#ddd, #bbb);
  background-image: -ms-linear-gradient(#ddd, #bbb);
  background-image: linear-gradient(#ddd, #bbb);
  font-size: 16px;
  margin: 10px -20px 0px -20px; /*帯の折り返し*/
  padding: 15px 5px 10px 5px; /*帯内の文字位置*/
  box-shadow: 0 1px 3px #777;

}
h5.obi2:after,h5.obi2:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #777;
}
h5.obi2:after {
  left: 0;
  border-right: 5px solid #777;
}h5.obi2:before {
  right: 0;
  border-left: 5px solid #777;
}
</style>

