@charset "utf-8";
	
/*---------------------------------------
　　　基本設定
-----------------------------------------*/
*{	
		margin:0px;
		padding:0px;
}
html{		
		overflow-x:hidden;
}
body{
	margin:0px;
	padding:0px;
	background-color:#D70000;/* 背景色 */
	color:#333333;/* 基本文字色 */
	letter-spacing:1px;/* 基本文字間 */
	text-align:left;
	line-height:16px;/* 基本行間 */
	background-image:url(../img/bg_header.jpg);/* 上部背景に幅100％の画像を引く */
	background-position:left 15px;
	background-repeat:repeat-x;
	}
h1.jsearch{	
		font-size:11px;
		font-weight:normal;
		color:#666666;
		padding:2px 0px;
		text-align:center;
		letter-spacing:1px;
}
h2.jsearch{
	padding-bottom:15px;
	line-height:40px;
}
h3.jsearch{
	padding-bottom:15px;
	height:40px;
	line-height:40px;
}
h4{
		padding-bottom:15px;
}
h5{
		padding-bottom:15px;
}
a{
	color:#990000;/* 基本リンク色 */
	text-decoration:underline;/* 基本装飾 */
}
a:hover{
	color:#CC6600;/* 基本オーバー時リンク色 */
}
select{		
		text-align:left;
}
ul,ol{		
		list-style-type:none;/* 基本リスト装飾なし */
}
/*---------------------------------------
　　　全体用
-----------------------------------------*/
#bg_shadow{	
/*		background-image:url(../img/bg_shadow.png);
		background-position:left top;
		background-repeat:repeat-y;
		width:834px;
		margin:0px auto;
		text-align:center;
*/
}

* html #bg_shadow {/* 透過PNGセット */
/*
		behavior: expression(IEPNGFIX.fix(this));
*/
}
#container{
	width:800px;
	margin:0px auto;
	letter-spacing:1px;
	background-color: #FFFFFF;
}
#wrap{
	width:800px;/* サイド・メインコンテンツの幅 */
	margin:0px auto 5px auto;/* 背景縦繰り返し */
}
/*---------------------------------------
　　　ヘッダー
-----------------------------------------*/
#header{
	width:800px;
	position:relative;
	padding-top:0px;/* 背景の上部ボーダー分次のブロックを下げ */
	background-image:url(../img/header02.gif);/* 電話番号を背景に引く */
	background-position:right 6px;/* 電話番号右寄せ・背景の上部ボーダー分下げ */
	background-repeat:no-repeat;
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo{	
		width:450px;/* ロゴスペース */
		float:left;
		text-align:left;/* ロゴ左寄せ */
}
.tel{	
		width:230px;/* 電話番号下のテキストリンク幅 */
		float:right;
		text-align:right;/* テキスト右寄せ */
		padding-top:50px;
}
.tel a{	
		color:#666666;/* 電話番号下のテキストリンク文字色 */
		font-size:10px;/* 電話番号下のテキストリンク文字サイズ */
		margin-left:5px;/* リンクとリンクを離す */
}
.tel a img{		
		vertical-align:middle;/* 文字と画像の縦位置を揃える */
		padding-right:3px;/* 矢印画像から離す */
}
#menu {
	width:800px;/* 上部メニュー幅 800px */
	clear:both;
	margin-right: auto;
	margin-left: auto;
}
#menu li {
		float: left;
}
#menu ul li a {
	display: block;
	text-indent: -9999px;/* 文章飛ばす */
	height: 72px;/* 上部メニュー高さ */
	background-position:left top;
}
#menu a.bt01{	
		background-image:url(../img/bt01.gif);
		width:160px;/* 上部メニューボタン幅（１） */
}
#menu a.bt02{	
		background-image:url(../img/bt02.gif);
		width:160px;/* 上部メニューボタン幅（２） */
}
#menu a.bt03{	
		background-image:url(../img/bt03.gif);
		width:160px;/* 上部メニューボタン幅（３） */
}
#menu a.bt04{	
		background-image:url(../img/bt04.gif);
		width:160px;/* 上部メニューボタン幅（４） */
}
#menu a.bt05{	
		background-image:url(../img/bt05.gif);
		width:160px;/* 上部メニューボタン幅（５） */
}
#menu a.bt06{	
		background-image:url(../img/gnav_bt_06.jpg);
		width:151px;/* 上部メニューボタン幅（６） */
}
#menu a:hover{	
		background-position:left bottom;
}
/*---------------------------------------
　　　メインコンテンツ
-----------------------------------------*/
#main_contents{
	width:742px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*
  横並び2つ 
           */
