
body {
  font-size: 12px;
  font-family: ＭＳ Ｐゴシック,Osaka;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.5;
}

a:link{font-size:12px; color: #000000; text-decoration: underline}
a:visited{font-size:12px; color: #000000; text-decoration: underline }
a:hover{font-size:12px; color: #868686; text-decoration: underline }
a:active{font-size:12px; color: #868686; text-decoration: underline }

#wrapper {
  background-image: url("../coupon/images/co_back.gif");
  background-repeat: repeat-y;
  width: 330px;
  margin: 0 auto;
}

#header {
  width: 298px;
  height: 22px;
  color: #000000;
}

#main {/*メイン全体*/
  width: 298px;
  height: 250px;
}

#main_off {/*新規20％OFF*/
  width: 250px;
  border-width: 1px;
  border-color: #3f3f3f;
  border-style: solid;
  text-align: center;
  margin-bottom: 10px;
}

#footer {/*フッターコピーライト*/
  width: 298px;
  height: 28px;
  color: #ffffff;
  clear: both;
  background: #3f3f3f;
  text-align: center;
}


/* ■その他 */

p {
  padding: 0.5em;
  margin: 0;
}

.main_h {/*メイン本文*/
  width: 298px;
  text-align: center;
  margin-top: 15px;
}

.red {/*赤文字*/
  color: #ff0000;
}

.t_14 {/*14px文字*/
  font-size: 14px;
}

.t_24b {/*24px太文字*/
  font-size: 24px;
  font-weight: bold;
}