/* CSS Document */

body {
	background-image: url(../img/backpat_2.jpg);
	margin: 0px;
	padding: 0px;
	color:#FFF;
	font-size:13px;
	line-height:130%;
	
}



#container {
    /*高さは使う画像に合わせて設定してください*/
    width: 100%;
	height:100%;
	position:static;
}


#header_top {
	position:absolute;
	width:100%;
	height:65px;
	z-index:290;
	}
	
#header_topb {
	position:absolute;
	width:100%;
	z-index:290;
}

#header_block {
	background-image: url(../img/backpat_1.jpg);
	height:650px;
}

#header_block_b {
	background-image: url(../img/backpat_1.jpg);
	height:220px;
}

#header_block_sub {
	position:relative;
	width:990px;
	margin: 0 auto;
}

#header_bottom {
	position:relative;
	width:100%;
	height:68px;
	z-index:290;
	top:-68px;
}
#header_bottom_b {
	position:absolute;
	width:100%;
	height:68px;
	z-index:2;
	background-image:url(../img/header_over_bottom.png);
	background-repeat:repeat-x;
	bottom:0px;
}
#body_block {
	position:relative;
	width:990px;
	margin: 0 auto;
	}

#mainmanu_wrap {
	position:absolute;
	width:280px;
	z-index:300;
	top:-30px;
	
}

#mainmenu_block {
	width:280px;
	background-image:url(../img/mainmenu_shadow.png);
	width:280px;
	text-align:center;
	
}

#footer_head {
	position:relative;
	width:100%;
	height:210px;
	background-color:#34004f;
}
#footer_block {
	position:relative;
	width:990px;
	height:180px;
	top:20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #34004f;
	padding-top: 10px;
}

#footer_logoimg {
	background-color:#009;
	margin-left: 20px;
	margin-top: 10px;
	width:330px;
	position:absolute;
}

#footer_text {
	text-align: left;
	color: #FFF;
	margin-left: 390px;
	margin-top: 10px;
	width: 590px;
	position: absolute;
	line-height: 140%;
	left: 47px;
}

#contents_wrap {
	width:690px;
	margin-left:280px;
	top:10px;
}

#contents_wrap2 {
	height: 800px;
	width:690px;
	margin-left:280px;
	top:10px;
}

.px {
  font-size: 42px;
  font-weight: bold;
  color: #e60012;
}

.px2 {
  font-size: 18px;
  font-weight: bold;
  line-height:1.5;
  
}

.h3_title{
	color:#F00;
	margin-bottom:10px;
	font-weight:700;
	font-size:18px;	
}

.text_area{
	margin:20px 0 20px 20px;
}

.shoplist_pic{
	float:left;
	margin-right:10px;
	border:solid 1px #727171;
}

.shoplist_table 
{
	
	border-collapse: collapse;
	width:440px;
}

.shoplist_table th, .shoplist_table td
{
border:solid 1px #727171;
	margin:5px;
	padding:5px;
}

.shoplist_p{
text-align:right; margin-right:20px;
}



dt{  
  font-weight : bold;
 padding:10px 0px 0px 10px;
  width : 100px;
  float : left;/* 左に寄せる */
  clear : both;/* フロートの解除 */
}

dd{  
padding:10px 10px 0px 10px;
}

.h1_midashi{
border-bottom:solid 2px #727171; font-size:24px; line-height:120%;
}

.sub_midashi {
background:#000; color:#FFF; padding:3px 3px 3px 10px;
}

.menu_block{
float:left; margin:10px;
}

.notice{
	font-size:11px;
	line-height:130%;
}

a:link { color: #FF0000; }
a:visited { color: #FF0000; }
a:hover { color: #FFFF00; }
a:active { color: #FFFF00; }

#footer_text a:link { color: #FFFFFF; }
#footer_text a:visited { color: #FFFFFF; }
#footer_text a:hover { color: #FF0000; }
#footer_text a:active { color: #FFFF00; }


@charset "utf-8";

/* =======================================

	スライダー関連

======================================= */

/* fullSlider
--------------------------- */
.fullSlider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlider ul,
.fullSlider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.fullSlider ul li {
	position: relative;
}
.fullSlider ul li img {
	top: 50%;
	left: 50%;
	position: absolute;
}
.fullViewWrap {
	top:0;
    position: absolute; /* absolute or fixed */
	overflow: hidden;
}


/* SideNavi
------------------------- */
.fullSlider .btnPrev,
.fullSlider .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute; /* absolute or fixed */
    z-index: 105;
}
.fullSlider .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlider .btnNext {
    right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}

/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute; /* absolute or fixed */
	z-index: 90; /* 非表示にする場合は「90」以下に */
 	visibility: hidden; /* 非表示にする場合は「hidden」に */
}
.pagiNation a {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* Wrapper
--------------------------- */
#wrapper {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
}

.contents {
	padding: 30px 50px 50px 50px;
}
.contents p {
	padding-bottom: 3em;
	line-height: 180%;
}

/* =======================================
	ClearFixElements
======================================= */
.fullSlider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlider ul {
	display: inline-block;
	overflow: hidden;
}



#menugenre a {
	float: left;
	width: 200px;
	margin-bottom: 25px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-right: 5px solid #381b15;
	padding: 8px 0 8px 0;
	}
	
#menugenre a:link, #menugenre a:visited {
	color: #FFF;
	background-color: #666;

	}
	
#menugenre a:hover {
	color: #fff100;
	background-color: #9c80ac;
	}

#menugenre2 {
	float: left;
	color: #fff100;
	background-color: #9c80ac;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-right: 5px solid #381b15;
	padding: 8px 0 8px 0;
	margin-bottom: 3px;
	}
	

#pagebtnarea {
	height: 44px;
	width: 100%;
	}

