@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	company.css
	
	[概要]	会社案内専用CSS
	
	[目次]
			・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 */

/*------------------------------------------------------------------------------

	テキスト画像代替
							
------------------------------------------------------------------------------*/
#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;
}

/*------------------------------------------------------------------------------

	h1#categoryTitle
								
------------------------------------------------------------------------------*/
body#products h1#categoryTitle{
	background: #ffffff url(../../images/products/products_h1.jpg) no-repeat ;
}


/*------------------------------------------------------------------------------

	div#mainContent
								
------------------------------------------------------------------------------*/
div#mainContent{
}

/*   h2   */

div#mainContent h2
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}
div#mainContent h2{
	width:676px;
	height:36px;
	margin-bottom:20px;
	background-repeat:no-repeat;
}

div#mainContent div#sectionQuality h2{	background: url(../../images/products/products_h2_01.jpg);}
div#mainContent div#sectionProducts h2{	background: url(../../images/products/products_h2_02.jpg);}




/*----------------   sectionQuality   ----------------*/


div#mainContent div#sectionQuality p.motto
{
	display: block;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}

div#mainContent div#sectionQuality p.motto{
	width:676px;
	height:145px;
	background:url(../../images/products/products_img_heading.jpg) no-repeat;
	margin-bottom:20px;
}

/*----------------   sectionProducts   ----------------*/

/*------------------------------------------------------------------------------
	ul.pickUpList
------------------------------------------------------------------------------*/
ul.pickUpList{
	width:676px;
}

ul.pickUpList li{
	float:left;
	width:228px;
	margin-bottom: 8px;
}

ul.pickUpList li.by3{
	width:220px;
}

ul.pickUpList li p.pic{
	width: 216px; height: 162px;
	padding: 2px;
	overflow: hidden;
	background: url(../../images/products/products_img_bg.gif) no-repeat scroll left top;
}

/* Win IE6 \*/
* html ul.pickUpList li p.pic{
	width: 220px; height: 166px;
}
/* End Win IE6 */

ul.pickUpList li p.caption{
	display:block;
	width: 214px;
	background: url(../../images/products/products_caption_bg.gif) no-repeat bottom;
	padding:5px 3px 7px 3px;
	font-size:93%;
	line-height:160%;
	text-align:center;
}

/* Win IE6 \*/
* html ul.pickUpList li p.caption{
	width: 220px;
	padding: 7px 3px 7px 3px;
}
/* End Win IE6 */

ul.pickUpList li p.caption span{
	display: block;
	padding-left:10px;
	padding: 1px 0px;
	background: url(../../images/home/icon_tri_02.jpg) no-repeat;
	line-height:100%;
	color:#ffffff;
}

/*------------------------------------------------------------------------------

	div#subContent
								
------------------------------------------------------------------------------*/
div#subContent #localNav li,
div#subContent #localNav li a{
	display:block;
	width:163px;
	height:29px;
}

div#subContent #localNav li#localNavProducts{	background: url(../../images/products/local_nav_01.jpg) no-repeat;}
div#subContent #localNav li#localNavProducts a{	background: url(../../images/products/local_nav_01.jpg) no-repeat;}


