BODY.cook{
	background-color:mistyrose; /*	 背景 */
    background:url(../image/bk-pan.gif)  fixed;  /* 背景 */
	font-weight:bold;		/* フォント太さ */
    margin-TOP:20px;
    margin-left:40px;
	}

BODY.recipe{
	background-color:seashell; /*	 背景 */
	font-weight:bold;		/* フォント太さ */
    margin-TOP:20px;
    margin-left:40px;
	}

table.cook	{
    border-color:gostwhite;
    background:seashell;
	font-family:"Osaka", "Arial";		/* フォント名 */
	color:black;			/* フォントカラー */
	}
table.recipe	{
    border-color:gostwhite;
    background:seashell;
	color:black;			/* フォントカラー */
	font-weight:bold;			/* フォントサイズ */
	}
H1	{
	color:black;			/* フォントカラー */
	text-align:center;
}

H2	{
	color:black;			/* フォントカラー */
	font-family:"Osaka", "Arial";		/* フォント名 */
}

A	{
    text-decoration:none;
	}
	
A:link	{
	color:blue;	    		/* フォントカラー*/
    text-decoration:none;
	}
	
A:visited	{
	color:maroon;			/* フォントカラー */
    text-decoration:none;
	}
