@charset "UTF-8";


#Main,
#recipe,
#p_container {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ","Meiryo", Osaka, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.4em;
	padding: 0;
}

#Main a:hover img, 
#modal a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}
#Main #main_img a:hover img{
	opacity:0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	
}
#Main a:link, 
#modal a:link,
#Main a:visited,
#modal a:visited {
	color:#D90000;
	text-decoration:none;
}
#Main a:hover, 

#Main .recipe_wapper  {
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 690px;
	width: 765px;
}
#Main .recipe_menu li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 335px;
	width: 220px;
}
#Main .recipe_menu {
	height: 690px;
	margin-left: 44px;
	overflow: hidden;
	margin-top: 0px;
	padding-top: 0px;
	line-height:0;
}


#Main #contents_img  {
	margin: 0px;
	padding: 0px;
	line-height:0;
}

.note {
	margin-left: 12px;
	clear: both;
	text-indent: -12px;
	margin-bottom: 4px;
}
.note2  {
	background-color: #EEEEEE;
	padding: 10px;	
}
.note2 li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 14px;
	margin-bottom: 4px;
	font-size:10px;
}

.cautionList li {
    margin-bottom: 2px;
}

