@charset "Shift_JIS";

.clear{
	clear:both;
}
/* MacIE5、WinIE7用 */
.clearfix{
	display: inline-block;
	overflow:hidden;
}
/* モダンブラウザ用 */
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE6以前、MacIE用 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

a img { border: none; }




/* --- タイプ2 レイアウト --- */


/* --- 全体の背景・テキスト --- */
body {
min-width: 880px; /* 全体の最小幅 */
margin: 0;
padding: 0;
background-color: #ffffff; /* 全体の背景色 */
color: #000000; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #000090; }
a:hover { color: #ff8000; }
a:active { color: #ff0000; }

/* --- コンテナ --- */
#header div.container,
#hed2 div.container,
#content div.container,
#footer div.container {
width: 880px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header{
margin-bottom: 10px; /* 20px ヘッダの下マージン */
padding: 2px 0; /* ヘッダのパディング（上下、左右） */
background-color: #f9f9f9; /* ヘッダの背景色 */
border-top: 1px #c0c0c0 solid; /* ヘッダの上境界線 */
border-bottom: 1px #c0c0c0 solid; /* ヘッダの下境界線 */
}
#header div.container {
position: relative; /* 相対配置（ガイドメニューのために設定） */
}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 5px 0 3px; /* 0 0 3px; サイトタイトルのマージン（上、左右、下） */
font-size: 250%; /* 300% サイトタイトルの文字サイズ */
color: #0000ff; /* #800080 文字色 */
}
/* サイトタイトル内のリンク */
#header h1.siteTitle a,
#header p.siteTitle a {
text-decoration: none; /* テキストの下線（なし） */
color: #000000; /* 文字色 */
}

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0 0 10px; /* キャッチフレーズのマージン（上、左右、下） */
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
}

/* --- ガイドメニュー --- */
#header ul.guide {
position: absolute; /* 絶対配置 */
top: 15px; /* 上からの距離 */
right: 10px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(../image/menu_line.gif) no-repeat left; /* 項目の背景（区切り線） */
}
/* 最初の項目 */
#header ul.guide li.first {
background: none; /* 区切り線なし */
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
margin-bottom: 2px; /* オープニングエリアの下マージン */
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0;
}

/* --- ヘッダメニュー --- */
#header ul.nl {
width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0;
padding: 0;
background-color: #ffffff; /* ヘッダメニューの背景色 */
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header ul.nl li {
width: 147px; /* 項目の幅 */
float: left;
}
/* 最初の項目と最後の項目 */
#header ul.nl li.first,
#header ul.nl li.last {
width: 146px; /* 項目の幅 */
}
/* ポイント時の設定 */
#header ul.nl li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* リンクエリア */
#header ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 15px 2px; /* リンクエリアのパディング（上下、左右） */
border: 1px #cccccc; /* リンクエリアの境界線（太さ、色） */
border-style: solid solid solid none; /* リンクエリアの境界線スタイル（上右下左） */
text-decoration: none; /* テキストの下線（なし） */
}
/* 最初のリンクエリア */
#header ul.nl li.first a {
border-left: 1px #cccccc solid; /* リンクエリアの左境界線 */
}
/* メニュー項目の選択時*/
#header ul.nl li.act {
background-color: #f0ffff; /* 選択時の背景色 */
font-size: 100%; /* サイトタイトルの文字サイズ */
color: #0000ff; /* 選択時の文字色 */
a:hover { color: #0000ff; } /* 選択時の文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* 最初のリンクエリア2 */
#header ul.nl li.act a {
color: #0000ff; /* 選択時の文字色 */
a:hover { color: #0000ff; } /* 選択時の文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* 最初のリンクエリア2 */
#header ul.nl li.actfl a {
border-left: 1px #cccccc solid; /* リンクエリアの左境界線 */
a:hover { color: #0000ff; } /* 選択時の文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* メニュー項目の選択時*/
#header ul.nl li.actfl {
background-color: #f0ffff; /* 選択時の背景色 */
font-size: 100%; /* サイトタイトルの文字サイズ */
width: 146px; /* 項目の幅 */
color: #0000ff; /* 選択時の文字色 */
a:hover { color: #0000ff; } /* 選択時の文字色 */
text-decoration: none; /* テキストの下線（なし） */
}

/* --- トピックパス（下層ページ） --- */
#header ol.topicPath {
margin: 0;
padding: 10px 2px 0; /* トピックパスのパディング（上、左右、下） */
list-style-type: none;
}
/* リスト項目 */
#header ol.topicPath li {
display: inline;
}
/* リンクエリア */
#header ol.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url(../image/topic_path.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}

/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */

/* --- -------------------------- ヘッダ２メニュー ---------------- */
#hed2 ul.nl {
width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0;
padding: 0;
background-color: #ffffff; /* ヘッダ2メニューの背景色 #ffffff*/
border-bottom: 2px #004080 solid; /* 下境界線 */
font-size: 100%;
list-style-type: none;
text-align: center;
}
/*-- メニュー項目2 ---*/
#hed2 ul.nl li {
width: 160px; /* 9em 147px 項目の幅 */
height: 48px; /* 3em 項目の高さ */
margin-right: 6px; /* タブの右マージン */
background: #f9f9f9 url(../image/tab_l.gif) no-repeat left top; /* タブの背景（左）tab_act_l.gif */

