/*
	Design by クリちゃんサポートコミッッティー
	http://www.kurichan.org
*/

/* 全体 */

*
{
	margin: 0em;
	padding: 0em;

}

h1,h2,h3,h4,h5,h6
{
	letter-spacing: -1px;
}

body
{
	text-align: center; /* center on ie */
	font-family:"Hiragino Maru Gothic Pro",Verdana, Sans-Serif;
	font-size: 10pt;
	color: #996600;
	background-color: #CCCC00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a
{
	color: #667700;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* 枠 */

#outer
{
	width: 800px;
	margin: 2em auto;
	
}

/* お頭 */

#header {
	background: #ffffff url('../images/kuri.jpg') top left no-repeat;
	height: 300px;
	text-align: right;
}

#header h1 {
	font-size: 18px;
	padding-top: 50px;
	padding-right: 40px;
}

#header h2
{
	font-style: normal;
	font-size: 12px;
	color: #666600;
	padding-top: 5px;
	padding-right: 8px;
	top: 12px;
}

#header h1 a
{
	color: #ffffff;
	text-decoration: none;
}

/* お品書き */

#menu
{
	background: #666600 top left no-repeat;
	height: 40px;
	width: 800px;
}

#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 10px;
}

#menu li
{
	padding: 0em 0.5em 0em 0em;
	display: inline;
}

#menu li a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0em;
}

#menu li a:hover
{
	color: #CCCC00;
	text-decoration: underline;
}

/* 今日の食材 */

#background
{
	position: absolute;
	z-index: 1;
	background: #ffffff url('../images/bg2.gif')  repeat;
	width: 800px;
	height: 98px;
}

#content
{
	background: #ffffff url('../images/bg2.gif') top left repeat-y;
	width: 800px;
	text-align: left;
}

#content p
{
	margin-bottom: 2em;
	line-height: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	position: relative;
	color: #3F2109;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #DFBF99;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}

/* テーブル */
#content table
{
	margin-bottom: 2em;
}


#content table th
{
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	font-size: 10pt;
	background-color: #CCCC00;
	color: inherit;
}

#content table tr.rowB
{
	font-size: 10pt;
	background-color: #ffffff;
	color: inherit;
}

/* メイン料理 */

#mainContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	margin-left: -18em;
	width: 100%;
}

#mainContent
{
	margin: 2em 2.0em 0em 20em;
	padding: 0em 0em 0em 1.5em;
	border-left: 1px solid #DFCD79;
}

#imgright {
float: right;
border: 1px solid #656C4A;
margin: 5px 0px 5px 5px;
padding: 5px;
}

/* サイドディッシュ */

#subContent
{
	position: relative;
	z-index: 2;
	float: right;
	width: 213px;
	margin-top: 2em;

}
a:hover {
	text-decoration: underline;
}

#imgleft p{
float: right;
margin: 0 60px 5px 0;
padding: 5px;
}

/* 移動 */
#pagetop {
	padding:0 15px 10px 0;
	height:13px;
	text-align:right;
}

/* デザート */

#footer
{
	width: 800px;
	height: 88px;
	padding-top: 0px;
	background: #ffffff url('../images/footer2.gif') top left no-repeat;
	text-align: center;
}

.clear
{
	clear: both;
}
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">