@charset "Shift_JIS";
/***********************************************************

	[1] /guide common
	[2] guide/close_days.html
	[3] guide/restaurant.html

***********************************************************/

/* [1]common **********************************************/

h3{
	margin-bottom:5px
}
h2{
	display:block;
	text-indent:-99999px;

	width:570px;
	height:40px;
}

h3{
	clear:both;
	background:#fff left center;
	line-height:2;
}
#main p{
	width:98%;
}
#mainBox .font1 {
	font-size: 0px;
}
.miniMenu{
	padding-top:10px;
	padding-left:10px;
	width:545px;

	background-color:#e4f3ec;
}
.miniMenu li{
	display:inline;
	font-size:0;
}
.miniMenu li img{
	vertical-align:bottom;
}
/**********************************************************/


/* [2]restaurant.html ******************************************/
body#restaurant 
h2{
	background:#fff url(image/restaurant_Title.gif) no-repeat left center;
}
body#restaurant
#main ul{
	display: inline-block;

	margin-left:10px;
	width:560px;
}
#restaurant  #mainBox .info {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
#restaurant  #mainBox .info_b {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}
#restaurant  #mainBox .copy {
	font-size: 12px;
	color: #212121;
	line-height: 18px;
}

/* clearfix hack */
body#restaurant  
#main ul:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 1px;  
	line-height: 0;  
	clear: both; 
}
/* Hides from IE-mac \*/ 
* html body#restaurant 
#main ul{
	height: 1%;
}
/* End hide from IE-mac */

body#restaurant
#main li{
	float:left;
	display:block;

	padding:2px 0 2px 22px;
	width:248px;

	background:#fff url(../image/pdf.gif) no-repeat left center;
}
/**********************************************************/

/* [3]close_days.html ******************************************/
body#close_days 
h2{
	background:#fff url(image/close_days/close_days_Title.gif) no-repeat left center;
}
body#close_days
#main ul{
	display: inline-block;

	margin-left:10px;
	width:560px;
}
#close_days  #mainBox .info {
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	color: #FFFFFF;
}
#close_days  #mainBox .copy {
	font-size: 12px;
	line-height: 1.5;
	color: #212121;
}

/* clearfix hack */
body#close_days  
#main ul:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 1px;  
	line-height: 0;  
	clear: both; 
}
/* Hides from IE-mac \*/ 
* html body#close_days 
#main ul{
	height: 1%;
}
/* End hide from IE-mac */

body#close_days 
#main li{
	float:left;
	display:block;

	padding:2px 0 2px 22px;
	width:248px;

	background:#fff url(../image/pdf.gif) no-repeat left center;
}
/**********************************************************/

