@charset "shift_jis";
/* CSS Document */


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

	* Layout Style + Template Style
	* /// KOKUYO S&T Customize ///{

		* last update 2010/04/14
		* modify : nazal;
	
	}
	
	
--------------------------------

	* Contents
	
	1. Structure Frames
	
	2. Template Style
		├ 2-1. general
		└ 2-2. home
	
	
	
--------------------------------


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

	structure

---------------------------------------------------------------------*/
.sectionH1 div#mainGraphic {
	position: relative;
	height: 329px;
}
.sectionH1 div#mainGraphic h1,
.sectionH1 div#mainGraphic .item1,
.sectionH1 div#mainGraphic .item2{
	position: absolute;
	zoom: 1;
}
.sectionH1 div#mainGraphic h1 {
	top: 0;
	left: 320px;
	z-index: 90;
}
.sectionH1 div#mainGraphic .item1 {
	top: 0;
	left: 0;
	z-index: 1;
}
.sectionH1 div#mainGraphic .item2 {
	top: 0;
	right: 0;
	z-index: 2;
}
/*  画像ボタンをhover時に透過させる
-----------------------------------*/
.sectionH1 div#mainGraphic a.alpha:hover img{
	opacity: 0.8;
	filter: alpha(opacity=70); /* IE7 */
	-ms-filter: "alpha(opacity=70)"; /* IE8 */
}
/*  ローカルナビ
-----------------------------------*/
.sectionH1 div#mainContent .lNav {
	background: url(../img/bg_btns.gif) no-repeat left top;
	padding: 9px 0 0 8px; 
}
.sectionH1 div#mainContent .lNav li {
	float: left;
	display: inline;
}

/* start clearfix */
.sectionH1 div#mainContent .lNav:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0px; line-height: 0; }
/* ie6 hack */
* html .sectionH1 div#mainContent .lNav { height: 1%; }
/* ie7 hack */
*:first-child+html .sectionH1 div#mainContent .lNav { min-height: 1%;}
/* end clearfix */

