float: left;
}
/* リンクエリア */
#hed2 ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 15px 15px 14px; /* 15px リンクエリアのパディング（上、左右、下） */
background: url(../image/tab_r.gif) no-repeat right top; /* タブの背景（右）tab_act_r.gif */
text-decoration: none; /* テキストの下線（なし） */
}
/* 最初のリンクエリア */
#hed2 ul.nl li.first a {
border-left: 1px #cccccc solid; /* リンクエリアの左境界線 */
}
/* ポイント時の設定 */
#hed2 ul.nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
color: #FF8C00; /* ポイント時の文字色 */
}
/* --- アクティブなタブ --- */
#hed2 ul.nl li.act {
background: #004080 url(../image/tab_act_l.gif) no-repeat left top; /* タブの背景（左） */
}
#hed2 ul.nl li.act a {
background: url(../image/tab_act_r.gif) no-repeat right top; /* タブの背景（右）tab_act_r.gif */
color: #ffffff; /* アクティブタブの文字色 #800080*/
a:hover { color: #ffffff; } /* 選択時の文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
.repre {font-size: 80%;position: relative;top: -1px;}





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

/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content {
margin-bottom: 10px;
width:880px;
margin-right:auto;
margin-left:auto;
 /* コンテンツの下マージン */
}


/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main {
float: right;
width: 660px; /* メインカラムの幅 */
}

/* --- ページタイトル（下層ページ） --- */
#main h1.pageTitle {
margin: 0 0 15px 20px; /* ページタイトルのマージン（上右下左） */
padding: 8px 10px; /* ページタイトルのパディング（上下、左右） */
background-color: #e0e0e0; /* ページタイトルの背景色 */
font-size: 160%; /* ページタイトルの文字サイズ */
}

/* --- セクション（共通設定） --- */
#main div.section {
margin: 0 0 2em 20px; /* セクションのマージン（上右下左） */
}

/* --- 標準セクション --- */
/* 見出しｺｵｺｺｺｺ */
#main div.normal h2 {
margin: 0 0 1em; /* 見出しのマージン（上、左右、下） */
padding: 5px 8px; /* 見出しのパディング（上下、左右） */
background: url(../image/tab_ll.gif) no-repeat right top;  /* #e0e0e0 見出しの背景色 */
/* background-color: url(../image/tab_l.gif) no-repeat right top;  *//* #e0e0e0 見出しの背景色 */
font-size: 130%; /* 見出しの文字サイズ */
}
/* 段落 */
#main div.normal p {
margin: 0 5px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}

