html{
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


/*白のロールオーバーの指定
-------------------------------------*/
.white{
 margin: 0 auto;
 text-align: left;
}

.white a:hover img {
-moz-opacity:0.5;
opacity:0.5;
filter: alpha(opacity=50);
}


/*BODYの指定
-------------------------------------*/
body{
 margin:0;
 padding:0;
 background-color:FFFFFF;
 font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
 font-size:13px;
 color:#000000;
 text-align: center; 
}

a{color:#000000;
 text-decoration:none;}

.blue a{
 color:#003366;
}

.blue a:hover{
 color:#000000;
}


.con{
 width:849px;
 margin: 0 auto;
 padding:0 0;
}

.con img{
 border: none;
}

.floatRight1{
	float: right;
	padding-left: 80px;
}

.floatRight{
	float: right;
	padding-left: 80px;
}



/*ヘッダーの指定
-----------------------------------*/
.header{
	background-color:#ffffff;
	margin:0 0 0 0;
}

.logo{
 margin:0;
 padding:0;
 float:left;
}

.logo img{
 border: none;
}

.beat img{
 margin:0;
 padding:0;
 border: none;
}

.title{
 color:#000000;
 text-align:left;
 font-size:13px;
 margin:5px 0;
 font-weight:normal;
  float:left;
 width:500px;

}


.navi{
	float: right;
}

.navi img{
 border: none;
}

/*フッターの指定
-----------------------------------*/
.footer{
 width:848px;
 background-color:#ffffff;
 font-size:10px;
 color:#000000;
 text-align:right;
 margin:0 auto;
 padding:0;
}

.footer img{
 border: none;
}

/*ナビゲーション（上）の指定
-----------------------------------*/
/* --- ナビゲーションバー --- */
div.nav {
 width: 100%; /* ナビゲーションの幅 */
 background: #003366 url(../img/menu_test.jpg) repeat-x top; /* ナビゲーションの背景 */
 font-size: 100%;
 clear:both;
}


/* --- メニューエリア --- */
div.nav ul.nl {
width: 848px; /* メニューの幅 */
margin:auto 0; /* センターに配置 */
position: relative; /* IE6用 */
padding: 0;
background: #003366 url(../img/menu_test.jpg) repeat-x top; /* メニューの背景 */
list-style-type: none;
text-align: justify;
text-justify: inter-ideograph;
letter-spacing:nomal;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 25%; /* 項目の幅 */
text-align: center;
float: left;
}

/* --- メインナビゲーション
----------------------- --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 7px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border-left: 1px #003366 solid; /* リンクエリアの左境界線 */
border-right: 1px #2c5170 solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-size:12px;
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* 文字色 */
line-height: 100%; /* 行の高さ */
}
/* 英字部分 */
div.nav ul.nl li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #eee8aa; /* 英字の文字色 */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background: #5e91bd url(../img/menu4.jpg) repeat-x top; /* ポイント時の背景 */
color: #003366; /* 文字色 */
}
div.nav ul.nl li a:hover span.en {
color: #000000; /* ポイント時の英字の文字色 */
}


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

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.undermenu{
 margin:10px 0;
}



.undermenu div{
 float:left;
 padding:5px 5px;
 border-top:solid 1px #003366;
 border-bottom:solid 1px #003366;
 border-left:dotted 1px #003366;
}

.undermenu a{
 padding:5px 5px;
 font-size:13px;
 text-decoration:none;
 text-align:center;
}

.undermenu a:link{
 color:#000000;
}

.undermenu a:visited{
 color:#000000;
}

.undermenu a:hover{
 color:#003366;
}



/*アンダーナビの指定
-------------------------------*/
/* --- ナビゲーション --- */
.undermenu {
font-size: 100%;
}

/* --- メニューエリア --- */
.undermenu ul.nl {
margin: 10px 0; /* メニューのマージン（上下、左右） */
padding: 0;
list-style-type: none;
text-align: center; /* メニューのセンタリング */
}

/* --- メニュー項目 --- */
.undermenu ul.nl li {
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(../img/menu_line.gif) no-repeat left; /* 項目の背景 */
display: inline;
}

.undermenu ul.nl li.first {
background-image: none;
}

.floatclear{
 clear:both;
 overflow:hidden;
}


