@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	gnavi.css
	
	[概要]	品質と環境への取り組み
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
div#mainContent dl:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div#mainContent dl
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div#mainContent dl
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
div#mainContent dl
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#xxx
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

						pageHeader画像指定（上書き）
							
------------------------------------------------------------------------------*/
body#factory div#pageHeader{
	background-image: url(../../factory/images/page_header.jpg);
}



/*------------------------------------------------------------------------------

									h2
									
------------------------------------------------------------------------------*/
div#mainContent h2{
	background-image: url(../../factory/images/factory_h2.gif);
}



/*------------------------------------------------------------------------------

									h3
									
------------------------------------------------------------------------------*/
div#mainContent h3{
	width: 100%;
	min-height: 24px;
	margin-bottom: 6px;
	padding-top: 11px;
	background: url(../../images/common/h3_l_bg.gif) no-repeat scroll left top;
}

* html div#mainContent h3
{
	height: 35px;
}

div.article div{
	margin: 10px;
}

div#mainContent h3 span{
	display: block;
	padding: 0px 10px;
	font-weight: bold;
}



/*------------------------------------------------------------------------------

									h4
									
------------------------------------------------------------------------------*/
div#mainContent h4{
	line-height: 1em;
	margin-top: 1px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../../images/common/h4_bg.gif) repeat-x left bottom;
	color: #333333;
	font-weight: bold;
}

div#mainContent h4 span,
div#mainContent h4 a{
	line-height: 1em;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	background: url(../../images/common/h4_span_bg.gif) repeat-x left bottom;
	color: #333333;
	font-weight: bold;
}



/*------------------------------------------------------------------------------

									h4
									
------------------------------------------------------------------------------*/
div#mainContent dl{
	line-height: 1.5em;
}

div#mainContent dt{
	clear: left;
	float: left;
	width: 6em;
	font-weight: bold;
}

div#mainContent dd{
	padding-left: 7em;
}



/*------------------------------------------------------------------------------

								localNavi 画像指定
								
------------------------------------------------------------------------------*/
/*----- タイトル画像指定 -----*/
dl#localNavi dt{
	background-image: url(../../factory/images/local_nav_title.gif);
}

/*----- マウスオーバー時画像指定 -----*/
dl#localNavi li#localNaviQuality{
	background-image: url(../../factory/images/local_nav_quality_ov.gif);
}
dl#localNavi li#localNaviHaccp{
	background-image: url(../../factory/images/local_nav_haccp_ov.gif);
}

/*----- 通常時画像指定 -----*/
dl#localNavi li#localNaviQuality a{
	background-image: url(../../factory/images/local_nav_quality.gif);
}
dl#localNavi li#localNaviHaccp a{
	background-image: url(../../factory/images/local_nav_haccp.gif);
}



/*------------------------------------------------------------------------------

								div.article table
								
------------------------------------------------------------------------------*/
div.articleContent table.tableStyle2{
	width: 540px;
}

div.articleContent table.tableStyle2 thead th{
	background-color: #fae0a4;
	background-image: none;
	text-align: center;
}