@charset "utf-8";

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

	基本スタイル

-----------------------------------

	1. リセット
	2. スタイルの拡張
	3. レイアウト・デザイン
	4. ナビゲーション

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



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



	1. リセット


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


/* ----------------------------------------------------
	■スタイルの初期化
---------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* ----------------------------------------------------
	■フォントサイズの初期化
---------------------------------------------------- */

body {
	font:13px/1.22 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, Verdana,'ＭＳ Ｐゴシック',sans-serif;
	*font-size:small;
	*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:99%;
}



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



	2. スタイルの拡張


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


/* ----------------------------------------------------
	■.clearfix
---------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* ----------------------------------------------------
	■etc
---------------------------------------------------- */

.clear {
	clear: both;
}
.del {
	position: absolute;
	left: -9999px;
	line-height: 0;
	font-size: 0;
}
.hidden, hr {
	display: none;
}



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



	3. レイアウト・デザイン


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


/* ----------------------------------------------------
	■レイアウト
---------------------------------------------------- */

html {
	height: 100%;
	overflow-y: scroll;
}
body {
	height: 100%;
	color: #333333;
	background-color: #ebebeb;
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
#wrapper {
	margin: 0 auto -58px;
	width: 760px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	border-top: 5px solid #000000;
	position: relative;
	height: 100px;
	background-color: #FFFFFF;
}
#header h1 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 348px;
	height: 45px;
}
#footer {
	margin: 0 auto;
	width: 760px;
	height: 58px;
	color: #FFFFFF;
	background-color: #8d8d8d;
	background-image: url(../images/common/footer_bg.gif);
}
#footer #pagetop {
	float: right;
	width: 117px;
	height: 33px;
}
#footer address {
	padding: 8px 0 0 500px;
	clear: both;
	height: 17px;
	background-color: #000;
}


/* ----------------------------------------------------
	■リンクスタイル
---------------------------------------------------- */

a {
	color: #294d93;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #7C92BE;
	text-decoration: underline;
}



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



	4. ナビゲーション


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


/* ----------------------------------------------------
	■#naviA
---------------------------------------------------- */

ul#naviA {
	padding: 0 9px 0 9px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 742px;
	height: 35px;
	background-color: #000000;
}
ul#naviA li {
	display: block;
	float: left;
	height: 35px;
	font-size: 1px;
}
ul#naviA li a {
	display: block;
	width: 148px;
	height: 35px;
	text-indent: -9999px;
	text-decoration: none;
}
ul#naviA li#homeBtn a { background-image: url(../images/common/navi_a/home.gif)}
ul#naviA li#companyBtn a { background-image: url(../images/common/navi_a/company.gif)}
ul#naviA li#businessBtn a { background-image: url(../images/common/navi_a/business.gif)}
ul#naviA li#recruitBtn a { background-image: url(../images/common/navi_a/recruit.gif)}
ul#naviA li#buildingBtn a {	width: 149px; background-image: url(../images/common/navi_a/building.gif)}

ul#naviA li a:hover {
	background-position: -150px 0;
}

/* アクティブページ
------------------------------------------ */
body#home ul#naviA li#homeBtn a,
body#company ul#naviA li#companyBtn a,
body#business ul#naviA li#businessBtn a,
body#recruit ul#naviA li#recruitBtn a,
body#building ul#naviA li#buildingBtn a {
	background-position: -300px 0;
}


/* ----------------------------------------------------
	■#naviB
---------------------------------------------------- */

ul#naviB {
	display: block;
	position: absolute;
	top: 6px;
	right: 0;
	width: 175px;
	height: 20px;
}

ul#naviB li {
	display: block;
	float: left;
	width: 85px;
	height: 20px;
	font-size: 1px;
}

ul#naviB li a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	text-decoration: none;
}
ul#naviB li#contactBtn a { background-image: url(../images/common/navi_b/contact.gif)}
ul#naviB li#sitemapBtn a { background-image: url(../images/common/navi_b/sitemap.gif)}

ul#naviB li a:hover {
	background-position: -150px 0;
}


/* ----------------------------------------------------
	■#naviC
---------------------------------------------------- */

ul#naviC {
	padding: 6px 0 0 7px;
	display: block;
	float: left;
	width: 600px;
	height: 19px;
}

ul#naviC li {
	display: block;
	float: left;
	height: 19px;
	font-size: 1px;
}

ul#naviC li a {
	display: block;
	height: 19px;
	text-indent: -9999px;
	text-decoration: none;
}
ul#naviC li#privacyBtn a { width: 90px; background-image: url(../images/common/navi_c/privacy_a.gif)}
ul#naviC li#announcementBtn a { width: 220px; background-image: url(../images/common/navi_c/privacy_b.gif)}

ul#naviC li a:hover {
	background-position: -250px 0;
}



/* End */
