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

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


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

div#index {
  padding: 37px 0 84px;
  background: transparent url(../img/index_bg.jpg) left top no-repeat;
}

div#index div.leadArea {
  height: 309px;
}

div#index div.leadArea div.title {
  width: 257px;
  height: 99px;
  margin: 0 0 136px 28px;
  background: transparent url(../img/index_title.jpg) left top no-repeat;
  text-indent: -9999px;
}

div#index div.leadArea p {
  line-height: 1.4;
  margin-left: 32px;
}

div#index div.contents {
  height: 422px;
}

div#index div.contents table,
div#index div.contents table td {
  margin: 0;
  padding: 0;
  border: none;
}

div#index div.contents table {
  margin-left: 19px;
}
