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

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


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

div#index div.headerArea {
  height: 467px;
  background: transparent url(../img/index_main_image.jpg) left top no-repeat;
}

div#index div.headerArea h1 {
  height: 180px;
}

div#index div.headerArea p {
  width: 471px;
  text-align: center;
}

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

div#index div.contents {
  padding: 19px 0 6px 20px;
  border: 1px solid #cccccc;
  background-color: #f3e7da;
}

div#index div.contents ul li {
  float: left;
  width: 219px;
  height: 156px;
  text-indent: -9999px;
}

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

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

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);
}

div#index div.contents ul li#menu05 a {
  background-image: url(../img/index_menu05.gif);
}
div#index div.contents ul li#menu06 a {
  background-image: url(../img/index_menu06.gif);
}


/* .clearfix */

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

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

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