

body
    {
	margin:0px;          /* ページ全体のmargin */
	padding:0px;         /* ページ全体のpadding */
	text-align:center;   /* 下記のautoに未対応用のセンタリング */
	background-attachment: scroll;
	background-color: #fefeff;
	background-image:url("../images/bg.gif");
	background-position: 50% 0%;
	background-repeat: repeat-y;
	color: #474747;
    }

.all{
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	text-align:left;     /* 中身を左側表示に戻す */
	width:800px;         /* 幅を決定する */
}



h3{
	color:#0066cc;
	margin-top:30px;
	margin-left:125px;
	margin-bottom:0px;
}

h4{
	font-size:110%;
	font-weight:bold;
	border-left:10px double #ccc;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	padding-right:0;
	border-bottom:1px solid #ccc;
}

.h{
	position:absolute;
	top:200px;
	width:475px;
	clear:both;
}




/* ========トップイメージ======== */

.topimage{
	width:793px;
	margin-left:3px;
}
.header{
	position:relative;
	z-index:2;
}
.headertext{
	position:absolute;
	top:45px;
	width:770px;
	font-size:80%;
	font-weight:bold;
	padding-left:20px;
	text-align:right;
}

.head{
	position: relative;
	color:#ffffff;
	margin-top:-20px;
	margin-bottom:0;
	padding-bottom:0;
	width:793px;
	font-family: "MS ゴシック";
	font-size:90%;
	font-weight:bold;
	text-align:right;
	text-decoration: none;
}

.head a:visited{
	color:#ccccff;
}

.head a:hover {
	text-decoration: underline;
	color: #ff6600;
}

/* ========　各営業所 ========　*/


.list{
	font-size:90%;
	margin-left:150px;
	line-height:150%;
}

.right{

	margin-left:400px;
}

/* ========　挿入画像 ========　*/

.insertimg{
	text-align:right;
	margin-right:65px;
	margin-bottom:20px;
	clear:both;
}



/* ========　フォームリスト ========　*/

.listkaisya{
	width:100%;
	font-size:90%;
	margin-top:30px;
	padding-bottom:20px;
	list-style-type:none;
}

ul.listkaisya li {
  float:left;
  clear:both;
  padding-left:10px;
  width: 30em;
  border-left: solid 8px #CCC;
  color: #000;
  text-align:left;
}

.red{
	color:#ff0000;
}

a {
  color: #666666;
  font-size: 90%;
  font-weight: normal;
  text-decoration: none;
  font-family: "MS ゴシック";

}

a:hover {
  text-decoration: underline;
  color: #ff6600;

}
/* ========　採用情報 ========　*/

.text{
	margin-top:50px;
	margin-left:250px;
	width:800px;
	font-size:86%;
	line-heigt:150%;
}


.text2{
	margin-top:30px;
	margin-left:230px;
	margin-bottom:50px;
	width:800px;
	font-size:88%;
	line-height:130%;
}

/* ========　フッター ========　*/

.footer{
	text-align:center;
}

.footertext{
	text-align:right;
	color:#666666;
	font-size:70%;
	padding-right:20px;
	line-height:80%;
}