/*テーブルの指定
-------------------------------*/
table{
 width:600px;
 border-collapse: collapse;	border-spacing: 0;
 margin:10px 15px;
 line-height:115%;
}

td{
 color: #000000;/*1D5C78*/
 font-size:13px;
}

.line td{
 border-bottom: 1px solid #ccc;
}

caption{
 padding:0 0 0 4px;
 color:003366;
 font-size:14px;
 text-align: left; /* 文字の左寄せ */
 font-weight:bold;
 color:#ffffff;
 background-color:#1D5C78;
}

/*テーブルの指定_サービスページのみ
-------------------------------*/
table.service{
 width:100px;
 border-collapse: collapse;	border-spacing: 0;
 margin:0px 0px;
 padding:0px;
}

.service td{
 color: #000000;
 font-size:13px;
 margin:0px 0px;
 padding:0px;
}

.service tr{
 margin:0px 0px;
 padding:0px;
}


/*テーブルの指定_ミニ
-------------------------------*/
table.mini{
 width:550px;
 border-collapse: collapse;	border-spacing: 0;
 margin:5px 0px;
 line-height:105%;
}

.line td{
 border-bottom: 1px solid #ccc;
}

caption{
 padding:0 0 0 4px;
 color:003366;
 font-size:14px;
 text-align: left; /* 文字の左寄せ */
 font-weight:bold;
 color:#ffffff;
 background-color:#1D5C78;
}

/*テーブルの指定_大
-------------------------------*/
table.width{
 width:810px;
 border-collapse: collapse;	border-spacing: 0;
 margin:5px 20px;
 line-height:105%;
}

.line td{
 border-bottom: 1px solid #ccc;
}

caption{
 padding:0 0 0 4px;
 color:003366;
 font-size:14px;
 text-align: left; /* 文字の左寄せ */
 font-weight:bold;
 color:#ffffff;
 background-color:#1D5C78;
}



/*事業所一覧のテーブル指定
-----------------------------------------*/
.tel{
 background-image:url(../img/tel22px.gif); background-repeat:no-repeat;
 background-position: center left;
 padding:0 0 0 24px;
}

.hidari3{
 background-image:url(../img/icon1.gif); background-repeat:no-repeat;
 background-position: center left;
 padding:0 0 0 21px;(上左下右)
}

.hidari1{
 padding:0 0 0 23px;
 width:80px;
}

.hidari4{
 padding:0 0 0 23px;
}

.hidari2{
 padding:0 0 0 50px;
}

/*Englishテーブル指定
-----------------------------------------*/
.hidari6{
 background-image:url(../img/icon1.gif); background-repeat:no-repeat;
 background-position: center left;
 padding:0 0 0 21px;/*--(上左下右)--*/
 font-weight:bold;
}



/*防犯・防火のテーブル指定
-----------------------------------------*/
.hidari5{
 background-image:url(../img/icon1.gif); background-repeat:no-repeat;
 padding:0 0 0 21px;*--(上左下右)--*/
}

/*事業内容のテーブル指定
-----------------------------------------*/
.jigyo{
 background-image:url(../img/icon1.gif); background-repeat:no-repeat;
 background-position: center left;
 padding:0 0 0 21px;
 line-height: 160%;
 font-size:15px;
}

/*関連会社のテーブル指定
-----------------------------------------*/
.kanren{
 font-size:13px;
 color:#003366;
}

/*採用のテーブル指定
-----------------------------------------*/
.saiyo{
 background-image:url(../img/icon1.gif); background-repeat:no-repeat;
 background-position: center left;
 padding:0 0 0 21px;
 font-size:16px;
 font-weight: bold;
}


/* --- 秀一君 --- */
/* --- 秀一君 --- */
/* --- 秀一君 --- */
.text p.syuichi{
 margin:5px 10px;
 padding:0px 5px 0px 90px;/*--(上右下左)--*/
 background:url(../img/machine/syuichi.jpg) no-repeat; /* 背景 */
}

.hidari7{
 margin:7px 10px;
 padding:0px 0 0px 21px;/*--(上右下左)--*/
 background:url(../img/icon1.gif) no-repeat; /* 背景 */
}


/* --- お問合せ --- */

p.form_oto {
padding: 0px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}

