@charset "utf-8";
/* CSS Document */


div.burn {
	position: relative;
	margin-bottom: 20px;
	background: url(../images/bg_div-steam.jpg) repeat-y;
}
/* コンテンツ個別 */
h1 {
	width: 650px;
	height:283px;
	background: url(../images/bg_h1.jpg) no-repeat;
}
div.chinjao {
	background: url(../images/bg_div-chinjao.jpg) no-repeat;
}
h2.chinjao {
	height: 233px;
	background: url(../images/bg_h2-chinjao.gif) no-repeat 30px top;
}
div.burn p {
	font-size: 13px;
	_font-weight:normal;
}
p.chinjao {
	position: relative;
	padding-left: 45px;
	padding-right: 300px;
}
p.chinjao a {
	position: absolute;
	width: 230px;
	height: 68px;
	background: url(../images/btn_chinjao.jpg) no-repeat;
	top: 80px;
	right: 15px;
	_right: 35px;
}
p.chinjao a:hover {
	background: url(../images/btn_chinjao.jpg) no-repeat 0px -68px;
}
div.cookeverio {
	margin-top: 50px;
	padding-bottom: 30px;
	background: url(../../images/bg_cookeverio.png) no-repeat 400px 15px;
}
h2.cookeverio {
	height: 125px;
	background: url(../images/bg_h2-cookeverio.gif) no-repeat 30px top;
}
p.cookeverio {
	padding-left: 45px;
	padding-right: 280px;
}
/* レシピリスト */
div.recipe {
	position: relative;
	height: 253px;
	padding-bottom: 30px;
	padding-top: 35px;
	background: url(../images/bg_div-recipe.jpg) no-repeat;
}
h2.recipe {
	height: 27px;
	background: url(../images/bg_h2-recipe.gif) no-repeat center top;
}
div.recipe-list {
	width: 478px;
	margin: 0px auto;
}
div.recipe-list p {
	float: left;
	width: 112px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.3em;
}
div.recipe-list p.r-end {
	padding-right: 0px;
}
div.recipe-list p a {
	color: #FFF;
}
div.recipe-list p img {
	margin-bottom: 5px;
}
div.recipe-list p a:hover {
	color: #FC9;
}
div.recipe-list p a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
div.recipe p.detail {
	padding-right: 86px;
}
div.recipe p.detail a {
	display: block;
	width: 149px;
	height: 30px;
	margin: 20px 0px 20px auto;
	background: url(../images/btn_detail-recipe.gif) no-repeat;
}
div.recipe p.detail a:hover {
	background: url(../images/btn_detail-recipe.gif) 0px -30px no-repeat;
}
input.check-steam {
	display: none;
}
input.btn-submits {
	position: absolute;
	top: 228px;
	left: 421px;
}
/* テキストインデント */
div.burn a.boil, div.burn a.burn, div.burn a.steam, p.chinjao a, div.recipe p.detail a {
	text-indent: -9999em;
}
