<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*----------------------------------------
		import
----------------------------------------*/

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


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

div#index div.headline {
  height: 247px;
  background: transparent url(../img/index_headline.jpg) left top no-repeat;
}

div#index div.headline h1 {
  height: 188px;
  margin: 0;
  text-indent: -9999px;
}

div#index div.headline p {
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}

div#index div.contents ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

/* Windows IE7 */

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

/* Windows IE6 */

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

div#index div.contents li {
  float: left;
  width: 230px;
  height: 758px;
  text-indent: -9999px;
}

div#index div.contents ul li#beauty {
  background: transparent url(../img/index_image_beauty.jpg) left top no-repeat;
}

div#index div.contents ul li#hospitality {
  background: transparent url(../img/index_image_hospitality.jpg) left top no-repeat;
}

div#index div.contents ul li#originality {
  background: transparent url(../img/index_image_originality.jpg) left top no-repeat;
}

div#index div.contents ul li a {
  display: block;
  width: 230px;
  height: 215px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
}

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

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

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

div#index div.contents ul li#originality a {
  background-image: url(../img/index_menu03.jpg);
}</pre></body></html>