@charset "shift_jis";


body {
	color: #FFFFFF;	/*全体の文字色*/
	background-color: #000000;	/*背景色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク設定
------------------------------------------------------*/
a {
	color: #FFFFFF;	/*リンクテキストの色*/
}
a:hover {
	color: #ff2ab0;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したままがいいならこの１行削除。*/
}

/*HPを囲むブロック
------------------------------------------------------*/
#wrap {
	text-align: left;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
------------------------------------------------------*/
#head {
	width: 100%;
	height: 110px;	/*ヘッダーの高さ*/
	text-align: center;
	position: relative;
}
/*h1タグ*/
#head h1 {
	font-size: 9px;	/*文字サイズ*/
	line-height: 20px;
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字のままがいいならこの１行削除。*/
	position: absolute;
	top: 0px;		/*ヘッダーブロックに対して上から0pxに配置*/
	right: 10px;	/*ヘッダーブロックに対して右から10pxに配置*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定。通常がいいならこの１行削除。*/
}
#head h1 a {
	text-decoration: none;
}
/*サイトロゴ*/
#head #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxに配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxに配置*/
}

/*大阪版へ兵庫版へ*/
#head #link01 {
	position: absolute;
	left: 500px;	/*ヘッダーブロックに対して左から0pxに配置*/
	top: 25px;	/*ヘッダーブロックに対して上から2pxに配置*/
}
#head #link02 {
	position: absolute;
	left: 750px;	/*ヘッダーブロックに対して左から0pxに配置*/
	top: 25px;	/*ヘッダーブロックに対して上から2pxに配置*/
}


/*トップページのスライドショー
---------------------------------------------------------------------------*/
#main-image {
	position: relative;
	height: 150px;
	width: 960px;
	margin-left: 10px;
}
#top #main-image {
	height: 340px;
}
#main-image2 {
	position: relative;
	height: 50px;
	width: 960px;
	margin-left: 30px;
}
#main-image .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*メインメニュー
------------------------------------------------------*/
ul#menu {
	position: absolute;
	z-index: 3;
	left: 10px;		/*ヘッダーブロックに対して左から10pxに配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から0pxに配置*/
}
ul#menu li {
	float: left;
	padding-right: 10px;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ（#main-col,#sub-col,#footを囲むブロック）
------------------------------------------------------*/
#content {
	width: 100%;
	clear: left;
	padding-top: 20px;
}

/*メインブロック
------------------------------------------------------*/
#main-col {
	float: right;
	width: 744px;	/*ブロック幅*/
	padding-bottom: 50px;
	padding-top: 12px;
}
/*h2タグ*/
#main-col h2 {
	font-size: 120%;
	clear: both;
	width: 694px;
	line-height: 40px;
	height: 40px;
	background: #ff00ff;	/*背景画像の読み込み*/
	color: #ffffff;	/*文字色*/
	padding-right: 20px;
	padding-left: 30px;
	overflow: hidden;
}
/*h3タグ*/
#main-col h3 {
	font-size: 100%;
	padding: 5px 5px 5px 10px;
	width: 700px;
	border-bottom: 1px solid #FFFFFF;	/*下線の幅、線種、色*/
	border-left: 5px solid #ff2ab0;		/*左線の幅、線種、色*/
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
/*段落タグ*/
#main-col p {
	padding: 10px 20px;	/*左から、上下、左右への余白*/
}

/*サブブロック
------------------------------------------------------*/
.br3{
margin-bottom: 4500px;
}

#sub-col {
	float: left;
	width: 210px;	/*ブロック幅*/
	padding: 12px 0px 50px 12px;	/*左から、上、右、下、左への余白*/
}
/*h3タグ*/
#sub-col h3 {
	font-size: 150%;
	text-align: center;	/*文字をセンタリング*/
	padding-top: 14px;
	padding-bottom: 14px;
	background: #000000 url(../images/bg1.gif) repeat-x center top;	/*背景色、背景画像の読み込み＆X軸(横軸)リピート＆上部に配置*/
	margin-bottom: 1px;	/*h3タグの下に1px隙間を作る*/
	border-top: 3px solid #ff2ab0;		/*上の線の幅、線種、色*/
	border-right: 1px solid #666666;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #666666;	/*下の線の幅、線種、色*/
	border-left: 1px solid #666666;		/*左の線の幅、線種、色*/
}
/*段落タグ*/
#sub-col p {
	padding-top: 10px;
	padding-bottom: 20px;
}

/*サブブロック内box1設定
------------------------------------------------------*/
#sub-col .box1 {
	padding: 5px;			/*ボックス内余白*/
	margin-bottom: 20px;	/*ボックスの下に作る隙間*/
	border: 1px solid #ff2ab0;	/*枠線の幅、線種、色*/
}
#sub-col .box1 p {
	padding: 0px;
}

/*サブブロック内メニュー
------------------------------------------------------*/
/*メニューブロック*/
#sub-col ul.menu {
	padding-bottom: 20px;	/*ボックスの下に作る隙間*/
}
/*メニュー１個ごとの設定*/
#sub-col ul.menu li {
	margin-bottom: 1px;	/*メニューの下に1pxの隙間を作る*/
}
#sub-col ul.menu li a {
	text-decoration: none;
	display: block;
	width: 195px;
	color: #FFFFFF;	/*文字色*/
	background-color: #222;	/*背景色*/
	padding: 5px 5px 5px 10px;	/*左から、上、右、下、左への余白*/
	border-top: 1px solid #333333;	/*枠線の幅、線種、色*/
}
#sub-col ul.menu li a:hover {
	background-color: #ff2ab0;	/*マウスオン時の背景色*/
	color: #000;				/*マウスオン時の文字色*/
}

/*戻るボタン
-------------------------------------------------------*/

