﻿@charset "utf-8";
/* ================================== */
/* 全体 */
/* ================================== */
* {
  margin: 0px;
  padding: 0px;
}
img {
  border:none;
}
body {
	background: #333333 url(../index/img/bg-bg.jpg) fixed;
}

body,td,p,li {
	color:#cccccc; /* フォントの種類 */
	font: 90% Verdana, Helvetica, sans-serif;
}
td p {
	margin:1em;
	line-height:1.5;
	font-size:100%;
}
div.maintable {
	width: 850px;
	margin: 0px auto;
}
.main-wrap {
	text-align: center;
}

/* ================================== */
/* リスト */
/* ================================== */
ul {
	margin:0 0 20px 20px;
	padding: 0px 0px 0px 15px;
}
li {   
  font-size:100%;
  line-height: 1.8;
  list-style-type:square;
}


/* ================================== */
/* 見出し関連 */
/* ================================== */
h1 {
  font-size:90%;
  margin:0;
  font-weight:normal;
  text-align: left;
  float: left;
}
h2 {
	text-align: center;
	font: normal 120% "HG丸ｺﾞｼｯｸM-PRO", "ＭＳ Ｐゴシック";
	width: 360px;
}
h3 {
	font-size:120%;
	margin:0.5em;
	clear: both;
}
h4 {
	clear: both;
	padding-bottom: 5px;
	background: #000000;
	padding-top: 5px;
	margin-top: 2em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding-left: 8px;
	border-bottom: 1px solid #999999;
	font: bold 100% "HG丸ｺﾞｼｯｸM-PRO", "ＭＳ Ｐゴシック";
	color: #FF3897;
}



/* ================================== */
/* ヘッダー（上部） */
/* ================================== */
div.header {
  background-color:#000000;
  padding: 0.5em 0.5em 0.5em 1em;
  line-height: 1.5;
  white-space:nowrap;
  margin-bottom: 2em;
}

div.toplink {
 /* トップページへのリンク */
  text-align: right;
  font-size: 95%;
}

div.toplink a {
  padding: 0px 0.7em;
  color: #cccccc;
}

div.toplink a:visited {
 /* 訪問済みリンク*/
  color: #cccccc;
}

div.toplink a:hover {
 /* マウスオーバー時 */
  color: #fa3370;
}

div.note {
	/* 補足説明 */
  font-size: 80%;
}


/* ================================== */
/* ヘッダーバナー */
/* ================================== */
div.header-banner {
	text-align: center;
	white-space: nowrap;
	margin-bottom: 1em;
}

div.header-banner a {
	padding: 5px;
}

/* ================================== */
/* リンクのデザイン */
/* ================================== */
a:link {
  /* 訪問前リンク色 */
  color:#cccccc;
}
a:visited {
  /* 訪問済みリンク色 */
  color:#cccccc;
}
a:hover {
	/* マウスオーバー時 */
  color:#fa3370; /* 色 */
}
a:active {
	color:#f00;
}

/* ================================== */
/* 地域別ＥＮＴＥＲボタン */
/* ================================== */
table.enter {
	background: #FCF5BF url(../index/img/bg-enter.jpg);
	margin: 10px 9px;
}

/* ----------- */
/* 西日本 */
/* ----------- */
div.west {
	display:block;
	padding: 2px;
}

div.west a img { 
  opacity: 1.0; /* 不透明度 pera firefox safari用 */
  filter: alpha(opacity=100); /* 不透明度 ie用 */
}
div.west a:hover img { 
  /* マウスオーバー時 */
  opacity: 0.85; /* 不透明度 pera firefox safari用 */
  filter: alpha(opacity=85); /* 不透明度 ie用 */
}

/* ----------- */
/* 東日本 */
/* ----------- */
div.east {
	display:block;
	margin: 2px;
}

div.east a img {
  opacity: 1.0; /* 不透明度 pera firefox safari用 */
  filter: alpha(opacity=100); /* 不透明度 ie用 */
}

div.east a:hover img { 
  /* マウスオーバー時 */
  opacity: 0.85; /* 不透明度 pera firefox safari用 */
  filter: alpha(opacity=85); /* 不透明度 ie用 */
}



/* ================================== */
/* フッターバナー */
/* ================================== */
div.footer-banner {
  text-align: center;
  white-space: nowrap;
  margin-top: 2em;
  margin-bottom: 2em;
}
div.footer-banner a {
	padding: 5px;
}

/* ================================== */
/* グループサイトリンク */
/* ================================== */
div.groupsite {
	margin: 0px auto 10px;
	border: 1px solid #89762C;
	background: #222222;
	height: 120px;
	padding: 5px;
	width: 950px;
}
div.groupsite ul {
	width: 760px;
	margin: 3px auto;
	font-size: 10pt;
	text-align: center;
}
div.groupsite li {
	list-style-type: none;
	margin: 5px 8px;
	float: left;
}
div.groupsite ul a {
	text-decoration:none;
}