/* リンクエリア */
p.form_oto a {
width: 213px; /* ナビゲーションの幅 */
height: 70px;
display: block;
position: relative; /* IE6用 */
margin:0;
padding: 0px; /* リンクエリアのパディング（上下、左右） */
background: url(../img/info.png) no-repeat; /* リンクエリアの背景 */
text-decoration: none; /* テキストの下線（なし） */
}
ul p.form_oto_01 a {
display: block;
position: relative; /* IE6用 */
margin:0;
padding: 0px; /* リンクエリアのパディング（上下、左右） */
}

/* ポイント時の設定 */
p.form_oto a:hover {
text-decoration: none; /* テキストの下線（なし） */
-moz-opacity:0.5;
opacity:0.5;
filter: alpha(opacity=50);
}
p.form_oto_01 a:hover {
opacity:0.5;
}

li.form_oto {
padding: 0px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}

/* リンクエリア */
li.form_oto a {
width: 213px; /* ナビゲーションの幅 */
height: 70px;
display: block;
position: relative; /* IE6用 */
margin:13px 0 13px 0;
padding: 0px; /* リンクエリアのパディング（上下、左右） */
background: url(../img/info.png) no-repeat; /* リンクエリアの背景 */
text-decoration: none; /* テキストの下線（なし） */
}

.navi1 li.form_oto a{
padding:0;
}
/*▼▼▼ IE7向けにレイアウト調整 ▼▼▼*/
*:first-child+html li.form_oto a {
margin:19px 0 13px 0;
}
/*▼▼▼ IE6向けにレイアウト調整 ▼▼▼*/
*html li.form_oto a{
margin:19px 0 13px 0;
}
/* ポイント時の設定 */
li.form_oto a:hover {
text-decoration: none; /* テキストの下線（なし） */
-moz-opacity:0.5;
opacity:0.5;
filter: alpha(opacity=50);
}

/* --- ストップ!5分間犯行 --- */

p.form_stop {
padding: 0px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}

/* リンクエリア */
p.form_stop a {
width: 213px; /* ナビゲーションの幅 */
height: 70px;
display: block;
position: relative; /* IE6用 */
margin:0;
padding: 0px; /* リンクエリアのパディング（上下、左右） */
background: url(../img/service/stop5.png) no-repeat; /* リンクエリアの背景 */
text-decoration: none; /* テキストの下線（なし） */
}
ul p.form_stop_01 a {
display: block;
position: relative; /* IE6用 */
margin:0;
padding: 0px; /* リンクエリアのパディング（上下、左右） */
}

/* ポイント時の設定 */
p.form_stop a:hover {
text-decoration: none; /* テキストの下線（なし） */
-moz-opacity:0.5;
opacity:0.5;
filter: alpha(opacity=50);
}
p.form_stop_01 a:hover {
opacity:0.5;
}


/* --- 7step --- */

p.7step {
padding: 0px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}

/* リンクエリア */
p.7step a {
width: 213px; /* ナビゲーションの幅 */
height: 70px;
display: block;
position: relative; /* IE6用 */
margin:0;
padding: 0px; /* リンクエリアのパディング（上下、左右） */
background: url(../img/service/7step.png) no-repeat; /* リンクエリアの背景 */
text-decoration: none; /* テキストの下線（なし） */
}

/* ポイント時の設定 */
p.7step a:hover {
text-decoration: none; /* テキストの下線（なし） */
-moz-opacity:0.5;
opacity:0.5;
filter: alpha(opacity=50);
}


/* --- お問合せ_求人 --- */

p.form_oto_recruit {
padding: 0px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}

/* リンクエリア */
p.form_oto_recruit a {
width: 213px; /* ナビゲーションの幅 */
height: 126px;
display: block;
position: relative; /* IE6用 */
margin:0;
padding: 0px; /* リンクエリアのパディング（上下、左右） */
background: url(../img/info_recruit.gif) no-repeat; /* リンクエリアの背景 */
text-decoration: none; /* テキストの下線（なし） */
}

/* ポイント時の設定 */
p.form_oto_recruit a:hover {
-moz-opacity:0.5;
opacity:0.5;
filter: alpha(opacity=50);
}


.title{
	width:849px;
	margin:8px auto 0;
	float:none;
	font-size:12px;
	color:#999;
}
