@charset "utf-8";

/* 全体関係 */

*{
	margin:0px auto;
	padding:0px;
}

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	background-image : url(../images/bg.jpg);
	background-repeat: repeat;
	color:#793214;
}

/* レイアウト関係 */
#wrap{
	width:930px;
	margin-left : auto ;
	margin-right : auto ;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
	background-color: rgba(255,255,255,0.5);
}

.topimg{
	width:848px;
	height:568px;
	background-image : url(../images/top.png);
	background-repeat: no-repeat;
	line-height:18px;
	margin-bottom:20px;
}

.topimg a{
	color:#615048;
}

.detail{
	margin:15px 0px;
}


.toptxt{
	width:380px;
	height:523px;
	background-color:#d84276;
}

.tokuten{
	background-image: url(../images/tokuten.png);
	background-repeat:no-repeat;
	width:822px;
	height:489px;
	margin-bottom:30px;
}

.tokuten img{
	text-align: center;
	margin-top:25px;
}

.comment{
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	background-color: rgb(255,255,255);
	padding:7px;
	width:473px;
	margin:20px;
	text-align: center;
	color:#222;
}

#item01{
	width:816px;
	height:280px;
	background-color: #fcf07a;
	box-shadow:0px 0px 0px 3px #944e0e,0px 10px 0px 3px #944e0e;
	-moz-box-shadow:0px 0px 0px 3px #944e0e,0px 10px 0px 3px #944e0e;
	-webkit-box-shadow:0px 0px 0px 3px #944e0e,0px 10px 0px 3px #944e0e;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:20px auto;
}

#item01 .sweet_thumb img{
	padding: 20px 0px 0px 20px;
}

#item01 .sweet_text{
	padding: 10px 10px 0px 20px;
}

#item01 h3{
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	text-align:left;
	width:460px;
	border-bottom:solid #615048 1px;
}

#item01 .allergie{
	padding:10px 0px 10px 10px;
	margin-right:140px;
  margin-top: 51px;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	background-color: #fffcda;
}

#item02{
	width:816px;
	height:280px;
	background-color: #bde6e4;
	box-shadow:0px 0px 0px 3px #944e0e,0px 10px 0px 3px #944e0e;
	-moz-box-shadow:0px 0px 0px 3px #944e0e,0px 10px 0px 3px #944e0e;
	-webkit-box-shadow:0px 0px 0px 3px #944e0e,0px 10px 0px 3px #944e0e;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:40px auto;
}

#item02 .sweet_thumb img{
	padding: 20px 0px 0px 20px;
}

#item02 .sweet_text{
	padding: 10px 10px 0px 20px;
}

#item02 h3{
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	text-align:left;
	width:460px;
	border-bottom:solid #615048 1px;
}

#item02 .allergie{
	padding:10px 0px 10px 10px;
	margin-right:140px;
  margin-top: 51px;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	background-color: #e9fffe;
}

#item03{
	width:816px;
	height:280px;
	background-color: #f7dcd9;
	box-shadow:0px 0px 0px 3px #944e0e,0px 10px 0px 3px #944e0e;
	-moz-box-shadow:0px 0px 0px 3px #944e0e,0px 10px 0px 3px #944e0e;
	-webkit-box-shadow:0px 0px 0px 3px #944e0e,0px 10px 0px 3px #944e0e;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:40px auto;
}

#item03 .sweet_thumb img{
	padding: 20px 0px 0px 20px;
}

#item03 .sweet_text{
	padding: 10px 10px 0px 20px;
}

#item03 h3{
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	text-align:left;
	width:460px;
	border-bottom:solid #615048 1px;
}

#item03 .allergie{
	padding:10px 0px 10px 10px;
	margin-right:140px;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	background-color: #fff6f5;
}

#lasttext{
	margin: 20px auto;
	width: 817px;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	background-color: rgb(255,255,255);
}

#lasttext p{
	font-size:14px;
	padding-top:20px;
	padding-bottom:30px;
	text-align:center;
}

#footer{
	width:900px;
	height:40px;
	color:#ffffff;
	background-color: #f29da8;
}

#footer p{
	text-align:center;
	padding:10px 0px 10px 0px;
}

/*突貫で作った画像ホバー*/
a:hover img{
	opacity:0.5;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
