@charset "UTF-8";

/* :::::::::::::::::::::::::::::::::::::::::::::

	name:			all.css;
	created:		2008-09-19;
	last-modified:	2008-10-06;

::::::::::::::::::::::::::::::::::::::::::::: */


/* css start ------------ */


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	全レシピ一覧
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body#allIndexPage div#contentsArea {
	padding: 18px 0 20px;
}

body#allIndexPage div#main {
	width: 760px;
	margin: 0 0 0 20px;
	padding: 0 0 30px;
	background-color: #fff;
}

body#allIndexPage div#main h2 {
	padding: 29px 0 0 314px;
}



/* ------------------------------------------------
	アンカー
------------------------------------------------ */

body#allIndexPage div.anchor {
	width: 710px;
	margin: 15px 0 20px 25px;
	background: #9A6D4B url(../images/anchor_bg.jpg) repeat-y 78px 0;
}

body#allIndexPage div.anchor p.tit {
	float: left;
	width: 78px;
}

body#allIndexPage div.anchor ul {
	float: left;
	width: 632px;
	padding: 5px 0 3px;
}

body#allIndexPage div.anchor ul li {
	line-height: 1.5em;
	float: left;
	padding: 0 0 0 18px;
}

body#allIndexPage div.anchor ul li a {
	padding: 0 0 0 10px;
	background: url(../images/anchor_arrow.gif) no-repeat 0 50%;
}

body#allIndexPage div.anchor ul li a:link,
body#allIndexPage div.anchor ul li a:visited {
	color: #5F2E14;
	text-decoration: underline;
}

body#allIndexPage div.anchor ul li a:hover,
body#allIndexPage div.anchor ul li a:active {
	color: #CC6D3B;
	text-decoration: underline;
}


body#allIndexPage p.btnNew {
	padding: 0 0 3px 309px;
}



/* ------------------------------------------------
	一覧
------------------------------------------------ */

/* レシピNo. ---------------- */

body#allIndexPage dl.recipeNumber {
	width: 710px;
	margin: 0 0 0 25px;
	padding: 15px 0 4px;
	border-bottom: 1px solid #D5CBB6;
}

body#allIndexPage dl.recipeNumber dt {
	float: left;
	width: 52px;
	padding: 1px 0;
}

body#allIndexPage dl.recipeNumber dd {
	line-height: 1em;
	color: #5F2E14;
	font-weight: bold;
}

body#allIndexPage dl.recipeNumber dt img {
	display: block;
}


/* 一覧セット ---------------- */

body#allIndexPage div.setWrap {
	padding: 0 0 0 25px;
}

body#allIndexPage div.set {
	float: left;
	width: 348px;
	margin-right: 14px;
	padding: 10px 0 11px;
	background: url(../images/all_dot.gif) repeat-x left bottom;
}

body#allIndexPage div.set p.img {
	float: left;
	width: 78px;
}

body#allIndexPage div.set dl {
	float: right;
	width: 260px;
}

body#allIndexPage div.set dl dt {
	line-height: 1em;
	color: #5F2E14;
	padding: 5px 0 3px;
}

body#allIndexPage div.set dl dd {
	line-height: 17px;
}


/*
body#allIndexPage div.set p.img {
	display: table-cell;
	vertical-align: middle;
	width: 88px;
	height: 61px;
}

body#allIndexPage div.set dl {
	display: table-cell;
	vertical-align: middle;
	width: 260px;
}


* html body#allIndexPage div.set p.img {
	display: inline;
	zoom: 1;
}
* html body#allIndexPage div.set dl {
	display: inline;
	zoom: 1;
}

*:first-child+html body#allIndexPage div.set p.img {
	display: inline;
	zoom: 1;
}

*:first-child+html body#allIndexPage div.set dl {
	display: inline;
	zoom: 1;
}


body#allIndexPage div.set dl dt {
	line-height: 1em;
	color: #5F2E14;
	padding: 0 0 3px;
}

body#allIndexPage div.set dl dd {
	line-height: 17px;
}
*/


/* ページトップ ---------------- */

body#allIndexPage div#main p.pagetop {
	float: none;
	padding-top: 12px;
	padding-right: 25px;
	text-align: right;
}


/* css end ------------ */