/* --- 強調セクション --- */
#main div.emphasis {
padding: 1.1em 15px 0; /* セクションのパディング（上、左右、下） */
border: 1px #c0c0c0 solid; /* セクションの境界線 */
}
 /* 見出し */
#main div.emphasis h2 {
margin: 0 0 0.8em; /* 見出しのマージン（上、左右、下） */
font-size: 130%; /* 見出しの文字サイズ */
color: #ff8000; /* 見出しの文字色 */
}
 /* 段落 */
#main div.emphasis p {
margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
line-height: 150%; /* 行の高さ */
}

/* --- 新着情報（トップページ） --- */
#main div.update dl {
width: 630px; /* 新着情報の幅（メインカラムの幅から30px引いた値） */
margin: 0 auto; /* センタリング */
}
/* 日付エリア */
#main div.update dt {
width: 6.5em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%; /* 行の高さ */
}
/* 本文エリア */
#main div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%; /* 行の高さ */
}

/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
float: right; /* --- float: left;   --- */
width: 220px; /* ---  サイドバーの幅 */
}

/* --- セクション（共通設定） --- */
#nav div.section {
margin-bottom: 10px; /* セクションの下マージン */
}
/* 見出し */
#nav div.section h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 5px 8px; /* 見出しのパディング（上下、左右） */
font-size: 120%; /* 見出しの文字サイズ */
}
/* 段落 */
#nav div.section p {
margin: 0 10px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
#nav div.normal {
border: 1px #c0c0c0 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.normal h2 {
background-color: #e0e0e0; /* 見出しの背景色 */
}

/* --- 強調セクション1（水色） --- */
#nav div.emphasis {
border: 1px #92c2dc solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.emphasis h2 {
background-color: #a7dcfc; /* 見出しの背景色 */
}

/* --- 強調セクション2（オレンジ） --- */
#nav div.strong {
border: 1px #f4c24d solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.strong h2 {
background-color: #ffce68; /* 見出しの背景色 */
}
/* --- 強調セクション3（ブルー） --- */
#nav div.strongb {
background-color: #fffef4; /* セクションの背景色 */
border: 1px #00BFFF solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.strongb h2 {
background: #00BFFF url(../image/heading_back_buru2.gif) repeat-x top; /* 見出しの背景 */
}
/* --- サブメニュー --- */
/* サブメニュー内の見出し */
#nav div.subMenu h2 {
margin: 0; /* 見出しのマージン（上書き） */
background-color: #a7dcfc; /* 見出しの背景色 */
border: 1px #92c2dc solid; /* 見出しの境界線 */
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
border-bottom: 1px #c0c0c0 solid; /* 項目の下境界線 */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 9px 10px; /* リンクエリアのパディング（上下、左右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- お問い合わせ --- */
#nav div.contact {
padding: 0 0 0.3em; /* パディング（上、左右、下） */
}
/* お問い合わせ内の段落 */
#nav div.contact p {
margin: 0 10px 0.4em; /* 段落のマージン（上書き） */
}
/* 電話番号 */
#nav div.contact p.tel {
margin-bottom: 0.1em; /* 段落の下マージン（上書き） */
font-size: 150%; /* 電話番号の文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #800080; /* #2b2b2b 電話番号の文字色 */
}
/* --- ▲サイドバー内の設定終了 --- */


/* --- 罫線 --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
padding: 15px 0 20px; /* フッタのパディング（上、左右、下） */
background-color: #f9f9f9; /* フッタの背景色 */
border-top: 1px #c0c0c0 solid; /* フッタの上境界線 */
}

/* --- フッタメニュー --- */
#footer ul.nl {
margin: 0 0 10px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
text-align: center;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(../image/menu_line.gif) no-repeat left; /* 項目の背景（区切り線） */
display: inline;
}
/* 最初の項目 */
#footer ul.nl li.first {
background-image: none; /* 区切り線なし */
}
/* フッタメニューの選択時 */
#footer ul.nl li.act {
color: #0000ff; /* 選択時の文字色 */
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 15px; /* ガイドメニューのマージン（上書き） */
}

