@charset "Shift_JIS";
/*
	Author: dreammonkeys, inc.;
	Sitename: Cesar Japan Website; 
	URL: http://www.cesar-club.com/jp/
	Copyright (C) 2008 Mars, Incorporated and its Affiliates. All Rights Reserved.;
*/

/*==================================================================
recipe style ------------------------------------------------------
===================================================================*/
#main {
	padding-bottom: 20px;
}

*html #main {
	margin-bottom: 10px;
}
*:first-child+html #main {
	margin-bottom: 10px;
}


/*レシピ上部*/
.recipeTop {
	position: relative;
	background: url(images/mainBg01.jpg) no-repeat;
	width: 910px;
	height: 354px;
}
/*タイトル*/
h2.title {
	position: absolute;
	top: 35px;
	left: 39px;
}
.recipeTop .textArea{
	width: 580px;
	height: 354px;
	position: absolute;
	top: 0px;
	left: 170px;
}
.recipeTop .textArea h3 {
	position: absolute;
	top: 86px;
	left: 77px;
}
.recipeTop .textArea .txt02 {
	position: absolute;
	top: 165px;
	left: 138px;
}
.recipeTop .textArea .txt03 {
	position: absolute;
	top: 305px;
	left: 5px
}
/*レシピ下部*/
.recipeBottom {
	background: url(images/mainBg02.jpg) no-repeat;
	width: 910px;
	height: 231px;
	margin: 0 auto;
}
.recipeBottom ul{
	padding: 4px 0 0 12px;
}
.recipeBottom li{
	float: left;
	padding-right: 4px;
}