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

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


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

div#index a {
  outline: none;
}

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

/* title */

div#index div.headerArea h1 {
  width: 327px;
  height: 150px;
  background: transparent url(../img/top_title.gif) left top no-repeat;
}

div#index div.headerArea p {
  line-height: 1.5;
  margin: 0 395px 0 18px;
}

div#index div.contents {
  padding-bottom: 27px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ccc;
}

div#index div.contents h2 {
  height: 68px;
  background: transparent url(../img/top_subtitle.gif) left top no-repeat;
}

div#index div.contents ul {
  margin: 0 21px;
}

div#index div.contents ul li {
  float: left;
  width: 208px;
  height: 249px;
  margin-left: 11px;
  text-indent: -9999px;
}

div#index div.contents ul li#menu01 {
  margin-left: 0;
}

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

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

div#index div.contents ul li#menu01 a {
  height: 249px;
  background-image: url(../img/top_menu01.jpg); 
}

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

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


.footerArea h3{
background:none !important;
text-indent:0px !important;
height:20px !important;
}

/* .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%;
}