@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;
}

#container h2 {
	position: absolute;
	left: 38px;
	top: 230px;
	z-index:991;
}
#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, 
#modal a:hover {
	text-decoration: underline;
	color: #F00;
}
.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;
}


#Main #contents_menu  {
	margin-top: 30px;
	margin-left: 32px;
	height: 180px;
	overflow: hidden;
}
#Main #contents_menu ul li {
	float: left;
	margin-right: 9px;
	height: 134px;
	background-image: url(../image/btn_top_arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#Main .line1 {
	background-color: #DDD;
	clear: both;
	height: 1px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Main .recipe_wapper .rp_copy {
	height: 246px;
	padding-left: 224px;
}
#Main .recipe_wapper .rp_copy img {
	margin-top: 50px;
}
#Main #recipe_lux .rp_copy {
	background-image: url(../image/top_img_lux.jpg);
	background-repeat: no-repeat;
	background-position: 5px 50px;
}
#Main .recipe_menu li {
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	height: 220px;
	width: 340px;
}
#Main .recipe_menu {
	height: 564px;
	margin-left: 32px;
	overflow: hidden;
}
#Main #recipe_frd .rp_copy {
	background-image: url(../image/top_img_frd.jpg);
	background-repeat: no-repeat;
	background-position: 5px 65px;
}
#Main #recipe_fmy .rp_copy {
	background-image: url(../image/top_img_fmy.jpg);
	background-repeat: no-repeat;
	background-position: 18px 48px;
}


/*カルーセル*/
#main_img  {
	z-index: 990;
}
#main_img li {
	width: 623px;
	height: 550px;
	/*margin-right: 1px;*/
	list-style:none;
	display:block;
	float:left;
}

#Contents .inner #Main #container ul {
	width: 1869px;
	margin-left: -552px;
}
#Contents .inner #Main #container {
	width: 764px;
	overflow: hidden;
	position: relative;
}
/*
#container .carouPrev:hover,
#container .carouNext:hover {
	background-color:#CCC;
	filter:alpha(opacity=10);
     -moz-opacity:0.10;
     -khtml-opacity: 0.10;
     opacity:0.10;
}
*/
#container .spr,
#container .spl {
	position: absolute;
	top: 0px;
	z-index: 995;
}
#container .spr {
	right:0px;
}
#container .spr img,
#container .spl img{
	width: 70px;
	height: 495px;
}
#container .carouPrev,
#container .carouNext {
	width: 70px;
	height: 55px;
	position: absolute;
	top: 495px;
	cursor: pointer;
	z-index: 999;
	background-image: url(../image/carou_prev.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#container .carouNext {
	right:0px;
	background-image: url(../image/carou_next.png);
}
#container .carouNext:hover {
	background-image: url(../image/carou_next_o.png);
}
#container .carouPrev:hover {
	background-image: url(../image/carou_prev_o.png);
}
#container .pagination{
	position: absolute;
	top:532px;
	right:75px;
}
#container .pagination a{
	background-color: #999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	height: 4px;
	width: 40px;
	display: block;
	float: left;
	margin-right: 5px;
}
#container .pagination a:hover{
	background-color: #fff;
}
#container .pagination a.selected {
	background-color: #F00;
	filter:alpha(opacity=50);
     -moz-opacity:0.50;
     -khtml-opacity: 0.50;
     opacity:0.50;
	cursor: default;
}
#container .pagination a span {
    display: none;
}
