@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 style info :共通モジュール（ヘッダー、フッター、サイドナビ）

=================================================================== */

/* -----------------------------------------------------------
	#header ヘッダー
----------------------------------------------------------- */
#header {
	width: 920px;
	height: 70px;
}

#header h1 a {
	display: block;
	width: 157px;
	height: 50px;
	background: url(../images/common/h1_logo.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	margin-right: 53px;
	margin-top: 10px;
	float: left;
}

/* グローバルナビゲーション */
#header ul#gNav {
	float: left;
	width: 500px;
	margin-right: 48px;
}

#header ul#gNav li {
	float: left;
}

#header ul#gNav li a {
	display: block;
	height: 60px;
	background: url(../images/common/gnav.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

#header ul#gNav li.gNav_index a {
	width: 57px;
	background-position: 0 0; 
}

#header ul#gNav li.gNav_corporate a {
	width: 86px;
	background-position: -57px 0; 
}

#header ul#gNav li.gNav_business a {
	width: 83px;
	background-position: -143px 0; 
}

#header ul#gNav li.gNav_service a {
	width: 110px;
	background-position: -226px 0; 
}

#header ul#gNav li.gNav_recruit a {
	width: 84px;
	background-position: -336px 0; 
}

#header ul#gNav li.gNav_news a {
	width: 80px;
	background-position: -420px 0; 
}

#header ul#gNav li.current a {
	background-position: * bottom; 
}

/* ユーティリティメニュー */
#header ul#uNav {
	float: left;
	width: 154px;
	margin-top: 10px;
}

#header ul#uNav li {
	float: left;
}

#header ul#uNav li a {
	display: block;
	height: 11px;
	background: url(../images/common/unav.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

#header ul#uNav li.uNav_inquiry a {
	width: 80px;
	background-position: 0 0; 
	margin-right: 15px;
}

#header ul#uNav li.uNav_access a {
	width: 59px;
	background-position: -95px 0;
}


/* -----------------------------------------------------------
	#topicPath ぱんくずナビ
----------------------------------------------------------- */
#topicPath {
	width: 920px;
	padding: 5px 0 5px 0;
}

#topicPath p {
	font-size: 10px;
}



/* -----------------------------------------------------------
	#nav サイドナビゲーション
----------------------------------------------------------- */






/* -----------------------------------------------------------
	#pageTop - ページトップ
----------------------------------------------------------- */
div#pageTop {
	width: 920px;
	margin-top: 30px;
}

div#pageTop p a {
	display: block;
	width: 60px;
	height: 30px;
	background: url(../images/common/pagetop.jpg) 0 0 no-repeat;
	margin-left: 860px;
	text-indent: -9999px;
}


/* -----------------------------------------------------------
	#footer フッター
----------------------------------------------------------- */


#footer {
	width: 940px;
	text-align: center;
}


/* #siteNav - サイトメニュー */
#footer div#siteNav {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
	background-color: #F6F6F6;
}

#footer div#siteNav dl {
	float: left;
	margin-right: 10px;
	font-size: 10px;
	line-height: 1.8;
	background: url(../images/common/sitenav_bg.jpg) right 0 repeat-y;
	padding: 0 20px 0 0;
	min-height: 110px;
}

#footer div#siteNav dl a {
	color: #333333;
	text-decoration: none;
}

#footer div#siteNav dl a:hover {
	color: #999999;
}

#footer div#siteNav ul li {
}







/* #fNav - ユーティリティメニュー */
#footer div#fNav {
	width: 940px;
	margin: 0 auto 10px auto;
	text-align: left;
	padding-top: 5px;
}

#footer div#fNav ul {
	float: left;
}

#footer div#fNav ul li {
	font-size: 10px;
	float: left;
	margin-right: 10px;
}

#footer div#fNav ul li a {
	background: url(../images/common/item/icon_gray.jpg) 0 3px no-repeat;
	padding-left: 15px;
	height: 15px;
	display: inline-block;
}

#footer div#fNav p.copyright {
	float: right;
}

#footer div#fNav p.copyright img {
	vertical-align: middle;
}


/* #fLink - PRリンク */
#footer div#fLink {
	width: 940px;
	margin-bottom: 10px;
	text-align: right;
}

#footer div#fLink ul {
	float: right;
	position: relative;
	right: 0;
	padding-right: 0;
}

#footer div#fLink ul li {
	font-size: 10px;
	float: left;
	margin-right: 10px;
}

#footer div#fLink ul li.last {
	margin-right: 0;
}

#footer div#fLink ul li a {
	color: #666666;
	text-decoration: none;
}

#footer div#fLink ul li a:hover {
	color: #999999;
	text-decoration: none;
}