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

/* 
広告連動炒める・中華CSS
作成者：株式会社アルゴ
最終更新日：2010年6月30日
*/

div.fry {
	position: relative;
	margin-bottom: 20px;
	background: url(../images/bg_div-fry.jpg) repeat-y;
}
/* コンテンツ個別 */
h1 {
	width: 650px;
	height:283px;
	background: url(../images/bg_h1.jpg) no-repeat;
}
div.salmon {
	background: url(../images/bg_div-salmonfry.jpg) no-repeat;
}
h2.salmon {
	height: 233px;
	background: url(../images/bg_h2-salmon.gif) no-repeat 30px top;
}
div.fry p {
	font-size: 13px;
	font-weight:bold;
	color: #000;
}
p.salmon {
	position: relative;
	padding-left: 45px;
	padding-right: 300px;
}
p.salmon a {
	position: absolute;
	width: 230px;
	height: 68px;
	background: url(../images/btn_salmon.jpg) no-repeat;
	top: 80px;
	right: 15px;
	_right: 35px;
}
p.salmon a:hover {
	background: url(../images/btn_salmon.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: 382px;
	padding-bottom: 30px;
	padding-top: 35px;
	background: url(../images/bg_div-recipe.jpg) no-repeat;
}
h2.recipe {
	width: 650px;
	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 {
	position: relative;
	float: left;
	width: 112px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.3em;
	margin-bottom: 0 !important;
}
div.recipe-list p.r-end {
	padding-right: 0px;
}
div.recipe-list p a {
	color: #FFF;
}
div.recipe-list p img.nonoil {
	position: absolute;
	top: -20px;
	left: 78px;
	z-index: 5;
}
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: 348px;
	left: 421px;
}
/* テキストインデント */
p.salmon a, div.recipe p.detail a {
	text-indent: -9999em;
}