/* ================================== */
/* トップ相互リンク */
/* ================================== */
div.gensensite {
	width: 950px;
	margin: 0px auto;
	border: 1px solid #89762C;
	background: #222222;
	height: 160px;
	padding: 5px;
}
div.gensensite ul {
	margin: 3px auto;
}
div.gensensite li {
	list-style-type: none;
	margin: 5px;
	float: left;
}

/* ================================== */
/* フッター */
/* ================================== */
div.footer-navi {
	margin-top:3em;
	background-color:#000000;
	padding:1em;
	font-size:110%;
	text-align:center;
	color: #cccccc;
	clear: both;
}
div.footer-navi a {
  padding:0px 0.7em;
}
div.footer-navi p {
  padding:0.3em;
}
div.footer-navi a:visited {
 /* 訪問済みリンク*/
  color: #cccccc;
}
div.footer-navi a:hover {
 /* マウスオーバー時 */
  color: #fa3370;
}
p.copy {
  /* コピーライト */
  background-color:#000000;
  padding:1em;
  font-size:90%;
  text-align:right;
  line-height:1.5;
  color: #cccccc;
}

#cushion {
	font-size: 120%;
	line-height: 2em;
	text-align: center;
	margin: 3em;
}
.recruit-west {
	float: left;
	width: 405px;
}
.recruit-east {
	float: right;
	width: 405px;
}

/* ================================== */
/* ■求人ページ■ */
/* ================================== */
div.recruit-ad {
	float: left;
	width: 280px;
	margin: 15px 0px;
}
div.recruit-west {
	float: left;
	width: 260px;
}
div.recruit-east {
	float: right;
	width: 260px;
}
.recruit li {
	list-style-type:none;
	padding: 1px 2px 1px 15px;
	background:url("../index/img/list.gif") no-repeat 0px 10px;
}
.recruit li a {
  text-decoration:none;
}
div.recruit-ad ul {
	margin: 0px;
	padding: 0px 15px;
}
div.recruit-ad li {  
  list-style-type:none;   
  margin-bottom: 15px;
}

/* ================================== */
/* ■リンク集ページ■ */
/* ================================== */
ul.link {
	width: 800px;
	margin: 0px 0px 20px;
}
ul.link li {
	float:left;
	list-style-type: none;
	margin: 5px;
	border: 1px solid #666666;
	background: #333333;
}
ul.link img {
	margin: 5px;
}
ul.link a:link {
	color:#333333;
	text-decoration: none;
}
ul.link a:visited {
	color:#333333;
	text-decoration: none;
}
ul.link a:hover {
  color:#fa3370;
}
ul.link a:active {
  color:#f00;
}
ul.textlink {
	width: 800px;
	margin: 0px 0px 30px;
}
ul.textlink li {
	float:left;
	list-style-type: none;
	margin: 5px;
	padding: 0px 3px;
	border: 1px solid #666666;
	background: #333333;
	font-size: 9pt;
	width: 145px;
	height: 50px;
	text-align: center;
}
ul.textlink a:link {
	color:#ffffff;
	text-decoration: none;
}
ul.textlink a:visited {
	color:#ffffff;
	text-decoration: none;
}
ul.textlink a:hover {
  color:#fa3370;
}
ul.textlink a:active {
  color:#f00;
}
div.linktable table {
	background: #F3F3F3;
	margin: 0px 0px 0px 20px;
	width: 770px;
	border: 1px solid #C5C4A6;
}
div.linktable td {
	color: #000000;
	padding: 0.5em;
	border: 1px solid #C5C4A6;
	line-height: 1.2em;
}

/* ================================== */
/* ■広告案内ページ■ */
/* ================================== */
div.ad h3 {
	border-left:15px solid #666666;
	color: #333333;
	background: #F6F6F6;
	padding: 7px 0px 7px 0.5em;
	border-bottom: 1px solid #666666;
}
div.ad h4 {
	color: #FFCC33;
	font-size: 110%;
	padding-left: 1em;
}
div.ad p {
	margin-bottom:1.5em;
	margin-left:2em;
}
div.ad ul {
  margin-bottom:0;
}
div.ad td {
	color: #000000;
	padding: 0.5em;
	border: 1px solid #C5C4A6;
	line-height: 1.2em;
}
div.ad table {
	background: #F3F3F3;
	margin: 0px 0px 0px 20px;
	width: 770px;
	border: 1px solid #C5C4A6;
	font-size: 100%;
}
div.ad table a {
  color:#0000ff;
}
div.ad table a:visited {
	color:#660066;
}
.mailaddress {
	font-weight: bold;
	color: #FFCC33;
	font-size: 120%;
}
.adnumber {
	color: #0000FF;
	font-size: 7pt;
	font-weight: bold;
}

/* ================================== */
/* 強調 */
/* ================================== */
.notice {
	color:#FF0033;
}

