@charset "utf-8";
@import "/css/template.css";

/*------------------------------------------------------------
	食べ放題メニュー
------------------------------------------------------------*/
#conts {
	margin: 0 75px;
	padding: 0;
		
	font-size: 120%;
}

#conts img.copy {
	margin: 0 0 15px 0;
}


#conts h2 {
	margin: 5px 0 10px 0;
}

#conts h3 {
	margin: 5px 0 10px 0;
	clear: both;
}

#conts h4 {
	margin: 0 0 10px 0;
}

#conts p {
	padding: 0 0 30px 3px;
	
	line-height: 1.7;
}

#conts p.top {
	padding: 0 0 20px 3px;
}

#conts p.top span {
	font-weight: bold;
}

#conts p.bold {
	padding: 0 0 12px 3px;

	font-weight: bold;
}

#conts p.btm {
	padding: 0 0 20px 0;
}

#conts p.mid {
	padding: 0 0 15px 0;
}

#conts ul {
	margin: 0 0 65px 3px;

	font-size: 90%;
}

#conts li {
	margin: 0 0 8px 0;
}

#conts ul.ul1 {
	margin: 0 0 40px 3px;

	font-size: 90%;
}

#conts li a {
	padding: 0 0 0 10px;
	background: url(/img/template/arrow01.gif) no-repeat left center;
}

#conts img.right {
	margin: 5px 0 35px 20px;
	
	float: right;
}

#conts .menu {
	margin: 0;
	padding: 0;
	width: 600px;
	
	position: relative;
}

#conts .menu p {
	padding: 0 0 30px 0;
}

#conts .menu p.p1 {
	padding: 0 0 15px 0;
}

#conts .menu p.mid {
	padding: 0 0 15px 0;
}

#conts .menu span {
	position: absolute;
	top: 0px;
	right: 3px;
	color: #CC0000;
	font-weight: bold;
	text-align: right;
}

	* html #conts .menu span {
		top: 5px;	
		right: 15px;
		/*Mac IE用ハック*/
		/*\*//*/
		top: 0;
		right: 5px;
		/**/ 
	}
	
	*+html #conts .menu span {
		top: 5px;
	}

#conts div {
	margin: 0 40px;
	padding: 5px 0;
}

#conts div p {
	padding: 0 0 25px 0;
}

#conts div ul {
	margin-bottom: 35px;
}

#conts div p.icon {
	padding: 0 0 10px 20px;
	background: url(/img/menu/smorgasbord/icon01.gif) no-repeat left 4px;
}

#conts div p.icon1 {
	padding: 0 0 25px 20px;
	background: url(/img/menu/smorgasbord/icon01.gif) no-repeat left 4px;

	color: #900;
	font-size: 16px;
	font-weight: bold;
}

#conts .box2 {
	margin: 0 0 30px;
	padding: 5px 10px 0 0;
	width: 520px;

	background: url(/img/menu/smorgasbord/back1.gif) no-repeat 45px 14px;
	position: relative;
}

#conts .box2 p {
	margin: 0;
	padding: 0;
	
	position: relative;
	
	line-height: 1.1;
}

#conts .box2 p span {
	position: absolute;
	top: 0;
	right: 10px;
	
	color: #CC0000;
	font-weight: bold;
}

