﻿@charset "utf-8";

/*-------------------------------------------------------
	1-1.Yahoo Library Fonts CSS
	
	Copyright (c) 2006, Yahoo! Inc. All rights reserved.
 	http://developer.yahoo.com/yui/license.txt
	
--------------------------------------------------------*/

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}


table {
	font-size: inherit;
	font: 100%;
}


select,
input,
textarea {
	font-size: 99%;
}


/*-------------------------------------------------------
  要素のリセット
--------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li,dl, dt, dd,
table, caption, img, form {
        margin: 0;
        padding: 0;
        border: none;
        line-height: 1.5;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
}

 
/*------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", arial, helvetica, clean, sans-serif;
	background: url(images/bgc1.gif);
	background-repeat:repeat-x;
}

input,
textarea,
select {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", arial, helvetica, clean, sans-serif;
}


/*-------------------------------------------------------
  レイアウト
--------------------------------------------------------*/

div#header {
	width: 750px;
}

div#content {
	width: 750px;
	background-color: #FFFFFF;
}

div#footer {
	width: 750px;
	height: 60px;
	background: url(images/footer.gif);
}

div#main {
	width: 860px;
}


/*-------------------------------------------------------
  ヘッダー　メニュー
--------------------------------------------------------*/

/*-- ヘッダー タイトル（h1：非表示） --*/
h1 {
	position: absolute; 
	left: -5000px; 
}

/*-- ヘッダーメニュー --*/
ul#headermenu {
	margin-top: 3px;
}

ul#headermenu li {
	padding-left: 10px;
	display: inline;
	list-style-type: none;
	background: url(imgs/list_image2.gif) no-repeat 0 4px;
}

/*-- ヘッダーメニュー　最後の項目以外 --*/
ul#headermenu li.aki {
	padding-right: 12px;
}

/*-- ヘッダーメニュー　リンク設定 --*/
ul#headermenu li a:link {
	color: #747474;
	text-decoration: none;
	font-size: 92%;
	font-weight:bold;
}

ul#headermenu li a:visited {
	color: #747474;
	text-decoration: none;
	font-size: 92%;
	font-weight:bold;
}

ul#headermenu li a:hover {
	color: #ff9900;
	text-decoration: none;
	font-size: 92%;
	font-weight:bold;
}


/*-------------------------------------------------------
  フッター　メニュー、クレジット
--------------------------------------------------------*/

/*-- フッターメニュー --*/
div#footermenu {
	margin-left: -4px;
	margin-top: 5px;
	color: #666666;
}

/*-- フッターメニュー　リンク設定 --*/
div#footermenu a:link {
	color: #666666;
	text-decoration: none;
}

div#footermenu a:visited {
	color: #666666;
	text-decoration: none;
}

div#footermenu a:hover {
	color: #ff9900;
	text-decoration: none;
}

/*-- クレジット --*/
.copyright {
	margin-top: 5px;
	font-size: 92%;
	color: #666666;
}


/*-------------------------------------------------------
  ハイパーテキスト（デフォルト）
--------------------------------------------------------*/

a:link {
	color: #0086DF;
}

a:visited {
	color: #003495;
}

a:hover {
	color: #ff9900;
}


/*-------------------------------------------------------
  メインメニュー
--------------------------------------------------------*/

/*-- メインメニュー　全体 --*/
div.mainmenu {
	padding: 6px;
	background-color: #000000;
}

/*-- メインメニュー　最上部 HOME --*/
div.menu-ptn1 {
	width: 157px;
	height: 32px;
	background: url(imgs/menu_bgimg1.gif);
}

/*-- メインメニュー　英文有り --*/
div.menu-ptn2 {
	margin-top: 6px;
	width: 157px;
	height: 52px;
	background: url(imgs/menu_bgimg2.gif);
}

/*-- メインメニュー　英文有り、サブリスト有り--*/
div.menu-ptn3 {
	margin-top: 6px;
	width: 157px;
}

div.menu-ptn3-1 {
	width: 157px;
	height: 52px;
	background: url(imgs/menu_bgimg3.gif);
}

div.menu-ptn3-2 {
	width: 157px;
	background: url(imgs/menu_bgimg3_2.gif);
}


/*-- メインメニュー　テキスト設定（HOME） --*/
div.menutxt-home {
	padding-top: 5px;
	padding-left: 17px;
	font-size: 107%;
	letter-spacing: 2px;
}

/*-- メインメニュー　テキスト設定（HOME以外） --*/
div.menutxt {
	padding-top: 8px;
	padding-left: 16px;
}


/*-- メインメニュー　サブリスト --*/
div.menu-ptn3-2 ul {
	padding: 9px 5px 8px 20px;
}

div.menu-ptn3-2 ul li {
	padding-left: 8px;
	list-style-type: none;
	background: url(imgs/list_image1.gif) no-repeat 0 7px;
	line-height: 1.4;
}


/*-- メインメニュー　リンク設定（オン） --*/
.menulink-on a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.menulink-on a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menulink-on a:hover {
	color: #FFFF33;
	text-decoration: none;
}

/*-- メインメニュー　リンク設定（オン：常にhover色） --*/
.menulink-on2 a:link {
	color: #FFFF33;
	text-decoration: none;
}