/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal;
text-align: center;
line-height: 140%; /* 行の高さ */
}

#support-company{width:880px;margin:0 auto;}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ▲その他の設定終了 --- */




/* --- 求人案内ページ --- */
#kyuujin ul ,#kyuujin li ,#kyuujin dl ,#kyuujin dt ,#kyuujin dd{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	list-style:none;
}

#kyuujin .content{
	width:880px;
	margin: 0px auto;
	font-size:14px;
	line-height:140%;
}
#kyuujin .pagettl{
	color:#800080;
	font-size:32px;
	font-weight:bold;
	letter-spacing:0.4em;
}
#kyuujin .title{
	border-bottom:#999999 solid 1px;
	border-left:#006666 solid 3px;
	padding: 0px 0px 5px 13px;
	margin: 0px 0px 10px 0px;
}
#kyuujin .comm_tbl{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells: show;
	margin: 0px 0px 20px 0px;
	letter-spacing:0.1em;
}
#kyuujin .comm_tbl th{
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	padding: 8px 10px 3px 10px;
	background:#57b2b2;
	color:#ffffff;
	font-weight:bold;
}

#kyuujin .comm_tbl td{
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	padding: 8px 10px 3px 10px;
	border-bottom:#cccccc dashed 1px;
}
#kyuujin .comm_tbl strong{
	font-weight:normal;
	text-decoration:none;
	color:#006666;
}
#kyuujin .att{
	text-align:right;
	margin: 10px 0px 20px 0px;
	color:#d6676b;
}


#kyuujin #catch_blc{
	background:url(../kyuujin/img/catchimg.jpg) no-repeat left top;
	min-height:32px;
	margin: 5px 0px 30px 0px;
	padding: 340px 0px 0px 15px;
}
#kyuujin #catch_blc #catch_list .txt{
	margin: 0px 0px 0px 10px;
}


#kyuujin #greeting_blc{
	background:url(../kyuujin/img/greeting.jpg) no-repeat left top;
	min-height:370px;
	padding: 40px 20px 30px 390px;
	line-height:170%;
	letter-spacing:0.1em;
}
#kyuujin #greeting_blc .name{
	text-align:right;
}


#kyuujin .voice_blc{
	margin: 0px 0px 30px 0px;
}
#kyuujin .voice_blc .left{
	float:left;
	width:430px;
}
#kyuujin .voice_blc .right{
	float:right;
	width:430px;
}
#kyuujin .voice_blc .bluebg{
	background:url(../kyuujin/img/bluebg.png) repeat left top;
	width:410px;
	padding: 10px 10px 10px 10px;
}
#kyuujin .voice_blc .bluebg ul{
	background:#ffffff;
	padding: 0px 0px 5px 0px;
}
#kyuujin .voice_blc .bluebg ul .img{
	padding: 5px;
}
#kyuujin .voice_blc .bluebg ul .name{
	margin: 0px 10px 10px 10px;
	padding: 5px 0px;
	color:#d6676b;
	font-weight:bold;
	font-size:18px;
	border-bottom:#d6676b solid 1px;
}
#kyuujin .voice_blc .bluebg ul .txt{
	padding: 5px 10px;
}


#kyuujin .voice_blc .bluebg dl{
	background:#ffffff;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px;
}
#kyuujin .voice_blc .bluebg dl dt{
	margin: 0px 0px 10px 0px;
	color:#006666;
	font-weight:bold;
	background:url(../kyuujin/img/faq_q.png) no-repeat left 0px;
	padding: 0px 0px 0px 30px;
	line-height:120%;
	min-height:22px;
}
#kyuujin .voice_blc .bluebg dl dd{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom:#cccccc dashed 1px;
}



#kyuujin #inq_how_blc{
	margin: 0px 0px 20px 0px;
}
#kyuujin #inq_how_blc em{
	font-size:24px;
	font-weight:bold;
	font-style:normal;
	color:#ff8000;
}