.btn0,.btn1 a, .btn2 a, .btn3 a, .btn4 a, .btn5 a, .btn6 a, .btn7 a{
	height: 44px;
	width: 44px;
	margin: 0 5px 6px 0;
	display:block;
	float:left;
	}
	
.btn0 {
	height: 44px;
	width: 44px;
	margin-bottom: 6px;
	}
	
.btn1 a:link, .btn1 a:visited {
	background-image: url(../img/off_p1.jpg);
	background-repeat: no-repeat;
	}
	
.btn1 a:hover {
	background-image: url(../img/on_p1.jpg);
	background-repeat: no-repeat;
	}
	
.btn2 a:link, .btn2 a:visited {
	background-image: url(../img/off_p2.jpg);
	background-repeat: no-repeat;
	}
	
.btn2 a:hover {
	background-image: url(../img/on_p2.jpg);
	background-repeat: no-repeat;
	}
	
.btn3 a:link, .btn3 a:visited {
	background-image: url(../img/off_p3.jpg);
	background-repeat: no-repeat;
	}
	
.btn3 a:hover {
	background-image: url(../img/on_p3.jpg);
	background-repeat: no-repeat;
	}
	
.btn4 a:link, .btn4 a:visited {
	background-image: url(../img/off_p4.jpg);
	background-repeat: no-repeat;
	}
	
.btn4 a:hover {
	background-image: url(../img/on_p4.jpg);
	background-repeat: no-repeat;
	}
	
.btn5 a:link, .btn5 a:visited {
	background-image: url(../img/off_p5.jpg);
	background-repeat: no-repeat;
	}
	
.btn5 a:hover {
	background-image: url(../img/on_p5.jpg);
	background-repeat: no-repeat;
	}
	
.btn6 a:link, .btn6 a:visited {
	background-image: url(../img/off_p6.jpg);
	background-repeat: no-repeat;
	}
	
.btn6 a:hover {
	background-image: url(../img/on_p6.jpg);
	background-repeat: no-repeat;
	}
	
.btn7 a:link, .btn7 a:visited {
	background-image: url(../img/off_p7.jpg);
	background-repeat: no-repeat;
	}
	
.btn7 a:hover {
	background-image: url(../img/on_p7.jpg);
	background-repeat: no-repeat;
	}

	



#menuimagearea_d1, #menuimagearea_d2, #menuimagearea_d3,#menuimagearea_d4, #menuimagearea_d5, #menuimagearea_d6, #menuimagearea_d7,#menuimagearea_b1, #menuimagearea_b2, #menuimagearea_b3,#menuimagearea_b4, #menuimagearea_b5,#menuimagearea_c1,#menuimagearea_c2, #menuimagearea_c3 {
	float: left;
	height: 1050px;
	width: 716px;
	margin-bottom: 20px;
	}

	
#menuimagearea_d1 {
	background-image: url(../img/menu/hana_p1.jpg);
	background-repeat: no-repeat;
	}
	
#menuimagearea_d2 {
	background-image: url(../img/menu/hana_p2.jpg);
	background-repeat: no-repeat;
	}
	
#menuimagearea_d3 {
	background-image: url(../img/menu/hana_p3.jpg);
	background-repeat: no-repeat;
	}
	
#menuimagearea_d4 {
	background-image: url(../img/menu/hana_p4.jpg);
	background-repeat: no-repeat;
	}
	
#menuimagearea_d5 {
	background-image: url(../img/menu/hana_p5.jpg);
	background-repeat: no-repeat;
	}
	
#menuimagearea_d6 {
	background-image: url(../img/menu/hana_p6.jpg);
	background-repeat: no-repeat;
	}
	
#menuimagearea_d7 {
	background-image: url(../img/menu/hana_p7.jpgg);
	background-repeat: no-repeat;
	}
	
#menuimagearea_b1 {
	background-image: url(../img/menu/barao_p1.jpg);
	background-repeat: no-repeat;
	}
	
#menuimagearea_b2 {
	background-image: url(../img/menu/barao_p2.jpg);
	background-repeat: no-repeat;
	}
	
#menuimagearea_b3 {
	background-image: url(../img/menu/barao_p3.jpg);
	background-repeat: no-repeat;
	}
	
#menuimagearea_b4 {
	background-image: url(../img/menu/barao_p4.jpg);
	background-repeat: no-repeat;
	}
	
#menuimagearea_b5 {
	background-image: url(../img/menu/barao_p5.jpg);
	background-repeat: no-repeat;
	}
	
#menuimagearea_c1 {
	background-image: url(../img/menu/baraichi_p1.jpg);
	background-repeat: no-repeat;
	}
	
#menuimagearea_c2 {
	background-image: url(../img/menu/baraichi_p2.jpg);
	background-repeat: no-repeat;
	}
	
#menuimagearea_c3 {
	background-image: url(../img/menu/baraichi_p3.jpg);
	background-repeat: no-repeat;
	}
	
	
	

#specialimagearea_d1 {
	float: left;
	height: 1750px;
	width: 716px;
	margin-bottom: 20px;
	background-image: url(../img/speciality1.jpg);
	background-repeat: no-repeat;
	}
	
#specialimagearea_d2 {
	float: left;
	height: 1400px;
	width: 716px;
	margin-bottom: 20px;
	background-image: url(../img/speciality2.jpg);
	background-repeat: no-repeat;
	}
	
#specialimagearea_d3 {
	float: left;
	height: 1550px;
	width: 716px;
	margin-bottom: 20px;
	background-image: url(../img/speciality3.jpg);
	background-repeat: no-repeat;
	}

table,
table th,
table td {
	padding: 20px;
    text-align: center;
    border: 1px solid #595757;
    border-collapse: collapse;
}
