@charset "Shift_JIS";

/* ボディ・パーツ
--------------------------------------------------------------------------------- */
* {
   margin: 0;
   padding: 0;
}

body {
   margin: 0 20px 0 20px;
   padding: 0;
   text-align: center;
   background: #fff;
}
body,th,td {
   font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳゴシック", "Hiragino Kaku Gothic Pro", "Osaka";
   font-size: 10pt;
   line-height: 150%;
   letter-spacing: 1px;
}

em {
   display: none;
}
img {
   border:0;
}

/* レイアウト
--------------------------- */
#Wrapper { 
   margin: 0 auto;
   padding: 0;
   width: 700px;
   text-align: left;
   background: #fff;
   border-right: none;
   border-left: none;
}

#header {
   position: relative;
   width: 700px;
   height: 100px;
   border-bottom: 3px solid #373535;
}

#header.campaign {
   /* background: url('../images/campaign/main_image_print.gif') top left no-repeat; */
}
#header h1 {
   display: none;
}
img.nodisplay { display: block; }
#header p {
   display: none;
}

#contents {
   margin: 30px 0 0 0;
   padding: 0;
   width: 700px;
   text-align: left;
   clear: both;
}
#contents h2 {
   display: none;
}

/* campaign
--------------------------------------------------------------------------------- */
#contents #campaign-main {
   width: 480px;
   float: right;
}

#contents #campaign-main table.chui {
   width: 480px;
   border: 1px solid #4e4e4e;
}

#contents #campaign-main table.chui th,
#contents #campaign-main table.chui td {
   padding: 8px 10px;
}
#contents #campaign-main table.chui th {
   border-right: 1px solid #4e4e4e;
}

#contents #campaign-main table.chui th {
   font-weight: normal;
   color: #CE7E7E;
   text-align: center;
   background: url('../images/com/dot_line3.gif') repeat-y right top;
   width: 28%;
}

#contents #campaign-main table.chui td {
   width: 72%;
}

#contents #campaign-main .section {
   margin-top: 20px;
   border-bottom: 1px solid #4e4e4e;
   padding-bottom: 15px;
   clear: both;
}
#contents #campaign-main .section h3 {
   font-size: 14px;
   margin-bottom: 5px;
}
p.print {
   display: none;
}

/* メニュー
--------------------------------------------------------------------------------- */
#menu {
   display: none;
}

/* フッター
--------------------------------------------------------------------------------- */
#pagetop {
   display: none;
}

#footer {
   display: none;
}

.ft-right {
   margin-left: 15px;
   float: right;
}