.menulink-on2 a:visited {
	color: #FFFF33;
	text-decoration: none;
}

.menulink-on2 a:hover {
	color: #FFFF33;
	text-decoration: none;
}


/*-- メインメニュー　英文字 --*/
.menu-sub-en {
	margin-left: 3px;
	color: #999999;
	font-size: 85%;
	letter-spacing: 5px;
}


/*-- メインメニュー　下地 --*/
td.mainmenu-back {
	background-color: #F8F5E7;
}


/*-------------------------------------------------------
  Information
--------------------------------------------------------*/

div#info {
	margin-left: 20px;
}

/*-- 更新日付 --*/
div#info p.date {
	padding-top: 10px;
	color: #144d90;
	font-weight: bold;
}

/*-- 更新内容テキスト --*/
div#info p.txt {
	padding-bottom: 10px;
	line-height: 1.3;
	border-bottom: dotted 1px #AAAAAA;
}


/*-------------------------------------------------------
  中ページ　コンテンツタイトル（h2）　
--------------------------------------------------------*/

div#title-h2 {
	width: 580px;
	height: 44px;
	background: url(imgs/h2_bgi.jpg);
}

h2 {
	padding-top: 8px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 136%;
	font-weight: bold;
}

/*-- 小文字 --*/
h2 .h2-small {
	padding-right: 1em;
	font-size: 74%;
	font-weight: normal;
}


/*-------------------------------------------------------
  中ページ　詳細内容　ボックス
--------------------------------------------------------*/

div#maincontent {
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 20px;
}


/*-------------------------------------------------------
  中ページ　見出し（h3）　
--------------------------------------------------------*/

h3 {
	margin-bottom: 12px;
	padding-bottom: 0.1em;
	font-size: 122%;
	font-weight: bold;
	border-bottom: solid 3px #E4E4E4;
        color: #144D90;
}

div#title-h4 {
       	background: url(imgs/h4_bgi.gif) no-repeat 1px;
}

h4 {
	margin-bottom: 10px;
	padding-bottom: 0.05em;
	font-size: 107%;
	font-weight: bold;
	border-bottom: dotted 1px #AAAAAA;
        color: #144D90;
}

/*-- 事業概要 --*/

div#title-h6 {
	margin-bottom: 10px;
	padding-bottom: 0.1em;
}

/*-------------------------------------------------------
  中ページ　リスト　
--------------------------------------------------------*/

div.txet ol {
	padding-left: 40px;
}

div.txet2 ul {
	padding-left: 30px;
}


/*-- サイトマップ --*/

div.sitemap ul li {
margin: 0 0 0 10px;
padding: 0 0 0 20px;
line-height: 180%;
list-style-type:none;
}

.category li {
background: url(imgs/list_image3.gif) no-repeat 0 5px;
}

.page li {
background: url(imgs/list_image4.gif) no-repeat 5px 3px;
}

/*-- 事業概要 --*/

div.jigyou ul {
	padding: 3px 5px;
}

div.jigyou ul li {
	padding-left: 8px;
	list-style-type: none;
	background: url(imgs/list_image6.gif) no-repeat 0 5px;
}

/*-------------------------------------------------------
  中ページ　表　
--------------------------------------------------------*/

/*-- 会社概要 --*/

.table1 table {
        width: 500;
        background-color: #cccccc;
}

.table1 td {
        background-color: #ffffff;
        padding: 5px 10px;
}

.table1 th {
        background-color: #f8f5e7;
        text-align: center;
}

/*-- 新卒・経験者採用 --*/

.table3 table {
        width: 500;
        background-color: #99cccc;
}

.table3 td {
        background-color: #ffffff;
        padding: 3px 10px;
}

.table3 th {
        background-color: #f8f5e7;
        text-align: center;
        color: #666666;
}

/*-- 採用Q&A --*/

.table4 table {
        width: 550;
}

.table4 th {
        width: 30px;
        background: url(imgs/anser.gif) no-repeat 7px 10px;
}

.table4 td {
        padding: 10px 5px;
}

/*-- 事業概要 --*/

.table5 table {
        background-color: #cccccc;
}

.table5 td {
background-color: #ffffff;
padding: 5px 10px;
}

.table5 th {
        background-color: #ffffcc;
        padding: 5px 7px;
        text-align: center;
}

/*-------------------------------------------------------
  中ページ　BOX　
--------------------------------------------------------*/

/*-- 情報資産保護 --*/

.box1 {
      width: 280px;
      background-color: #ffffff;
      border: solid 1px #144d90;
      padding: 10px;
}

/*-- お問い合せ --*/

.box2 {
      text-align:center; }

#box2 { width: 470px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      background-color: #ffffff;
      border: solid 1px #144d90;
      padding: 7px;
}

/*-- 採用情報FAQ --*/

.box3 {
      width: 450px;
      background-color: #ffffff;
      border: solid 1px #144d90;
      padding: 10px;
}

/*-------------------------------------------------------
  中ページ　採用情報　
--------------------------------------------------------*/

/*-- クエスチョンタイトル --*/

div#title-h5 {
	width: 560px;
	height: 25px;
	background: url(imgs/h5_bgi.gif);
}

h5 {
	padding-top: 3px;
	padding-left: 30px;
	color: #144d90;
	font-size: 100%;
	font-weight: bold;
}
