
/*----------------------------------------
		import
----------------------------------------*/

@import url("/mar/manual/common/css/basestyle.css");


/* ↓ 企画毎のスタイルは、これより下に記述します。 ↓ */

div#index {
  padding-bottom: 60px;
}

div#index table {
  margin-top: 0;
  border: none;
}

div#index table th,
div#index table td {
  padding: 0;
  border: none;
}

div#index div#contents table td img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

div#index div.contents table td.copy {
  height: 82px;
  background: transparent url(../img/index_image_t.jpg) left top no-repeat;
  vertical-align: top;
  text-align: center;
}

div#index address.copyright {
  display: block;
  margin: 0 0 3em;
  font-style: normal;
  text-align: right;
}