/*

	YASAKA CSS
	Layout Setting

	* File Organization:
		#frame
			#header
			#navigation
			#visual
			#content
				#mainCol
				#subCol
			#footer
		.clearfix

*/



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

	#frame
	ラッパー設定

----------------------------------------------- */
div#frame {
	margin: 0 auto;
	position: relative;
	width: 960px;
	text-align: left;
}
/*- form用 -*/
body.form div#frame {
	width: 750px;
}



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

	#headText
	ヘッダーSEOテキスト

----------------------------------------------- */
#headText {
	padding: 0;
	height: 13px;
	overflow: hidden;
	position: relative;
	top: 50px;
	right: -10px;
	text-align: left;
	font-size: 12px;
	font-weight:  normal;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #993300;
}



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

	#header
	ヘッダーエリア

----------------------------------------------- */
div#header {
	min-height: 100px;
	*height: 100px;
	background: url(../../_images/header/back_header.png) no-repeat 0 100%;
}
div#header #ci {
	padding: 0;
	position: absolute;
	top: 5px;
	left: 5px;
	float: left;
}
div#header #ci h1 a.logo {
	display: block;
	width: 187px;
	height: 52px;
	background: url(../../_images/header/logo-yasaka.gif) no-repeat 0 0;
	outline: none;
	text-indent: -9999px;
}
div#navigation {
	min-height: 14px;
	*height: 14px;
}
div#header ul#s-navi {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	float: right;
}
div#header ul#s-navi li {
	padding: 5px 5px 0 0;
    display: inline-block;
	overflow: hidden;
	text-align: left;
	/* for IE6 */
	*display: inline;  
    *zoom: 1;
}
div#header ul#s-navi li a span {
	position: relative;
	z-index: -1;
}

div#header ul#s-navi li a           { height: 14px; background-position: 0 0; display: block; text-decoration: none; color: #fff; }
div#header ul#s-navi li a.n-home    { width: 53px; background-image: url(../../_images/button/btn_home.gif); }
div#header ul#s-navi li a.n-group   { width: 100px; background-image: url(../../_images/button/btn_group.gif); }
div#header ul#s-navi li a.n-map     { width: 90px; background-image: url(../../_images/button/btn_sitemap.gif); }
div#header ul#s-navi li a.n-company { width: 65px; background-image: url(../../_images/button/btn_company.gif); }
div#header ul#s-navi li a.n-inquiry { width: 90px; background-image: url(../../_images/button/btn_inquiry.gif); }
div#header ul#s-navi li a.n-english { width: 63px; background-image: url(../../_images/button/btn_english.gif); }

div#header ul#s-navi li a:hover,
div#header ul#s-navi li a:focus,
div#header ul#s-navi li.selected a { background-position: 0 -16px; }



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

	#navigation
	グローバルナビゲーションエリア

----------------------------------------------- */
div#navigation {
	min-height: 40px;
	*height: 40px;
}
ul#navi {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	right: 0;
	text-align: right;
}
ul#navi li {
	float: left;
	overflow: hidden;
	text-align: left;
}
ul#navi li a span {
	position: relative;
	z-index: -1;
}

ul#navi li a         { height: 40px; background-position: 0 0; display: block; text-decoration: none; }
ul#navi li a.navi_01 { width: 137px; background-image: url(../../_images/header/navi_01.png); }
ul#navi li a.navi_02 { width: 137px; background-image: url(../../_images/header/navi_02.png); }
ul#navi li a.navi_03 { width: 137px; background-image: url(../../_images/header/navi_03.png); }
ul#navi li a.navi_04 { width: 137px; background-image: url(../../_images/header/navi_04.png); }
ul#navi li a.navi_05 { width: 137px; background-image: url(../../_images/header/navi_05.png); }
ul#navi li a.navi_06 { width: 137px; background-image: url(../../_images/header/navi_06.png); }
ul#navi li a.navi_07 { width: 138px; background-image: url(../../_images/header/navi_07.png); }

ul#navi li a:active,
ul#navi li a:hover,
ul#navi li a:focus,
ul#navi li.selected a { background-position: 0 -40px; }



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

	#content
	コンテンツエリア

----------------------------------------------- */
div#content {
	margin: 0 0 30px 0;
	width: 960px;
	line-height: 1.45;
	/* for IE7/6 */
	*height: 1%;
}
/*- clearfix -*/
div#content:after {
	display: block;
	content: "";
	clear: both;
}



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

	#footer
	フッターエリア

----------------------------------------------- */
div#footer {
	margin: 0;
	padding: 5px 0 0 0;
	position: relative;
	clear: both;
	/* for IE7/6 */
	*height: 1%;
}

/* #footer	サブナビ
----------------------------------------------- */
div#footer #footsitemap {
	margin: 0 0 10px 0;
    display: inline-block;
	width: 960px;
	background: url(../../_images/footer/back-footer.gif) repeat 0 0%;
}
div#footer #footsitemap .f-sitemap {
	margin: 10px 0 10px 8px;
	padding: 0 0 0 2px;
	width: 124px;
	height: 180px;
	float: left;
	border-right: 1px solid #f1e1d1;
}
div#footer #footsitemap .f-sitemap .f-sitemap_title {
	margin: 2px 0 0 0;
	font-weight: bold;
}
div#footer #footsitemap .f-sitemap ul.f-map li {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 77%;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
}
div#footer #footsitemap .f-sitemap_fin {
	margin: 10px 0 10px 8px;
	padding: 0 0 0 2px;
	width: 131px;
	height: 180px;
	float: left;
}
div#footer #footsitemap .f-sitemap_fin .f-sitemap_title {
	margin: 2px 0 0 0;
	font-weight: bold;
}
div#footer #footsitemap .f-sitemap_fin ul.f-map li {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 77%;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
}
div#footer #footnavi {
	margin: 0 0 0 0;
	width: 960px;
	background: url(../../_images/footer/back-copyright.gif) repeat 0 0%;
	color: #FFFFFF;
}

div#footer #footnavi ul#f-navi {
	margin:0 0 0 0;
}
div#footer #footnavi ul#f-navi li {
	margin:12px 0 0 10px;
	padding: 0 0 0 8px;
	background: url(../../_images/footer/f-arrow.gif) no-repeat 0 48%;
	font-size: 85%;
    display: inline-block;
	overflow: hidden;
	font-weight: bold;
	text-align: left;
	/* for IE6 */
	*display: inline;  
    *zoom: 1;
}

/* #footer a 設定（ナビ用）
----------------------------------------------- */
div#footer #footnavi a:link,
div#footer #footnavi a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer #footnavi a:active,
div#footer #footnavi a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#footer #footnavi a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

/* #footer	コピーライト
----------------------------------------------- */
div#footer #footnavi #copyright {
	margin: 0;
	padding: 5px 0 10px 10px;
	width: 960px;
	font-size: 77%;
    display: inline-block;
	overflow: hidden;
	font-weight: bold;
	text-align: left;
}



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

	#footText
	フッターSEOテキスト

----------------------------------------------- */
#footText {
	clear: both;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.5;
	padding: 0 0 5px 0;
}



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

	.clearfix
	クリアフィックス

----------------------------------------------- */
.clearfix:after {
	display: block;
	content: "";
	clear: both;
}
.clearfix {
	/* forIE7/6 */
	*zoom:1;
}