@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	gnavi.css
	
	[概要]			品質と環境への取り組み HACCPの取得について専用
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html #xxx
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html #xxx
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
#xxx
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
div#mainContent h3
{
	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;
}



/*------------------------------------------------------------------------------

								div#globalNavi
								
------------------------------------------------------------------------------*/
div.articleContent{
	width: 604px;
	margin-top: 2px;
	padding-right: 0;
}



/*------------------------------------------------------------------------------

						pageHeader画像指定（上書き）
							
------------------------------------------------------------------------------*/
body#factory div#pageHeader{
	background-image: url(../../factory/images/page_header.jpg);
}



/*------------------------------------------------------------------------------

								見出し
								
------------------------------------------------------------------------------*/
div#mainContent h2{
	margin-bottom: 0px;
	background-image: url(../../factory/haccp/images/h2.gif);
}

div#mainContent h3{
	width: 604px;
	height: 64px;
	background: url(../../factory/haccp/images/h3.gif) no-repeat scroll left top;
}



/*------------------------------------------------------------------------------

								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);
}



