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

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


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

div#index div.headerArea {
  width: 690px;
  height: 406px;
  background: #fff url(../img/index_title.gif) left top no-repeat;
}

div#index div.headerArea h1 {
  height: 180px;
  background: none;
  text-indent: -9999px;
}

div#index div.headerArea p {
  margin: 0 392px 0 60px;
}

div#index h2 {
  width: 690px;
  height: 43px;
  background: transparent url(../img/index_subtitle.gif) left top no-repeat;
}

div#index div.contents {
  padding: 6px 23px 20px;
  border: 1px solid #ccc;
  background-color: #e6f5b1;
  zoom: 1;
}

div#index div.contents ul li {
  float: left;
  width: 205px;
  margin-bottom: 5px;
  text-indent: -9999px;
}

div#index div.contents ul li#menu02 {
  margin-right: 13px;
  margin-left: 14px;
}

div#index div.contents ul li#menu04 {
  width: 642px;
}

div#index div.contents ul li a {
  display: block;
  width: 205px;
  height: 282px;
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
}

div#index div.contents ul li#menu04 a {
  width: 642px;
  height: 139px;
}

div#index div.contents ul li a:hover {
  background-position: -205px 0;
}

div#index div.contents ul li#menu04 a:hover {
  background-position: 0 -139px;
}

div#index div.contents ul li#menu01 a {
  background-image: url(../img/index_menu01.gif);
}

div#index div.contents ul li#menu02 a {
  background-image: url(../img/index_menu02.gif);
}

div#index div.contents ul li#menu03 a {
  background-image: url(../img/index_menu03.gif);
}

div#index div.contents ul li#menu04 a {
  background-image: url(../img/index_menu04.gif);
}

/* .clearfix */

div#index div.contents:after,
div#index div.contents ul:after {
  content: "";
	display: block;
	clear: both;
}

*+html body div#index div.contents,
*+html body div#index div.contents ul {
  height: 1%;
}

*html body div#index div.contents,
*html body div#index div.contents ul {
  height: 1%;
}