@charset "utf-8";
@import url("base.css");
@import url("common.css");
@import url("fontsize.css");


#recipeB {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 50px;
	color: #333333;
	font-size: 85%;
	line-height: 135%;
}
#recipeB h1 {
	margin-bottom: 2em;
}
#recipeB h2 {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 20px;
}
#recipeB h3 {
	margin-top: 2em;
	margin-bottom: 10px;
}
#recipeB li {
	margin-bottom: 3px;
}


#recipeFootNavi {
	text-align: center;
	padding-bottom: 10px;
}
#recipeFootNavi li {
	display: inline;
}


.menuB {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FB6747;
	padding-bottom: 30px;
}
.menuBline {
	background-image: url(../recipe/img/menuBgline.gif);
	background-position: 265px 0px;
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.menuP {
	float: left;
	width: 255px;
}
.menuR {
	float: right;
	width: 255px;
}
#recipeB ol {
	margin-left: 25px;
}
.ingredients {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
	font-size: 95%;
	line-height: 135%;
}
.ingredients th,td {
	padding: 1px 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.ingredients th {
	background-color: #EEEEEE;
	text-align: left;
	width: 60%;
}
.recipeColor {
	color: #FB6747;
}
.drinkRecipe {
	font-size: 95%;
	width: 545px;
}
.drinkRecipe td {
	width: 33%;
	background-image: url(../recipe/img/drinkLine.gif);
	background-repeat: repeat-y;
	background-position: 178px;
	vertical-align: top;
	border-right-style: none;
	border-bottom-style: none;
	padding-left: 10px;
	padding-right: 15px;
}
.drinkRecipe ul {
	margin-top: 5px;
	color: #000000;
	line-height: 100%;
}
.drinkRecipe li {
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-position: inside;
	padding-bottom: 4px;
}
