@charset "UTF-8";
body {
  line-height: 1.5em;
  font-weight: normal;
  font-family: Verdana, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: small;
  color: #554126;
}

/*--------------------------------------------------
header
--------------------------------------------------*/
#header {
  border-bottom: 6px solid #0068b7;
  background-color: #FFF;
  z-index: 50;
  position: relative;
}

#header div {
  width: 950px;
  margin: 0 auto;
  padding-top: 17px;
  height: 135px;
}

#header h1 {
  float: left;
}

#header p {
  float: right;
}

/*--------------------------------------------------
mainmenu
--------------------------------------------------*/
#mainmenu {
  background-image: url(/images/common/menu_back.gif);
  background-repeat: repeat-x;
  background-position: left top;
}

#mainmenu ul {
  width: 966px;
  margin: 0 auto;
}

#mainmenu ul li {
  float: left;
  height: 97px;
  line-height: 0em;
  font-size: 1px; /*forIE67*/
  margin-right: 2px;
}
#mainmenu ul li:hover img {
  margin-top: -10px;
}

#mainmenu ul a {
  height: 97px;
}

/*--------------------------------------------------
contents
--------------------------------------------------*/
#container {
  max-width: 1190px;
  margin: 0 auto;
}

#container .contents_head {
  width: 950px;
  margin: 0 auto;
  position: relative;
}

#container .contents_head #contents_titleimg {
  position: absolute;
  right: 1px;
  top: 67px;
}

#container .contents_head #pan {
  border-bottom: 1px solid #b7b7b7;
  text-align: right;
  padding: 40px 5px 5px 5px;
  color: #49311b;
}

#container .contents_head .noLine {
  border-bottom-style: none !important;
}

#container #contents {
  width: 1070px;
  position: relative;
}

#container #contentsIn {
  float: right;
  width: 680px;
  position: relative;
  z-index: 50;
}

#container #contentsCookingstudio {
  width: 946px;
  float: right;
  /*margin-left:auto;
  margin-right:auto;*/
  border: 2px solid #FAB848;
  background: url(/images/cookingstudio/cookingstudio_bg01.jpg) no-repeat center 208px;
  margin-bottom: 24px;
}

#container #contentsCookingstudio #mainCookingstudio {
  width: 850px;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  clear: both;
}

#container #back {
  width: 523px;
  position: relative;
  height: 560px;
  background-image: url(/images/common/back.gif);
  background-repeat: no-repeat;
  background-position: left 30px;
}

/*--------------------------------------------------
footer
--------------------------------------------------*/
#footer_bana div {
  width: 950px;
  margin: 0 auto;
}

#footer_bana div .floatright {
  margin-top: 95px;
}

#footer {
  padding: 0px 0px 50px 0px;
  clear: both;
  background-color: #c3dabb;
  line-height: 0em;
  background-image: url(/images/common/footer_back03.gif);
  background-repeat: repeat-x;
  background-position: top;
}

#footer #footerIn {
  width: 950px;
  margin: 0 auto;
}

#footer #footerIn ul.footer_bana {
  margin-top: 10px;
}

#footer #footerIn ul.footer_bana li {
  float: left;
  margin-right: 3px;
  margin-bottom: 15px;
}

#footer #footerIn .floatleft {
  width: 500px;
  padding-left: 20px;
  line-height: 1.5em;
}

#footer #footerIn .floatleft ul {
  list-style-type: none;
  clear: both;
  display: block;
}

#footer #footerIn .floatleft ul li {
  font-size: 12px;
  float: left;
  background-image: url(/images/common/footer_icon.gif);
  background-repeat: no-repeat;
  background-position: left 6px;
  margin-right: 15px;
  padding-left: 13px;
  margin-bottom: 3px;
  color: #38831d;
  font-weight: bold;
}

#footer #footerIn .floatleft ul li a {
  color: #38831d;
  font-weight: bold;
  text-decoration: none;
}

#footer #footerIn .floatleft ul li a:hover {
  text-decoration: underline;
}

#footer #footerIn p {
  font-size: 12px;
  clear: both;
  color: #554126;
  padding-top: 10px;
}

/* ===================================================================
フロート
=================================================================== */
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clr {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
}

.clear {
  clear: both;
}

/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}