/* 左メニュー --------------------------------------------- */  

div#wraper
div#menuLeft
dl#mainmenu {
	background-image: url(../../common/images/menu_bgimg1_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}



/* イメージ写真 */
div#photo {
	background-image: url(../images/photo_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}


/* コンテンツ --------------------------------------------- */  

div#wraper {
	background-color: #70A9E2;
	background-image: url(../images/wraper_bgimg.jpg);
	background-repeat: repeat-y;
}

/* フッター --------------------------------------------- */  

div#footer {
	background-image: url(../images/wraper_bgimg_bottom.gif);
}


/* 各カラム --------------------------------------------- */  

div.separate {
	border-top: 2px solid #FF9900;
}



/* メインコンテンツ */

div#contents
h1 {
	background-image: url(../images/title_bgimg.gif);
}

div#mainphoto {
	background-image: url(../images/cache_bgimg.jpg);
	height: 169px;
	width: 480px;
	margin: 20px 0 0 15px;
}

div#mainphoto
p {
	color:#333333;
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 20px;
}

div#registbtn {
	height: 169px;
	width: 480px;
	margin: 0 0 40px 15px;
	background-color: #E7E0CE;
	border: 1px solid #D7CDB2;
}

div#registbtn
p#btnimage {
	margin: 10px 0;
}

div#registbtn
p#btnimage
a {
	background-image: url(../images/btn_regist.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 112px;
	width: 433px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	outline: none;
}

div#registbtn
p#btnimage
a:hover {
	background-position: 0px -112px;
}

div#registbtn
ul {
	text-align: center;
}

div#registbtn
ul
li {
	display: inline;
	background-image: url(../../common/images/btn_link_allow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	margin: 0 1em 0 0;
	height: 20px;
	line-height: 20px;
}



/* Web登録をすると */

div#characteristic
ol
li {
	float: left;
	width: 235px;
	height: 150px;
	border: 1px solid #E7E0CE;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#characteristic
ol
li#chara01 {
	background-image: url(../images/characteristic_bgimg_01.jpg);
	margin: 0 5px 5px 0;
}

div#characteristic
ol
li#chara02 {
	background-image: url(../images/characteristic_bgimg_02.jpg);
	margin: 0 0 5px 0;
}

div#characteristic
ol
li#chara03 {
	background-image: url(../images/characteristic_bgimg_03.jpg);
	margin: 0 5px 5px 0;
}

div#characteristic
ol
li#chara04 {
	background-image: url(../images/characteristic_bgimg_04.jpg);
	margin: 0 0 5px 0;
}

div#characteristic
ol
li
h3 {
	text-align: right;
	margin: 12px 5px 0 0;
	font-size: 1.1em;
	height: 35px;
	overflow: hidden;
}

div#characteristic
ol
li
p {
	margin: 0 5px 0 100px;
}



/* 派遣の仕組み --------------------------------------------- */ 