.back {
 position: fixed;
 bottom: 10px;
 right: 10px;
  
 border: 1px solid #888888;
 padding: 2pt;
 background-color: #00ffff;
 filter: alpha(opacity=85);
 -moz-opacity: 0.85;
 -khtml-opacity: 0.85;
 opacity: 0.85;
 font-size: 25px;		/*文字サイズ*/
 color: #ffffff;		/*文字サイズ*/

     
 text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa; 
 -webkit-box-shadow: 1px 1px 2px #E7E7E7;
 -moz-box-shadow: 1px 1px 2px #E7E7E7; 
 -webkit-border-radius: 3px; 
 -moz-border-radius: 3px;
}


/*フッター
------------------------------------------------------*/
#foot {
	clear: both;
	width: 100%;
	letter-spacing: 0.3em;	/*文字間隔を少し広くとる設定。通常がいいならこの１行削除。*/
	font-size: 10px;		/*文字サイズ*/
	text-align: center;		/*文字をセンタリング*/
	background-color: #222222;	/*背景色*/
	padding-top: 10px;
	padding-bottom: 10px;
}
#foot a {
	text-decoration: none;
}

/*TOPページ求人サムネイルボックス
------------------------------------------------------*/
#main-col .photobox1 div {
	background-color: #000000;	/*背景色*/
	float: left;
	width: 130px;	/*ボックスの幅*/
	height: 152px;	/*ボックスの高さ*/
	margin-left: 20px;		/*ボックス同士の左右間の余白*/
	margin-bottom: 10px;	/*ボックス同士の上下間の余白*/
	display: inline;
	padding: 14px;		/*ボックス内の余白*/
	font-size: 17px;	/*文字サイズ*/
	line-height: 1.1;	/*行間*/
	overflow: hidden;	/*文字が飛び出た場合に非表示にする設定*/
	position: relative;
	border: 1px solid #666666;	/*枠線の幅、線種、色*/
}
#main-col .photobox1 div a {
	color: #ff2ab0;	/*ボックス内のリンクテキストの色*/
}
/*サムネイル内のアイコン位置*/
#main-col .photobox1 div .icon {
	position: absolute;
	right: 2px;		/*ボックスに対して右から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して下から2pxの位置に配置*/
}

/*テーブル1
------------------------------------------------------*/
table.l1 {
	width: 720px;
	margin-left: 12px;
}
table.l1,
table.l1 th,
table.l1 td {
	border: 1px solid #FFF;	/*テーブルの枠線の幅、線種、色*/
}
table.l1 th {
	background-color: #5b0924;	/*背景色*/
	width: 80px;
	text-align: center;
}
table.l1 td {
}
table.l1 th.title {
	width: 100%;
}
table.l1 th,
table.l1 td {
	padding: 5px;
}

/*テーブル2
------------------------------------------------------*/
table.l2 {
	width: 720px;
	margin-left: 12px;
}
table.l2,
table.l2 th,
table.l2 td {
	border: 1px solid #FFF;	/*テーブルの枠線の幅、線種、色*/
}
table.l2 th {
	background-color: #5b0924;	/*背景色*/
	width: 150px;
	text-align: center;
}
table.l2 th.title {
	width: 100%;
}
table.l2 th,
table.l2 td {
	padding: 10px;
}

/*テーブル(staff.html内で使用)
------------------------------------------------------*/
table.l3 {
	width: 720px;
	margin-left: 12px;
}
table.l3,
table.l3 th,
table.l3 td {
	border: 1px solid #FFF;	/*テーブルの枠線の幅、線種、色*/
}
table.l3 th {
	background-color: #5b0924;	/*背景色*/
	width: 25%;
	text-align: center;
	padding: 10px;
}
table.l3 td {
	width: 25%;
	text-align: center;
	padding: 10px;
}

/*スタッフ詳細テーブル(staff.html内で使用)
------------------------------------------------------*/
/*写真とプロフィールテーブルを入れるボックス*/
.staff {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
/*写真を入れるブロック*/
.staff .left {
	float: left;
	width: 250px;
	padding-bottom: 1em;
}
.staff .left p {
	padding: 0px !important;
}
/*プロフィールテーブル設定*/
.staff table.right {
	width: 420px;
	float: right;
}
/*プロフィールテーブルの枠線の幅、線種、色*/
.staff table.right,
.staff table.right th,
.staff table.right td {
	border: 1px solid #FFF;	/*テーブルの枠線の幅、線種、色*/
}
/*プロフィールテーブル内の左側のボックス*/
.staff table.right th {
	background-color: #5b0924;	/*背景色*/
	width: 100px;
	text-align: center;
}
/*プロフィールテーブル内の余白*/
.staff table.right th,
.staff table.right td {
	padding: 5px;
}

/*リストマーク
------------------------------------------------------*/
ul.d {
	padding: 10px 20px 10px 35px;
	list-style: disc;
}
ul.d li{
	padding-bottom: 0.5em;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main-col .new {
	overflow: auto;	/*ブロックの高さを超える文字が入ったらiframe風にスクロールバーが出る設定。全部表示したいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ブロックの高さ*/
	width: 710px;
	padding-left: 20px;
}
#main-col .new dl {
	clear: left;
	width: 690px;
	border-bottom: 1px solid #999;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main-col .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#mai-coln .new dd {
	float: left;
	width: 590px;
}
#main-col .new dd img {
	vertical-align: middle;
}
*html #main-col .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*他
------------------------------------------------------*/
.mb1 {
	margin-bottom: 10px;
}
.mb05 {
	margin-bottom: 5px;
}
.pt0 {
	padding-top: 0px !important;
}
.color1 {
	color: #ff2ab0;
}
.color2 {
	color: #ff0000;
}
.img {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 10px;
	line-height: 1.6;
}
