/* 共通
────────────────────────────── */
body, div, span, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd, table, td, tr, th, p {
	margin: 0px;
	padding: 0px;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 80%;
	line-height: 150%;
	color: #666666;
}
a {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/*Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*End hide from IE-mac */

#saraya-header {
	display:none;
}
#pankuzu {
	display:none;
}
#header {
	display:none;
}
#contents {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#gnavi {
	display:none;
}
#pagetop {
	display:none;
}

/* フッター
────────────────────────────── */
#footer {
	width: 565px;
	clear: both;
	font-size: 85%;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	text-align: right;
}
/* アドレス
────────────────────────────── */
#address {
	display:none;
}

/* コピーライト
────────────────────────────── */
#copyright {
	width: 565px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

/*　レシピタイトル
============================================================*/
div#recipe-contents div#recipetitle {
	margin-top: 0px;
}
/*　印刷
============================================================*/
div#recipe-contents div#print {
	display:none;
} 
