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

/* 
広告連動蒸す・中華CSS
作成者：株式会社アルゴ
最終更新日：2010年5月17日
*/

div.steam {
	position: relative;
	margin-bottom: 20px;
	background: url(../images/bg_div-steam.jpg) repeat-y;
}
/* 広告連動リンク */
div.steam a.boil, div.steam a.burn, div.steam a.steam-vol2 {
	display: block;
	width: 100px;
	height: 60px;
}
div.steam a.boil {
	position: absolute;
	left: 545px;
	top: 10px;
	background: url(/ad/images/btn_boil.png) no-repeat;
}
div.steam a:hover.boil {
	background: url(/ad/images/btn_boil.png) no-repeat 0px -60px;
}
div.steam a.burn {
	position: absolute;
	left: 545px;
	top: 70px;
	background: url(/ad/images/btn_burn.png) no-repeat;
}
div.steam a:hover.burn {
	background: url(/ad/images/btn_burn.png) no-repeat 0px -60px;
}
div.steam a.steam-vol2 {
	position: absolute;
	left: 545px;
	top: 130px;
	background: url(/ad/images/btn_steam-vol2.png) no-repeat;
}
div.steam a:hover.steam-vol2 {
	background: url(/ad/images/btn_steam-vol2.png) no-repeat 0px -60px;
}
/* コンテンツ個別 */
h1 {
	width: 650px;
	height:283px;
	background: url(../images/bg_h1.jpg) no-repeat;
}
div.shrimp {
	background: url(../images/bg_div-shrimp.jpg) no-repeat;
}
h2.shrimp {
	height: 233px;
	background: url(../images/bg_h2-shrimp.gif) no-repeat 30px top;
}
div.steam p {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	_font-weight:normal;
}
p.shrimp {
	position: relative;
	padding-left: 45px;
	padding-right: 300px;
}
p.shrimp a {
	position: absolute;
	width: 230px;
	height: 68px;
	background: url(../images/btn_raochu.jpg) no-repeat;
	top: 80px;
	right: 15px;
	_right: 35px;
}
p.shrimp a:hover {
	background: url(../images/btn_raochu.jpg) no-repeat 0px -68px;
}
div.cookeverio {
	margin-top: 50px;
	padding-bottom: 50px;
	background: url(../../images/bg_cookeverio_white.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: 376px;
	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: 354px;
	left: 417px;
}
/* テキストインデント */
div.steam a.boil, div.steam a.burn, div.steam a.steam-vol2, p.shrimp a,div.recipe p.detail a {
	text-indent: -9999em;
}