p#structure_caution {
	background-color: #E7E0CE;
	padding: 0.5em 1em 0.5em 35px;
	background-image: url(../images/structure_caution.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

ol#merit
li {
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 90px;
	padding: 0 0 0 85px;
	margin: 1.5em 1em 1.5em 0;
}

* html body
ol#merit
li {
	height: 90px;	/* IE5-6 only */
}

ol#merit
li.merit1 {
	background-image: url(../images/merit_01.gif);
}

ol#merit
li.merit2 {
	background-image: url(../images/merit_02.gif);
}

ol#merit
li.merit3 {
	background-image: url(../images/merit_03.gif);
}

ol#merit
li.merit4 {
	background-image: url(../images/merit_04.gif);
}

ol#merit
li
h3 {
	color: #FF6600;
}


/* 派遣事業内容 --------------------------------------------- */  

ul.workcategory {
	overflow: auto;
	padding: 0 0 5px 150px;
}

* html body
ul.workcategory {
	padding: 0 0 5px 150px;
	overflow: hidden;
}

ul.workcategory
li {
	width: 128px;
	white-space: nowrap;
	padding: 0.5em;
	background-color: #E7E0CE;
	margin: 5px;
	float: left;
}

* html body
ul.workcategory
li {
	margin: 5px 3px;
}

ul.workcategory2
li {
	width: 270px;
}


div#substance_01 {
	background-image: url(../images/substance_bgimg_01.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

div#substance_02 {
	background-image: url(../images/substance_bgimg_02.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

div#substance_03 {
	background-image: url(../images/substance_bgimg_03.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}


/* 事業所一覧 --------------------------------------------- */  

p.officephoto {
	float: left;
	margin: 0 !important;
	width: 135px;
}

table.officedata {
	border-collapse: collapse;
	width: 240px;
	float: left;
}

table.officedata
th,
table.officedata
td {
	border: 0;
	padding: 0.3em;
}

table.officedata
th {
	white-space: nowrap;
	color: #666666;
}

p.officemap {
	width: 75px;
	float: right;
	padding: 20px 0 0 0;
}

p.officemap
a,
p.officemap
a:visited {
	display: block;
	width: 72px;
	float: right;
	background-image: url(../images/btn_map.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	line-height: 28px;
	text-indent: 28px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}


/* 派遣の声 --------------------------------------------- */  

hr {
	visibility: hidden;
	margin: 0 !important;
}

div.hakennum {
	float: left;
	width: 150px;
	padding: 0 0 30px 18px;
}

div.hakenvoice {
	padding: 10px 0 0 0;
}

div.hakenvoice
h2 {
	padding: 10px 0.5em;
	color: #666666;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

div.hakenvoice
p {
	padding: 0 0.5em;
	margin: 10px 0 0 0;
	line-height: 1.6em;
}

div.hakendata {
	padding: 10px 0 0 0;
}

div.hakendata
p.hakenphoto {
	background-image: url(../images/voice_bgimg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 171px;
	width: 144px;
	text-align: left;
	padding: 7px 0 0 5px;
}

div.hakendata
p.hakenphoto
img {
	display: block;
}

div.hakendata
p.name {
	font-size: 1.3em;
	color: #666666;
	font-weight: bold;
	margin: 0.5em 0;
	background-color: #F5F1E4;
	padding: 6px;
}

div.hakendata
p.work {
	margin: 0 0.5em;
}


/* スタッフの声 --------------------------------------------- */  

div.staffvoice {
	width: 290px;
	float: right;
	padding: 10px 0 0 0;
}

div.staffvoice
h2 {
	padding: 0 0 10px 0;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
}

div.staffvoice
p {
	margin: 10px 0 0 0;
	line-height: 1.6em;
}

div.staffdata {
	width: 180px;
	float: left;
	padding: 10px 0 0 0;
}

div.staffdata
p.staffphoto {
	background-image: url(../images/staff_bgimg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 201px;
	width: 171px;
	text-align: left;
	padding: 10px 0 0 7px;
}

div.staffdata
p.staffphoto
img {
	display: block;
}

div.staffdata
p.name {
	font-size: 1.3em;
	color: #666666;
	font-weight: bold;
	margin: 0.5em;
	background-color: #F5F1E4;
	padding: 6px;
}

div.staffdata
p.corp {
	margin: 0.5em;
	padding: 6px;
}

div.staffdata
p.work {
	margin: 0 0.5em;
	padding: 0 6px;
}


/* よくある質問 --------------------------------------------- */  

div.question {
	width: 455px;
	margin: 20px 0 20px 40px !important;
	border: 0 !important;
}

div.question
h2 {
	padding: 0.6em 0 !important;
	font-size: 1.5em;
	color: #999999;
}

div.question
li {
	margin: 1em 0.5em;
}

div.question
li
span.num {
	font-size: 1.5em;
	font-weight: bold;
	color: #0066CC;
	margin: 0 6px 0 0;
	width: 30px;
	text-align: right;
	display: block;
	float: left;
	position: relative;
	top: -0.2em;
}

div.question
div.answer {
	margin: 0 0 3em 0;
}

div.question
div.answer
h3 {
	color: #FF6600;
	margin: 0.45em;
	font-size: 1.2em;
}

div.question
div.answer
h3
span.num {
	font-size: 1.5em;
	font-weight: bold;
	color: #FF6600;
	margin: 0 6px 0 0;
	width: 30px;
	text-align: right;
	display: block;
	float: left;
	position: relative;
	top: -0.2em;
}

div.question
div.answer
p {
	margin: 1em 0 0 2.5em;
	line-height: 1.6em;
}

div.question
div.answer
p
a.otherlink {
	display: block;
	margin:	3px 10px 3px 5px;
	padding: 5px 10px 5px 30px;
	line-height: 16px;
	background-color: #FFFFFF;
	background-image: url(../../common/images/btn_link_allow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}


/* 理由 --------------------------------------------- */

div.reasonbox {
	position: relative;
	padding-top: 15px;
}

div.reasonbox
h2 {
	border-top: 2px solid #FF9900;
}

div.reasonbox
img.icon {
}

div#reason01 {
	background-image: url(../images/reason_bgimg_01.jpg);
	background-repeat: no-repeat;
	background-position: right center;	
}

div#reason02 {
	background-image: url(../images/reason_bgimg_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}

div#reason03 {
	background-image: url(../images/reason_bgimg_03.jpg);
	background-repeat: no-repeat;
	background-position: right center;	
}

div#reason04 {
	background-image: url(../images/reason_bgimg_04.jpg);
	background-repeat: no-repeat;
	background-position: right center;	
}

div#reason05 {
	background-image: url(../images/reason_bgimg_05.jpg);
	background-repeat: no-repeat;
	background-position: right center;	
}



/* 登録の流れ --------------------------------------------- */  

div.relative {
	position: relative;
	zoom: 1;
}

div.step {
	border: 0;
	margin: 20px 0 20px 15px !important;
	padding: 0 0 8px 0 !important;
}

* html
hr{/* for -IE6 */
  margin:0;
}

*:first-child+html hr{/* for IE7 */
  margin:0;
}

div.step
h2 {
	background-image: url(../images/flow_step_bgimg.gif);
	height: 42px;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0 0 10px 0;
}

div.step
div.detail {
	background-image: url(../images/flow_step_detail_bgimg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #E8DFBD;
	padding: 12px;
	zoom: 1;
}

div.step
div.detail1 {
	width: 206px;
	min-height: 250px;
	float: left;
}

* html body
div.step
div.detail1 {
	height: 250px;	/* IE5-6 only */
}

div.step
div.detail1tel {
	position: relative;
	left: 19px;
}

div.step
div.detail1
p.flowimg {
	margin: 0 0 10px 0;
}

div.step
div.detail345 {
	overflow: auto;
}

div.step
div.detail345
p.flowimg {
	width: 215px;
	float: left;
	margin: 0;
}

div.step
div.detail
h3 {
	font-size: 1.3em;
	margin: 0 0 6px 0;
}


div#allow1-1 {
	position: absolute;
	top: 505px;
	left: 185px;
	z-index: 100;
}

div#allow1-2 {
	position: absolute;
	top: 505px;
	left: 435px;
	z-index: 100;
}

div#allow2 {
	position: absolute;
	top: 750px;
	left: 185px;
	z-index: 100;
}

div#allow3 {
	position: absolute;
	top: 995px;
	left: 185px;
	z-index: 100;
}

div#allow4 {
	position: absolute;
	top: 1240px;
	left: 185px;
	z-index: 100;
}


