@charset "UTF-8";

/************************************************************
RESET & DEFAULT
************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
}

img{
	border-style:none;
	vertical-align: bottom;
}

/************************************************************
LAYOUT
************************************************************/

body{
	background:#f9f6dc;
}

.header_wrap{
	position: relative;
	z-index: 3;
	width:110%;
	height:77px;
	background-color:#a60723;
}

/* ------------------------------------------------------------HEADER */

.header{
	margin:auto;
	padding-top:20px;
	width:1000px;
}

/* ------------------------------------------------------------FOOTER*/

.footer{
	position: relative;
	z-index: 2;
	margin-bottom: 400px;
	width:110%;
	height:41px;
	background-color:#a60723;
	text-align:center;
}

#copyright{
	margin-top:15px;
}

/* ------------------------------------------------------------CONTENTS */

.contents_wrap {
	position: relative;
	z-index: 1;
	margin: auto;
	width: 1002px;
	background: #e8994a url('../img/contents_bg.gif') repeat-y;
	border-left: 1px solid #f9f6dc;
	border-right: 1px solid #f9f6dc;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.5);
}

.navi {
	width: 1000px;
	height: 138px;
}

#fixed-navi {
	list-style: none;
	width: 1000px;
	text-align: center;
}

#fixed-navi li {
	display: inline-block;
	margin-right: 4px;
}

#fixed-navi li:last-child {
	margin-right: 0;
}

.fixed {
	position: fixed;
	z-index: 3;
}

#origin {
	margin-top: -138px;
	padding-top: 138px;
}

#waveform {
	margin-top: -128px;
	padding-top: 128px;
}

#bake {
	margin-top: -16px;
}

#recipe {
	position: relative;
	z-index: 2;
	margin-top: -128px;
	padding-top: 128px;
}

#recipe a {
	cursor: pointer;
}

#recipe_main01 {
	position: absolute;
	top: 428px;
	left: 374px;
}

#recipe_main02 {
	position: absolute;
	top: 428px;
	left: 668px;
}

#recipe_main03 {
	position: absolute;
	top: 668px;
	left: 668px;
}

#recipe_side01 {
	position: absolute;
	top: 428px;
	left: 47px;
}

#recipe_side02 {
	position: absolute;
	top: 668px;
	left: 47px;
}

#recipe_side03 {
	position: absolute;
	top: 668px;
	left: 340px;
}

#recipe_soup01 {
	position: absolute;
	top: 1068px;
	left: 668px;
}

#recipe_rice01 {
	position: absolute;
	top: 1414px;
	left: 47px;
}

#recipe_rice02 {
	position: absolute;
	top: 1414px;
	left: 354px;
}

#recipe_rice03 {
	position: absolute;
	top: 1414px;
	left: 668px;
}

#product-info {
	position: relative;
	padding-bottom:50px;
	margin-top: -128px;
	padding-top: 128px;
}

#product-info a {
	cursor: pointer;
}

#product-info_kinu-atuage {
	position: absolute;
	top: 199px;
	left: 40px;
}

#product-info_hokkaido-kinu-atuage {
	position: absolute;
	top: 199px;
	left: 510px;
}


/* --------------------------------200302--Package revision */

#product_kinu-atuage{
	display:block;
	margin:0 auto 0 auto;
}

