@charset "utf-8";

/* other.css　トップページ以外のCSS */
@import "import.css";

/* maincolumn(メインコンテンツ) */
#main{}

#main h1{
	margin-bottom:20px;
}
#main span{
	font-weight:bold;
}

#staff{
	margin-bottom:10px;
}
#staff dl{
	overflow:hidden;
	/zoom:1;
	margin:20px 0;
	line-height:1.6;
}
	#staff dl dd.image{
		float:left;
		margin-right:20px;
		overflow:hidden;
		/zoom:1;
	}
	#staff dl dt{
		font-weight:bold;
		font-size:1.16em;
		border-bottom:1px dotted #FF6600;
		overflow:hidden;
		/zoom:1;
		margin-bottom:7px;
	}
	#staff dl dd{
		line-height:1.6;
		overflow:hidden;
		/zoom:1;
	}

#menu{
	margin-bottom:10px;
}
#menu dl{
	margin:20px 0;
}
#menu dl dt{
	font-size:1.16em;
	font-weight:bold;
	margin-bottom:7px;
}
#menu dl dd{
	margin:7px 0 7px 0;
	line-height:1.6;
}
#menu table th,#menu table td{
	border:1px solid #C8C8C8;
	padding:3px 10px;
	line-height:1.6;
}
#menu table th{
	width:148px;
	background-color:#FFF5EC;
}
#menu table td.comment{
	width:239px;
}
#menu table td.price{
	width:151px;
}


#info table{
	width:100%;
	margin-top:20px;
}
#info table th,#info table td{
	border:1px solid #C8C8C8;
	padding:3px 10px;
	line-height:1.6;
}
#info table th{
	width:148px;
	background-color:#FFF5EC;
}

#parking .map{
	clear:both;
	padding-top:20px;
}

#accessmap #map{
	width:600px;
	height:400px;
	margin-top:20px;
}

#contact dl{
	margin-top:20px;
}
#contact dl dd{
	margin-bottom:15px;
	line-height:1.6;
}

#policy p{
	margin-top:17px;
	line-height:1.6;
}

#policy ul li{
	margin-top:17px;
	line-height:1.6;
	list-style:decimal;
	margin-left:20px;
	/margin-left:25px;
}


#gallery .list{
	overflow:hidden;
	/zoom:1;
}
#gallery dl{
	width:160px;
	padding:9px 9px 6px 9px;
	border:1px solid #C8C8C8;
	background-color:#FFF5EC;
	margin:20px 20px 0 0;
	float:left;
}
	#gallery dl dt{
		margin:7px 0;
		font-weight:bold;
	}



#main ul.page {
	margin:20px 0 0px 0px;
	clear:both;
	text-align: left;
}
	#main ul.page li{
		display:inline-block;
		/display:inline;
		/zoom:1;
	}

#main ul.page li a,
#main ul.page li span{
	margin:0 2px;
	padding: 3px 5px;
	border: 1px solid #FF6600;
	color: #fff;
	display:inline-block;
	/display:inline;
	/zoom:1;
	text-decoration:none;
	background:#FF6600;
}

#main ul.page li span, #main ul.page li a:hover{
	background: #fff;
	text-decoration:none;
	color: #FF6600;
	font-weight:normal;
}

#main ul.page li a.link_next,
#main ul.page li a.link_before{
	text-decoration:none;
	color:#FF6600;
	border:none;
	background:none;
	padding:1px 0;
}

#main ul.page li a.link_next{
	margin:0 0 0 8px;
}
#main ul.page li a.link_before{
	margin:0 8px 0 0;
}
#main ul.page li a.link_next:hover,
#main ul.page li a.link_before:hover{
	text-decoration:underline;
	background:none;	
}


#news{
	overflow:hidden;
	/zoom:1;
}
#news h2{
	margin-bottom:20px;
}
#news dl.text{
	margin:0px 0 0px;
	line-height:1.6;
}

#news ul.image{
	float:right;
	width:160px;
	overflow:hidden;
	margin:0 0 0px 10px;
}
	#news ul.image li{
		margin-bottom:10px;
	}


#coupon_detail{
	width:600px;
	margin:0 auto;
	border:1px solid #D2D2D2;
	background-color:#FFF;
	padding:20px 0;
	font-size:14px;
	margin-top:20px;
}

#coupon_detail dl{
	margin:0 auto;
	width:560px;
	overflow:hidden;
	line-height:1.8;
}
	#coupon_detail dl dt{
		margin-bottom:5px;
	}
	#coupon_detail dl dd.button{
		margin-top:20px;
		text-align:right;
	}

@media print {
	#coupon_detail dl dd.button{
		display:none;
	}
	body{
		background:none;
	}
}

