﻿*{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

h2,h3,h4,h5{font-size:9px;}
.clear{clear:both;}
a{color:#5e98d2;}
a:hover{color:#92beea;}

html,body{height:100%;}

body{
	background-color:#0F0F0F;
	color:#eee;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:60%;
	line-height:160%;

}

div#all { margin: 0 auto; padding: 0 3px; border-right: 1px solid #808080; border-left: 1px solid #808080; position: relative; width: 786px; height: 100%; min-height: 100% }

body > 

#all {
    height: auto;
}

#header{
	width:786px;
	margin:0 auto;
	text-align:left;
	background:url(../../common/img/topimg.jpg) left bottom no-repeat;
	padding:18px 0 50px 0;
}

#header_p{line-height:100%;}
#header_p a { color: black; font-size: 10px; text-decoration: none }
#header_h1 { color: black; font-size: 10px; text-decoration: none }

#main_content{
	width:786px;
	margin:0 auto;
	text-align:left;
	padding:3px 0 50px 0;
}



/*--------------- right content ---------------*/

#right_content{
	width:590px;
	float:left;
	padding:10px 0 0 98px;
}


#right_content h2{
   margin-bottom:15px;
   padding:0 0 5px 0;
   color:#D3D3D3;
   font-size:13px;
   font-weight:bold;
   line-height:25px;
}

/*--------------- //right content ---------------*/
/*--------------- underright content ---------------*/

#underright_content{
	width:590px;
	float:left;
	padding:0 0 0 98px;
}


#underright_content h2{
   margin-bottom:15px;
   padding:0 0 5px 0;
   color:#D3D3D3;
   font-size:13px;
   font-weight:bold;
   line-height:25px;
}

#underright_content img{
   padding:0 0 20px 0;

}


/*--------------- //right content ---------------*/

/*--------------- map content ---------------*/

#map_content{
	width:390px;
	float:left;
	padding:1px 0 5px 0;
}


#right_content img{
	border: 1px solid #CCCCCC;
}

/*--------------- //map content ---------------*/


/*--------------- Ajax content ---------------*/

#gallery_content{
	width:786px;
	float:left;
	padding:2px 0 30px 0;
}

#gallery_content h2{
	margin-bottom:12px;
}

/*--------------- //Ajax content ---------------*/


/*-------------------- footer content --------------------*/

#footer{
	text-align:left;
	width:786px;
	margin:10px 0 0;
}

#page_top{
	float:right;
	padding:0 79px 25px 0;
}

#page_top a{
	background:url(../../common/img/page_top.gif) 0 2px no-repeat;
	padding-left:13px;
	color:#5e98d2;
}

#footer_box{
	clear:both;
	width:786px;
	padding:110px 0 13px 0;
	background:url(../../common/img/underimg.jpg) left top no-repeat;
}

#copyright{
	text-align:center;
	font-size:80%;
	letter-spacing:0.1em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer_menu {
	clear: both;
	width: 786px;
	height: 140px;
	background-image: url(../img/footer.gif);
	overflow: hidden;
}
ul#footer_link {
	margin: 1px;
	width: 786px;
	border-bottom: solid 1px #999999;
	height: 30px;
}
ul#footer_link li {
	float: left;
	background-image: url(../img/separator.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0px 20px 0px 0px;
	height: 30px;
}
ul#footer_link li a,ul#footer_link li span {
	color: #CCCCCC;
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px 0px 10px;
}
ul#footer_link li span {
	color: #FFFFFF;

}
div#footer_menu h4 {
	color: #FFFFFF;
	float: left;
	margin: 6px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	border-right: solid 1px #CCCCCC;
	height: 85px;
}
div#footer_menu ol {
	width: 130px;
	padding: 6px 0px 0px 10px;
	float: left;
}
div#footer_menu ol li {
	text-align: left;
}
div#footer_menu ol li a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

	
/* ======== 店舗情報 ======== */

dl.dl1 {  
 width:96%;  
}  
dl.dl1 dt {  
 float:left;  
 width:150px;  
 padding:5px 15px 5px 15px; 
 clear:both;  
 font-weight:bold;  
}  
dl.dl1 dd {  
 width:70%;  
 margin-left:165px;  
 padding:5px 5px 5px 15px;  
 border-left:1px solid #999;  
}  

dl.dl2 { 
	line-height: 1.8;
	width: 100%;
}  
dl.dl2 dt {  
	width: 171px;
	float: left;
	font-size: 11px;
	font-weight:bold;
	padding:5px 5px 5px 5px;
}  

dl.dl2 dd {  
	margin-left:185px;
	font-size: 11px;
	padding:5px 5px 5px 25px;
	border-left:1px solid #999;
}  


#t-table {
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}



/*clearfix（変更しない）
------------------------------------------------------------------*/
.cf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.cf { display: inline-block; }

/* Hides from IE-mac \*/
*html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */


/* ======== スライドショー ======== */
.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}


/* ======== 横浜ショップスライドショー ======== */
.fadein { 
	position:relative; 
	width:786px; 
	height:332px; 
}

.fadein img { 
	position:absolute;
	left:0; top:0; 
}