.wrap_box2{	
		clear:both;
		padding-bottom:15px;/* ボックス下スペース */
}
.box2F {	
		width:275px;/* ボックス幅 */
		float:left;
		margin-right:30px;
}
.box2F h2.jsearch{/* タイトル */
		display:block;
		height:auto;
		width:auto;
		background:none;
		line-height:normal;
}
.box2F .img{/* 画像背景色 */
		background-color:#EBEBEB;/* 背景色 */
		float:left;
}
.box2F .img img{/* 画像 */
		padding:8px;/* 画像枠スペース */
}
.box2F p{/* 画像横文章 */
		float:right;
		width:135px;/* 文章幅 */
		line-height:130%;/* 文章行間 */
}
.wrap_box2 .m_r_x{	margin-right:0px;	}
.wrap_box2 .clear{	
		width:100%;/* IEバグで高さが出でるのを防ぐ為 */
}
/*
  横並び3つ 
           */
.wrap_box3{	
		clear:both;
		padding-bottom:15px;/* ボックス下スペース */
}
.box3F {	
		width:180px;/* ボックス幅 */
		float:left;
		margin-right:20px;/* ボックス右スペース */
}
.box3F h4{/* タイトル */	
		background-image:url(../img/category3_p01.gif);/* タイトル背景画像 */
		background-position:left top;
		background-repeat:no-repeat;
		font-size:14px;/* 文字サイズ */
		padding-left:20px;/* タイトル背景画像と文章を離す */
		padding-bottom:5px;/* タイトル下スペース */
}
.box3F .img{/* 画像背景色 */	
		background-color:#CCCCCC;/* 背景色 */
		margin-bottom:7px;/* 画像下スペース */
}
.box3F .img img{/* 画像 */
		padding:5px;/* 画像枠スペース */
		width:170px;/* 画像幅 */
}
.box3F p{/* 画像下文章 */	
		font-size:12px;
		line-height:120%;/* 文章行間 */
}
.wrap_box3 .m_r_x{	margin-right:0px;	}
.wrap_box3 .clear{	
		width:100%;/* IEバグで高さが出でるのを防ぐ為 */
}
/*
  横並び4つ 
           */
.wrap_box4{	
		clear:both;
		padding-bottom:15px;/* ボックス下スペース */
}
.box4F {	
		width:136px;/* ボックス幅 */
		float:left;
		margin-right:12px;/* ボックス右スペース */
}
.box4F .img img{	
		padding-bottom:10px;/* 画像下スペース */
		width:136px;/* 画像幅 */
}
.box4F p{	
		line-height:130%;
		font-size:11px;/* 文字サイズ */
}
.wrap_box4 .m_r_x{	margin-right:0px;	}
.wrap_box4 .clear{	
		width:100%;/* IEバグで高さが出でるのを防ぐ為 */
}
/*
  横並び5つ 
           */
.wrap_box5{	
		clear:both;
		padding-bottom:15px;/* ボックス下スペース */
}
.box5F {	
		width:108px;/* ボックス幅 */
		float:left;
		margin-right:10px;/* ボックス右スペース */
}
.box5F .img img{	
		padding-bottom:10px;/* 画像下スペース */
		width:108px;/* 画像幅 */
}
.box5F p{	
		line-height:130%;
		font-size:11px;/* 文字サイズ */
}
.wrap_box5 .m_r_x{	margin-right:0px;	}
.wrap_box5 .clear{	
		width:100%;/* IEバグで高さが出でるのを防ぐ為 */
}
/*---------------------------------------
　　　サイドコンテンツ
-----------------------------------------*/
#side_contents{	
		width:195px;/* サイドコンテンツ幅 */
		padding:0px;
		float:left;
		text-align:center;
}
.side_inside{	
		width:180px;/* サイドコンテンツの内側幅 */
		margin:0px auto;
		text-align:left;
		padding:10px 0;/* 上下スペース 10px */
}
.side_menu li a{/* サイドメニュー */	
		display:block;
		background-position:left top;
		background-repeat:no-repeat;
		text-indent:-9999px;/* 文章飛ばす */
		height:39px;/* サイドメニュー高さ */
		width:180px;/* サイドメニュー幅 */
}
.side_menu li a.bt01{	
		background-image:url(../img/s_bt01.jpg);
}
.side_menu li a.bt02{	
		background-image:url(../img/s_bt02.jpg);
}
.side_menu li a.bt03{	
		background-image:url(../img/s_bt03.jpg);
}
.side_menu li a.bt04{	
		background-image:url(../img/s_bt04.jpg);
}
.side_menu li a.bt05{	
		background-image:url(../img/s_bt05.jpg);
}
.side_menu li a:hover{	
		background-position:left bottom;
}
.side_banner{/* バナースペース（マウスオーバー切替用） */	
		text-align:center;
}
.side_banner a{	
		display:block;
		background-position:left top;
		background-repeat:no-repeat;
		text-indent:-9999px;/* 文章飛ばす */
		height:80px;/* バナー高さ */
		width:175px;/* バナー幅 */
		margin:10px auto 0px;/* バナー上部スペース */
}
.side_banner a.s_bnnr01{	
		background-image:url(../img/banner01.jpg);
}
.side_banner a.s_bnnr02{	
		background-image:url(../img/banner02.jpg);
}
.side_banner a:hover{	
		background-position:left bottom;
}
.side_com{/* サイド会社概要 */	
		background-color:white;/* 背景色 */
		padding:7px;/* ４方余白 */
		margin-top:10px;/* サイド会社概要上部スペース */
		font-size:10px;/* 文字サイズ */
		color:#333333;/* 文字色 */
}
.side_com .contact a{/* サイド会社概要お問い合わせボタン（マウスオーバー切替用） */
		display:block;
		background-image:url(../img/bt_inquiry.jpg);/* 背景画像 */
		background-position:left top;
		background-repeat:no-repeat;
		text-indent:-9999px;/* 文章飛ばす */
		height:32px;/* お問い合わせボタン高さ */
		width:164px;/* お問い合わせボタン幅 */
		margin-top:10px;/* お問い合わせボタン上部スペース */
}
.side_com .contact a:hover{	
		background-position:left bottom;
}
.side_com h3.jsearch{/* タイトル */
		display:block;
		height:auto;
		width:auto;
		background:none;
		line-height:normal;
		margin-top:7px;/* タイトル上部スペース */
		margin-bottom:5px;/* タイトル下部スペース */
}
/*---------------------------------------
　　　パンくずリスト
-----------------------------------------*/
#p_list{	
		text-align:left;
		margin:0px auto;
		font-size:11px;
		color:#666666;
		line-height:20px;
		width:800px;
}
#p_list a{	
		text-decoration:none;
		font-size:11px;
		color:#666666;
}
/*---------------------------------------
　　　ページ
-----------------------------------------*/
.main_img{	
}
.gotoTop{	
		text-align:right;
		margin:10px 0 10px 0;
}
.gotoTop img{	
		vertical-align:middle;
		padding-right:5px;
}
.gotoTop a{	
		font-size:10px;
		color:#000000;
		text-decoration:none;
}
.gotoTop a:hover{	
		color:#0099FF;
}
.what_new {
	font-size: 10px;
	overflow: auto;
	height: 170px;
}
.what_new td{
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.what_new_in {
	font-size: 10px;
	overflow: auto;
	padding: 3px;
	width: 215px;
}
.what_new_in p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;

}

