@charset "utf-8";
/*	recet font
===================================== */

Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0

html {
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, tr, th, td {
	margin: 0;
	padding: 0;
}
/*
table {
	border-collapse:collapse;
	border-spacing:0;
}*/
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, , h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
body {
	font: 12px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}

ul li {
	list-style:none;
}

a {
	text-decoration: none;
}

img {
	vertical-align: text-bottom;
}

/*	body
===================================== */
* a {
	color: #cea025;
}
* a:hover {
	color: #e6d29e;
}
body {
	background: url(../images/body_bg.gif) repeat-x;
	width: 868px;
	text-align:center;
	margin: 0 auto;
}

body{
	behavior:url("../_common/js/csshover3.htc");
	position:relative;
}

p#root {
	position:absolute;
	top:0;
	left:164px;
	font-size: 70%;
	color: #f2f2f2;
	width: 580px;
	text-indent: -9999px;
	overflow: hidden;
}

/*	header
===================================== */

#header {
	width: 868px;
	background: url(../images/header_bg.gif) no-repeat;
	margin: 0 auto;
}
#logo {
	width:177px;
	padding-top: 7px;
	float: left;
}
h1 {
	background: url(../images/top_logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	
}
h1 a {
	width: 177px;
	height: 111px;
	display: block;

}

#container {
	width: 868px;
	margin: 0 auto;
	text-align: left;
}

#contener {
	background-color: #FFF;
}

/*	navi
===================================== */
#subNabi {
	padding-left:736px;
}
#subNabi li {
	background: url(../images/snavi_shoping.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#subNabi li:hover {
	background: url(../images/snavi_shoping_on.gif) no-repeat;
}
#subNabi li a {
	width: 123px;
	height: 42px;
	display: block;
}

#gnavi {
	padding-top: 34px;
	padding-left: 190px;
}

#gnavi li{
	text-indent: -9999px;
	overflow: hidden;
	float: left;	
}

#gnavi li a{
	width: 135px;
	height: 41px;
	display: block;	
}

#gnavi .gnaviNews {background: url(../images/gnavi_column.gif) no-repeat 0 0;}
#gnavi .gnaviNews:hover {background: url(../images/gnavi_column.gif) no-repeat -136px 0;}

/*
#gnavi .gnaviNews {background: url(../images/gnavi_news.gif) no-repeat;}
#gnavi .gnaviNews:hover {	background: url(../images/gnavi_news_on.gif) no-repeat;}
*/
.gnaviProduct {background: url(../images/gnavi_product.gif) no-repeat;}
.gnaviProduct:hover {background: url(../images/gnavi_product_on.gif) no-repeat;}

.gnaviMaterial {background: url(../images/gnavi_material.gif) no-repeat;}
.gnaviMaterial:hover {background: url(../images/gnavi_material_on.gif) no-repeat;}

.gnaviRecipe {background: url(../images/gnavi_recipe.gif) no-repeat;}
.gnaviRecipe:hover {background: url(../images/gnavi_recipe_on.gif) no-repeat;}

.gnaviAbout {background: url(../images/gnavi_about.gif) no-repeat;}
.gnaviAbout:hover {background: url(../images/gnavi_about_on.gif) no-repeat;}

/*	footter
===================================== */
#footer {
	width: 868px;
	height: 40px;
	clear: both;
	background: url(../images/footer_bg.gif) no-repeat;
}

#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #CCC;
}

#footer li {
	font-size: 10px;
	color: #FFF;
	float: left;
	padding-top: 17px;
	padding-left: 30px;
}
.subAbout {

}

address {
	font-size: 11px;
	color: #FFF;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
}


/**			clearfix			
-------------------------------------*/

.Clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.Clearfix {
  min-height: 1px;
}

* html .Clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
