/* CSS */

body {
	margin:0;
	padding:0;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	color:#111;
}

.bgmaximage{
  position:fixed !important;
  display:none;
}

.loader { 
  position:absolute;
  z-index:9999;
  width:39px;
  height:39px;
  top:49%;
  left:49%
}

#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

#head {
	height:190px;
	width:100%;
	min-width:1000px;
	background-image:url(../images/home/bg_white.png); /* IE8 */
	background:rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.1);
            box-shadow: 0 10px 6px -6px rgba(0,0,0,0.1);
}

#logo {
	float:right;
	margin:70px 20px 0 0;
}

h1 {
	text-indent:-9999px;
	background-image:url(../images/home/maplesalmon.png);
	width:400px;
	height:160px;
	margin-left:10px;
	float:left;
}

h2 {
	color:#e05a00;
	border-bottom:1px dotted #999;
	border-right:#e05a00 5px solid;
	width:850px;
	margin-bottom:30px;
	padding-bottom:10px;
}

img {
	border:0;
}

.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}
  
.fade:hover {  
	filter: alpha(opacity=60);
	-moz-opacity:0.8;
	opacity:0.8; 
}

#nav {
	margin:0;
	padding:0;
	float:left;
}

#nav ul li {
	list-style:none;
}

#nav ul li a{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#222;
	font-weight:bold;
	line-height:2.0em;
}

#nav ul li a:hover{
	-webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;
	text-shadow: #FFF 0px 0px 20px;
	color:#e05a00;
}


#submenu {
	position: fixed !important;
	position:relative;
	top:0;
	right:0;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#submenu .button {
	background: #fff;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border: 1px solid #CCC;
	border-top: 3px solid #e05a00;
	width: 220px;
	height: 25px;
	padding: 10px;
	margin-right: 10px;
	font-size:16px;
	font-weight:bold;
	float:left;
	text-align:center;
}

#submenu .button:hover{
	background: #e05a00;
	border-top: 3px solid #fff;
}

#submenu .button a {
	color: #111;
	text-decoration:none;
}

#submenu .button a:hover {
	color: #fff;
	text-decoration:none;
}

#contents {
	width:850px;
	margin:230px auto 100px auto;
	padding:0 auto;
}

.contents2 {
	margin-top:-200px;
}


#contents #catch {
	position:absolute;
	top:75%;
	left:40px;
}

#contents p {
	width:800px;
	margin:30px auto;
	font-size:14px;
	color:#111;
	line-height:2.0em;
	clear:both;
}

#contents img {
	position: relative;
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;	
}

#contents .twin {
	margin-right:20px;
}

#peret {
	width:800px;
	height:55px;
	border:1px dotted #e05a00;
	padding:10px;
	margin-left:20px;
	background:#FBFBFB;
}

#peret h3 {
	color:#e05a00;
	font-weight:bold;
	margin:0 0 -28px 0;
}

#recipe {
    height:930px;
}

#recipe a img {
	float:left;
	border:0;
	margin:0 12px 15px 0;
}

#recipe a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  zoom: 1;
}

#footer {
	width:100%;
	padding:10px;
	position: fixed !important;  
    position: absolute;
	bottom: 0;  
    left: 0;
	background-image:url(../images/home/bg_black.png); /* IE8 */
	background-color:rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 -10px 6px -6px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 -10px 6px -6px rgba(0,0,0,0.2);
            box-shadow: 0 -10px 6px -6px rgba(0,0,0,0.2);
	font-size:12px;
	color:#FFF;
}

#footer #footmenu {
	float:left;
}

#footer #footmenu a {
	text-decoration:none;
	color:#FFF;
}

#footer #footmenu a:hover {
	text-decoration:underline;
}

#footer #copy {
	width:360px;
	float:right;
	font-size:12px;
}

#footer #copy a {	
	text-decoration:none;
	color:#FFF;
}