@charset "utf-8";
/* CSS Document */

#mainVisual h2 {
	background-image: url(../img/recipe/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 118px;
	width: 1014px;
}

.catch-recipe {
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	line-height: 2em;
	text-align: left;
	margin: 20px auto;
	padding: 0px;
	width: 950px;
}

#recipe {
	display: block;
	margin: 20px auto 30px;
	width: 940px;
}

ul#recipe {
	margin: 20px auto 30px;
	padding: 10px;
	width: 920px;
	border: dotted 2px #CBD9FC;
}
#recipe li {
	display: inline;
}
li.recipe-f {
	background-image: url(../img/recipe/pic-cow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display: block;
	margin: 5px 0;
	padding: 5px 20px 5px 40px;
	float: left; 
	width: 240px;
	clear: both;
}
li.recipe-f02 {
	background-image: url(../img/recipe/pic-cow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #CBD9FC;
	display: block;
	margin: 5px 0;
	padding: 5px 20px 5px 40px;
	float: left; 
	width: 240px;
	clear: both;
}
li.recipe01 {
	background-image: url(../img/recipe/pic-cow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display: block;
	margin: 5px 0;
	padding: 5px 20px 5px 40px;
	float: left; 
	width: 240px;
}
li.recipe02 {
	background-image: url(../img/recipe/pic-cow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #CBD9FC;
	display: block;
	margin: 5px 0;
	padding: 5px 20px 5px 40px;
	float: left; 
	width: 240px;
}

.recipe-img {
	text-align: center;
	margin: 20px auto;
	width:940px;
}
.cal {
	font-size: 14px;
	font-weight: bold;
	color: #006DD9;
	text-align: center;
	margin: 20px auto;
	width: 200px;
}

#recipe-l {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 460px;
}
#recipe-l dt {
	font-weight: bold;
}
#recipe-l dd {
	margin: 5px 0 0 20px;
}
table.material {
	margin: 0px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width: 420px;
	border: solid 1px #CCCCCC;
}
.material th {
	font-weight: normal;
	background-color: #CBD9FC;
	text-align: left;
	padding: 5px 10px;
	width: 250px;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
th.ma {
	font-weight: normal;
	background-color: #B5C8FB;
	text-align: left;
	padding: 5px 10px;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
.material td {
	text-align: center;
	padding:3px 10px;
	border-bottom: solid 1px #CCCCCC;
}

#recipe-r {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 460px;
}
#recipe-r dt {
	font-weight: bold;
	color: #069;
	margin: 20px 0 5px 0;
}

#recipe-r dd {
	margin: 0 0 0 20px;
}

dl#point {
	display: block;
	margin: 0px auto;
	padding: 20px;
	width: 900px;
	border: 2px dotted #F60;
}
#point dt {
	font-weight: bold;
	color: #F60;
}
#point dd {
	margin: 5px 20px;
}