/* フォーム */

div#registform
table {
	width: 99.5%;
	margin: 0 0 15px 0;
}

div#registform
table
caption {
	padding: 5px 10px;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #FF9900;
	margin: 0 0 8px 0;
	color: #FFFFFF;
}

div#registform
table
tr {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

div#registform
table
th,
div#registform
table
td {
	padding: 0.6em 1em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0;
	border-right: 0;
}

div#registform
table
th {
	color: #666666;
	font-weight: bold;
	background-color: #F5F1E4;
	width: 200px;
	white-space: nowrap;
}

div#registform
table
.w20 {
	width: 20%;
}

div#registform
table
.w60 {
	width: 140px;
}

div#registform
table
.w90 {
	width: 225px;
}

div#registform
table
td
select
optgroup {
	font-style: normal;
	margin: 10px 0;
	border-top: 1px solid #CCCCCC;
	padding: 5px 0 0 0;
}

div#registform
table
td
select
optgroup
option {
	text-indent: 1em;
}

div#registform
table
td
select
option.choice {
	color:#aaaaaa;
}

div#registform
table
td
input,
div#registform
table
td
textarea {
	padding: 0.3em;
	vertical-align: middle;
	margin: 0 2px;
}

div#registform
table
td
label {
	cursor: pointer;
	border-bottom: 1px dashed #0066CC;
}

div#registform
table
td
ul
li {
	margin: 7px 0;
	clear: both;
}

div#registform
table
td
ul.address
li
span {
	display: block;
	width: 80px;
	float: left;
}

div#registform
table
td
span.contact_title {
	width: 120px;
}


p.necessary_caution {
	margin: 0 0 20px 0;
	padding: 0.5em;
	text-align: right;
	line-height: 1em;
}

span.necessary {
	color: #CC0000;
	margin: 0 0.5em;
	font-size: 1.8em !important;
	line-height: 0.8em;
	position: relative;
	top: 0.4em;
}

span.term {
	background-color: #F5F1E4;
	margin: 0 0.5em 0 0;
	width: 40px;
	text-align: center;
}


/* 登録ボタン */

p#submit{
	margin: 0 0 20px 0;
	text-align: center;
}


/* お問い合わせ 説明文 */
p.inq_caption {
	width: 210px;
	float: left;
}
p.inq_tel {
	width:219px;
	float: right;
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align: center;
	font-size: 0.7em;
	position: relative;
	top: 10px;
}


/* お問い合わせ エラー文 */
p.errormsg {
	color: #CC0000 !important;
	padding: 1em;
	margin: 1em;
	background-color: #FFE8E8;
}

