@charset "utf-8";
/* CSS Document */
/*************************首頁料理區塊*********************************/
#cook-area {/************料理區塊*************/
padding:20px 10px 10px 10px;
text-align:center;
margin-top:10px;
}
	.cook-box {/************推薦小圖區塊*************/
	width:260px;
	padding:0px 2px 7px 2px;
	text-align:center;
	float:left;
	overflow: visible;
	}
		.cook-box .cook-img{/************推薦區塊-圖片*************/
			padding-top:5px;float:left;
		}
		.cook-name {/************推薦區塊-品名*************/
	width:110px;
	height:20px;
	float:left;
	text-align:left;
	padding:10px 0px 0px 10px;
	color: #000099;
	font-size: 12px;
	font-weight: bold;
		}
		.cook-name a,.cook-name a:hover{/************推薦區塊-品名*************/
	color: #000099;
	font-weight: bold;
		}
		.cook-msg {/************推薦區塊-品名*************/
		width:120px;
		height:20px;
		float:left;
		text-align:left;
		padding:2px 4px 4px 10px;
		color: #FF6600;
		}
/*************************美味食譜*********************************/	
#cook #cook-area {/************料理區塊*************/
padding:0px 15px;
text-align:center;
background:#FFD9FF;
}
#cook .cook-box {/************推薦小圖區塊*************/
	width:245px;
	padding:0px 0px 20px 2px;
	text-align:center;
	float:left;
	overflow: visible;
	border-bottom: 1px dotted #CCCCCC;
}
		#cook .cook-name {/************推薦區塊-品名*************/
			width:110px;
			float:left;
			text-align:left;
			padding:10px 0px 0px 10px;
			color: #000099;
			font-weight: bold;
			font-size: 13px;
		}
		#cook .cook-msg {/************推薦區塊-品名*************/
			width:110px;
			float:left;
			text-align:left;
			padding:2px 0px 4px 10px;
			color: #FF6600;
		}
		#cook .news-date {
			width:70px;
			float:left;
			padding:8px;
			text-align:left;
			font: 9px Verdana, Arial, Helvetica, sans-serif;
			color: #0099CC;
		}

	
.news-content {
	padding:5px 15px 5px 90px;
	padding:8px;
	text-align:left;
	color: #666666;
	background: #F4FAFF;
	border: 1px dotted #B0D6FF;
}

#cook #cook-area-detail .cook-box {/************食譜內容*************/
width:750px;
	padding:0px 0px 20px 2px;
	text-align:center;
	clear:both;
	overflow: visible;
	border:0px;display:block;
}
#cook #cook-area-detail .cook-name {/************食譜內容-食譜名稱*************/
    width:600px;
	float:left;
	text-align:left;
	padding:10px 0px 0px 10px;
	color: #000099;
	font-weight: bold;
	font-size: 13px;
}
#cook #cook-area-detail .cook-msg {/************食譜內容-食譜做法*************/
    width:600px;
	height:100%;
	float:left;
	text-align:left;
	padding:2px 0px 4px 10px;
	display:block;
}
		
#page {
	height:40px;
	padding:15px 10px 5px 10px;
	text-align:center;
	clear:both;
	color: #FF3300;font-size: 12px;
}
#page a{
	padding:5px 7px;
	margin:3px;
	text-align:center;
	color: #666666;
	background: #FFF5EC;
	border: 1px solid #FFDFBF;
}
    #page a:hover{
	background: #DFEF9E;
	border: 1px solid #99CC33;
	text-decoration:none;
}
#page p{
	padding-bottom:15px;
}
.link {
    padding:8px;
	width:750px;
	clear:both;
	margin:5px 15px 0px 15px;
	text-align:center;
	border-top: 1px dotted #CCCCCC;
}
.line {
width:750px;
float:left;}
