@charset "Shift_JIS";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　全ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #666666;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

input,textarea,select {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

* html body {
	font-size: 75%;
}
* html table {
	font-size: 100%;
	line-height: 1.5;
}
*:first-child+html body {
	font-size: 75%;
}


/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	text-align: center;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}


/* 基本テキストリンク ------------------------------ */

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #A3998F;
	text-decoration: none;
}
a:hover,
a:active {
	color: #E20A16;
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

.clrBox {
	clear: both;
}


/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#wrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

div#contentsArea {
	width: 900px;
	margin: 0 0 18px;
}

div#contentsArea:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#contentsArea { display:inline-block; }
/*\*/
* html div#contentsArea { height:1%; }
div#contentsArea { display:block; }
/**/

div#contentsLeft {
	float: left;
	width: 205px;
}

div#contentsRight {
	float: right;
	width: 675px;
}

div#contentsRight p{
	line-height:1.6;
}

div#contentsRight table {
	line-height: 1.6;
}

/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

div#header {
	position: relative;
	width: 900px;
	height: 119px;
}

div.header-top {
	height: 428px !important;
}


/* ロゴ ------------------------------ */

/* TOP */

div#header h1 {
	position: absolute;
	top: 26px;
	left: 0;
}

/* 下層 */

div#header p.logo {
	position: absolute;
	top: 26px;
	left: 0;
}


/* ナビスキップ ------------------------------ */

div#header span.skipNavi {
	display: none;
}


/* 検索 ------------------------------ */

div#header div#hd-search {
	position: absolute;
	top: 35px;
	right: 13px;
	width: 210px;
	text-align: right;
}

div#header div#hd-search input {
	vertical-align: middle;
}

div#header div#hd-search input.searchTxt {
	width: 146px;
	margin-right: 9px;
}


/* ヘッダーナビ ------------------------------ */

ul#headerNavi {
	position: absolute;
	top: 36px;
	left: 526px;
	width: 150px;
}

ul.noSearch {
	left: 750px !important;
}

ul#headerNavi li {
	float: left;
	width: 75px;
	height: 19px;
	text-indent: -999em;
}

ul#headerNavi li a {
	display: block;
	width: 75px;
	height: 19px;
	text-indent: -999em;
	text-decoration: none;
	/*\*/overflow: hidden;/**/
}

ul#headerNavi li#hd-contact,
ul#headerNavi li#hd-contact a {
	background: url(../img/hdnavi_contact.gif) no-repeat 0 0;
}
ul#headerNavi li#hd-sitemap,
ul#headerNavi li#hd-sitemap a {
	background: url(../img/hdnavi_sitemap.gif) no-repeat 0 0;
}


/* グローバルナビ ------------------------------ */

ul#globalNavi {
	position: absolute;
	top: 71px;
	left: 0;
	width: 900px;
}

ul.globalNavi-top {
	top: 360px !important;
}

ul#globalNavi li {
	float: left;
	width: 225px;
	height: 48px;
	text-indent: -999em;
}

ul#globalNavi li a {
	display: block;
	width: 225px;
	height: 48px;
	text-indent: -999em;
	text-decoration: none;
	/*\*/overflow: hidden;/**/
}

/* 通常 */

ul#globalNavi li#products,
ul#globalNavi li#products a {
	background: url(../img/gnavi_products.jpg) no-repeat 0 0;
}
ul#globalNavi li#safety,
ul#globalNavi li#safety a {
	background: url(../img/gnavi_safety.jpg) no-repeat 0 0;
}
ul#globalNavi li#news,
ul#globalNavi li#news a {
	background: url(../img/gnavi_news.jpg) no-repeat 0 0;
}
ul#globalNavi li#corporate,
ul#globalNavi li#corporate a {
	background: url(../img/gnavi_corporate.jpg) no-repeat 0 0;
}

/* ロールオーバー */

ul#globalNavi li#products a:hover,
ul#globalNavi li#safety a:hover,
ul#globalNavi li#news a:hover,
ul#globalNavi li#corporate a:hover {
	background-position: 0 -48px;
}

/* 現在位置 */

body#gnavi-products ul#globalNavi li#products,
body#gnavi-products ul#globalNavi li#products a,
body#gnavi-safety ul#globalNavi li#safety,
body#gnavi-safety ul#globalNavi li#safety a,
body#gnavi-news ul#globalNavi li#news,
body#gnavi-news ul#globalNavi li#news a,
body#gnavi-corporate ul#globalNavi li#corporate,
body#gnavi-corporate ul#globalNavi li#corporate a {
	background-position: 0 -48px;
}


/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