.banner01{/* バナースペース（マウスオーバー切替用） */
	text-align:center;
	background-image: url(../job/img/bt_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.banner01 a{
	display:block;
	background-image:url(../job/img/bt_01_off.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;/* 文章飛ばす */
	height:52px;/* バナー高さ */
	width:400px;/* バナー上部スペース */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.banner01 a:hover{
	background-position:center bottom;
	height: 52px;
	width: 400px;
	background-image: url(../job/img/bt_01.jpg);
}
.banner02_wrap{
	clear: both;width:100%;
}
.banner02{/* バナースペース（マウスオーバー切替用） */	
		text-align:center;
}
.banner02 a{
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;/* 文章飛ばす */
	height:127px;/* バナー高さ */
	width:240px;/* バナー上部スペース */
	margin-right: auto;
	margin-left: auto;
}
.banner02 a.s_bnnr01{	
		background-image:url(../img/menu01.jpg);
}
.banner02 a.s_bnnr02{	
		background-image:url(../img/menu02.jpg);
}
.banner02 a.s_bnnr03{	
		background-image:url(../img/menu03.jpg);
}
.banner02 a:hover{	
		background-position:left bottom;
}
.banner03{/* バナースペース（マウスオーバー切替用） */
	text-align:center;
	background-image: url(../img/s_bt01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
}
.banner03 a{
	display:block;
	background-image:url(../img/s_bt01.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;/* 文章飛ばす */
	height:52px;/* バナー高さ */
	width:240px;
	margin-right: auto;
	margin-left: auto;
}
.banner03 a:hover{
	background-position:left bottom;
	height: 52px;
	width: 240px;
	background-image: url(../img/s_bt01.jpg);
}
/*---------------------------------------
　　　フッター
-----------------------------------------*/
#footer {
		margin:0px auto;
		padding:20px 0px;
		color:#666666;
		text-align:left;
		clear:both;
		background-color:#EFEFEF;
		width:800px;
		font-size:11px;
		letter-spacing:2px;
		line-height:20px;
		}
#g_navi{	
		padding-left:220px;
}
#g_navi p{	
		padding-top:5px;
}
#g_navi a {	
		text-decoration:none;
		color:#666666;
		}
#g_navi a:hover {	
		color:#666666;
		text-decoration:underline;
		}
#copyright{
	width:800px;
	background-image:url(../img/bg_footer.jpg);
	background-position:left top;
	background-repeat:repeat;
	text-align:center;
	padding-top:30px;
	height:auto;
	color:#870000;
	font-size:11px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-bottom: 10px;
}
/*---------------------------------------
　　　テーブル
-----------------------------------------*/
.tbl_blck{
	border-top:1px solid black;
	border-left:1px solid black;
}
.tbl_blck th,.tbl_blck td{	
	text-align:left;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
.tbl_blck_tr .tbl_blck th,.tbl_blck_tr .tbl_blck td{
	background-color:#E8E8E8;
}
.tbl_blck th{
	color:#000000;
}
