@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
ul li {
	list-style-type: none;
}
img {
	border-style: none;
}



html, body {
	color: #4F5955;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bg_html {
	background-color: #e3e6dd;
	background-repeat: repeat-x;
	background-position: center 0px;
	background-image: url(images_h/bg.jpg);
}
#bg_ent {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images_h/bg_ent.jpg);
}

#wrap #top_main_menu {
	height: 316px;
	width: 636px;
	margin-top: 10px;
}
#wrap #top_under_menu {
	height: 108px;
}


#wrap #top_tel {
	background-image: url(images_h/tel.gif);
	background-repeat: no-repeat;
	height: 45px;
	background-position: right;
	text-indent: -9999px;
}

#wrap #top_header a {
	text-indent: -9999px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 28px;
}





#wrap #top_header {
	background-image: url(images_h/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	margin-bottom: 30px;
	padding: 2px;
	height: 36px;
}
#top_main_menu #001 {
	background-image: url(images_h/main_menu001.jpg);
	background-repeat: no-repeat;
	width: 114px;
	text-indent: -9999px;
	height: 108px;
}
#top_main_menu #001 a {
	display: block;
	height: 108px;
	width: 114px;
}
#top_main_menu #001 a:hover {
	background-image: url(images_h/main_menu001r.jpg);
	background-repeat: no-repeat;
}

#wrap_ent #top_header {
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	padding: 0px;
	height: 0px;
	margin: 0px;
}
#wrap_ent #ent #btn_ent {
	display: block;
	position: absolute;
	height: 30px;
	width: 190px;
	left: 188px;
	top: 277px;
}
#wrap_ent #ent #btn_ent a {
	display: block;
	height: 30px;
	width: 190px;
	text-indent: -9999px;
}
#bg_ent #wrap_ent h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}


#wrap_ent #ent #btn_fla {
	height: 30px;
	width: 190px;
	position: absolute;
	left: 189px;
	top: 330px;
}
#wrap_ent #ent #btn_fla a {
	display: block;
	height: 30px;
	width: 190px;
	text-indent: -9999px;
}
#wrap_ent #ent #btn_leave {
	display: block;
	position: absolute;
	height: 30px;
	width: 190px;
	left: 429px;
	top: 278px;
}
#wrap_ent #ent #btn_leave a {
	display: block;
	height: 30px;
	width: 190px;
	text-indent: -9999px;
}

#wrap #top_footer_menu {
	height: 15px;
	clear: both;
	float: none;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 8px;
}
#wrap #top_footer_menu .menu_footer .bar {
	margin-left: 5px;
	background-image: url(images_h/bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	display: block;
	float: left;
	padding-right: 5px;
}

#wrap #top_footer_menu li {
	float: left;
	height: 10px;
	text-align: right;
}
#wrap  .menu_footer {
	float: right;
}
#wrap #top_footer_menu .shop_name {
	background-image: url(images_h/footer_text1.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 224px;
	float: left;
}
#wrap #top_footer {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 7px;
	display: block;
	clear: both;
	float: none;
}

#wrap #top_main_menu ul li {
	float: left;
}
#wrap #top_tel {
	background-image: url(images_h/tel.gif);
	background-repeat: no-repeat;
	height: 58px;
	background-position: 5px 3px;
	text-indent: -9999px;
}
#wrap #box_cast a {
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 316px;
	width: 318px;
}

#wrap #box_news a {
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 316px;
	width: 318px;
}


.clear {
	clear: both;
	float: none;
}


#wrap {
	padding: 0px;
	width: 636px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	height: 560px;
	left: 50%;
	top: 50%;
	margin-top: -280px;
	margin-left: -318px;
}

#wrap_ent {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	height: 520px;
	left: 50%;
	top: 50%;
	margin-top: -260px;
	margin-left: -400px;
}
#wrap_ent #ent {
	background-image: url(images_h/ent.png);
	background-repeat: no-repeat;
	height: 500px;
	width: 800px;
}



.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#footer {
	background-image: url(images_h/footer.png);
	background-repeat: no-repeat;
	height: 206px;
	width: 337px;
	text-indent: -9999px;
}


/* クレジットカードボタン */
#top_footer a#toppage_card{
	background-image: url(images_h/btn_toppage_card.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 15px;
	width: 110px;
	padding:0;
	margin-right:10px;
	float:right;
}
#top_footer a:hover#toppage_card{
	background-position:0px -15px;
}