div#footer {
	position: relative;
	width: 900px;
	height: 137px;
	margin: 0 auto;
	background: url(../img/bg_ft.jpg) no-repeat left bottom;
	text-align: left;
}


/* 上に戻る ------------------------------ */

div#footer p.pagetop {
	position: absolute;
	top: 0;
	right: 5px;
	width: 62px;
	height: 19px;
	text-indent: -999em;
}

div#footer p.pagetop a {
	display: block;
	width: 62px;
	height: 19px;
	text-indent: -999em;
	text-decoration: none;
	/*\*/overflow: hidden;/**/
}

div#footer p.pagetop,
div#footer p.pagetop a {
	background: url(../img/btn_pagetop.gif) no-repeat 0 0;
}


/* 関連サイトリンク ------------------------------ */

div#footer ul#relationNavi {
	position: absolute;
	top: 40px;
	left: 0;
	width: 885px;
	padding: 0 0 6px 15px;
	border-bottom: 1px solid #E0CE78;
}

div#footer ul#relationNavi li {
	float: left;
	height: 19px;
	margin-right: 14px;
	text-indent: -999em;
}

div#footer ul#relationNavi li a {
	display: block;
	height: 19px;
	text-indent: -999em;
	text-decoration: none;
	/*\*/overflow: hidden;/**/
}

div#footer ul#relationNavi li#nissingroup{
	width: 84px;
	background: url(../img/relation_navi_nissingroup.gif) no-repeat 0 0;
}

div#footer ul#relationNavi li#nissinfoods-holdings,
div#footer ul#relationNavi li#nissinfoods-holdings a {
	width: 152px;
	background: url(../img/relation_navi_holdings.gif) no-repeat 0 0;
}
div#footer ul#relationNavi li#nissinfoods,
div#footer ul#relationNavi li#nissinfoods a {
	width: 67px;
	background: url(../img/relation_navi_nissinfoods.gif) no-repeat 0 0;
}
div#footer ul#relationNavi li#myojofoods,
div#footer ul#relationNavi li#myojofoods a {
	width: 69px;
	background: url(../img/relation_navi_myojofoods.gif) no-repeat 0 0;
}
div#footer ul#relationNavi li#nissinfoods-frozen,
div#footer ul#relationNavi li#nissinfoods-frozen a {
	width: 98px;
	background: url(../img/relation_navi_frozen.gif) no-repeat 0 0;
}
div#footer ul#relationNavi li#nissincisco,
div#footer ul#relationNavi li#nissincisco a {
	width: 77px;
	background: url(../img/relation_navi_nissincisco.gif) no-repeat 0 0;
}
div#footer ul#relationNavi li#nissinyork,
div#footer ul#relationNavi li#nissinyork a {
	width: 78px;
	background: url(../img/relation_navi_nissinyork.gif) no-repeat 0 0;
}
div#footer ul#relationNavi li#ajino-mingei,
div#footer ul#relationNavi li#ajino-mingei a {
	width: 146px;
	margin-right: 0;
	background: url(../img/relation_navi_ajinomingei.gif) no-repeat 0 0;
}


/* フッターナビ ------------------------------ */

div#footer ul#footerNavi {
	position: absolute;
	top: 72px;
	left: 15px;
	width: 515px;
}

div#footer ul#footerNavi li {
	float: left;
	height: 19px;
	margin-right: 15px;
	text-indent: -999em;
}

div#footer ul#footerNavi li a {
	display: block;
	height: 19px;
	text-indent: -999em;
	text-decoration: none;
	/*\*/overflow: hidden;/**/
}

div#footer ul#footerNavi li#ft-contact,
div#footer ul#footerNavi li#ft-contact a {
	width: 71px;
	background: url(../img/ftnavi_contact.gif) no-repeat 0 0;
}
div#footer ul#footerNavi li#ft-sitemap,
div#footer ul#footerNavi li#ft-sitemap a {
	width: 78px;
	background: url(../img/ftnavi_sitemap.gif) no-repeat 0 0;
}
div#footer ul#footerNavi li#ft-legal,
div#footer ul#footerNavi li#ft-legal a {
	width: 129px;
	background: url(../img/ftnavi_legal.gif) no-repeat 0 0;
}
div#footer ul#footerNavi li#ft-privacy,
div#footer ul#footerNavi li#ft-privacy a {
	width: 163px;
	background: url(../img/ftnavi_privacy.gif) no-repeat 0 0;
}


/* コピーライト ------------------------------ */

div#footer p#copyright {
	position: absolute;
	top: 72px;
	right: 18px;
	width: 301px;
	height: 19px;
	background: url(../img/copyright.gif) no-repeat 0 0;
	text-indent: -999em;
}


