/*-----------------------------------------------------------------------------
全体
-----------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	
}
body {
	background-image: url(../worksfiles/commons/body.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
}
*:first-child+html body {
	position:relative;
}
form#rapper {
	background-image: url(../worksfiles/commons/header.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
img {
	border: none;
}
/* floatバグ回避用clearfix */
.clearfix:after {
	content: url(../img/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear_line{
	clear: both;
	height:1px;
	border:none;
}

.floatLeft{
	/float:left;
}
.floatRight{
	/float:right !important;
}

.clear{
	clear: both;
}

/*-----------------------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------------------*/
#header {
	/*position: relative;*/
	/*height: 100px;*/
	height: 90px;
}
	#header h1 {
		/*position: absolute;*/
		text-indent: -9999px;
		/*background-image: url(../worksfiles/commons/logo.gif);
		background-repeat: no-repeat;*/
		background-image:none;
		height: 80px;
		width: 142px;
		/*left: 30px;
		top: 20px;*/
		float:left;
		_margin:0;
	}
	#header h2 {
		text-indent: -9999px;
		background-image: url(../worksfiles/web/catchcopy.gif);
		background-repeat: no-repeat;
		height: 77px;
		width: 145px;
		/*left: 185px;
		top: 20px;*/
		float:left;
		border:none;
		margin:0 0 0 5px;
	}
	#header h2.noimg {
		background-image: none;
	}
	#header ul{
		_margin:0;
		_padding:0;
	}
	#header ul li{
		float: right;
		list-style:none;
		list-style-image:none;
		_display: inline;
	}
	#header ul li a{
		font-weight: bold;
		color: #999999;
		border-left-width: 5px;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		text-decoration: none;
		margin: 0 8px 0 0;
		padding: 6px 0 0 6px;
	}
*:first-child+html #header ul li a {
	font-size:10px;
}
	#header ul li a:link {
		color: #999999;
	}
	#header ul li a:visited {
		color: #999999;
	}
	#header ul li a:hover {
		border-left-width: 5px;
		border-left-style: solid;
		border-left-color: #CAD730;
		color: #CAD730;
	}
/*- サイドバナー -----------------------------*/
.headBanner a{
	display:none;
}

/*-----------------------------------------------------------------------------
ナビゲーション
-----------------------------------------------------------------------------*/
ul#navi {
	margin: 0 0 10px 2px;
	padding: 0 27px;
	clear: both;
	width: 720px;
	height: 23px;
	border-bottom: #ff6600 3px solid;
}
	ul#navi li {
		display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		ul#navi li a {
			display: block;
			background-image: url(../worksfiles/web/navi1.gif);
			background-repeat: no-repeat;
			margin: 0;
			padding: 5px 0 2px;
			float: left;
			width: 140px;
			height: 16px;
			color: #ff6600;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
		}
#areamenu{
	z-index: 1;
}

/*-----------------------------------------------------------------------------
メイン
-----------------------------------------------------------------------------*/
#main {
	margin: 0 0 20px 0;
	clear: both;
}

/*- パンくず -----------------------------*/
#bread {
	margin: 10px 20px;
	padding: 0 20px 10px 20px;
	border-bottom: #999999 1px dotted;
	text-align: left;
}

/*- 求人情報ヘッダー -----------------------------*/
.corp_title {
	position: relative;
	background-image: url(../worksfiles/web/job_tab_back.gif);
	background-position: -10px 50%;
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 5px 10px;
	width: 700px;
	height: 30px;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-top: #ff6600 3px solid;
	
	_height:40px;
	_width: 710px;	
}
	.corp_title span {
		position: absolute;
		font-size: 16px;
		font-weight: bold;
	}
	.corp_title a {
		position: absolute;
		display: block;
		left: 635px;
		top: 5px;
		background-image: url(../worksfiles/commons/back.gif);
		background-position: 0 0;
		background-repeat: no-repeat;
		padding-top: 8px;
		width: 80px;
		height: 22px;
		font-size: 14px;
		font-weight: bold;
		text-indent: 25px;
		
		color:#333333;
		text-decoration:none;
		_left:610px;
		_height: 30px;
	}
	.corp_title a:hover {
		background-image: url(../worksfiles/commons/back_o.gif);
	}
#corp_navi2 {
	background-color: #eaeaea;
	margin: 0 auto;
	/*padding-left: 5px;*/
	padding-left: 3px;
	/*width: 715px;*/
	width: 717px;
	clear: both;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	
	_width: 711px;
	_padding-left:0;
	_margin-left:0;
}
	#corp_navi2 li {
		display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#corp_navi2 li a {
			display: inline;
			background-image: url(../worksfiles/web/job_tab01.gif);
			background-position: 0 0;
			background-repeat: no-repeat;
			/*margin-right: 5px;*/
			margin-right: 1px;
			padding-top: 5px;
			width: 118px;
			height: 25px;
			float: left;
			line-height: 25px;
			text-align: center;
			text-decoration: none;
			
			padding-left: 0;
			font-weight:bold;
			color:#666666;
			_margin-right: 0;
		}
		#corp_navi2 li a:hover {
			background-image: url(../worksfiles/web/job_tab02.gif);
		}
		#corp_navi2 li a#selected {
			background-image: url(../worksfiles/web/job_tab02.gif);
			background-position: 0 0;
			background-repeat: no-repeat;
			text-align: center;
		}
			#corp_navi2 li a img {
				vertical-align: text-bottom;
			}

/*- 求人情報メイン -----------------------------*/
.corp_main {
	margin: 0 auto 10px auto;
	padding: 10px 10px 10px 15px;
	width: 695px;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;	
}
	.corp_main .sub_center {
	}
		.corp_main .sub_center a {
			display: block;
			background-image: url(../worksfiles/commons/submit.gif);
			margin: 0 auto;
			width: 200px;
			/*height: 30px;*/
			height: 22px;
			text-align: center;
			/*line-height: 30px;*/
			line-height: 18px;
			text-indent: 20px;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			
			_height: 30px;
			_padding-top: 8px;
			_margin-left:25px;
		}
		.corp_main .sub_center a:hover {
			background-image: url(../worksfiles/commons/submit_o.gif);
		}

#corp_title {
	position: relative;
	background-image: url(../worksfiles/web/slant_t.gif);
	margin: 10px auto 0 auto;
	width: 680px;
	height: 60px;
}
	#corp_title span {
		position: absolute;
		left: 13px;
		top: 5px;
		font-size: 14px;
		line-height: 16px;
	}
		#corp_title span img {
			position: relative;
			top: 2px;
		}
	#corp_title a.bookmark {
		position: absolute;
		display: block;
		right: 10px;
		top: 7px;
		width: 150px;
		height: 20px;
	}
	#corp_title a.sub {
		position: absolute;
		display: block;
		background-image: url(../worksfiles/commons/submit.gif);
		left: 240px;
		top: 30px;
		width: 200px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		text-indent: 20px;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	#corp_title a.sub:hover {
		background-image: url(../worksfiles/commons/submit_o.gif);
	}

#corp_center {
	background-image: url(../worksfiles/web/slant_c.gif);
	background-position: 0 0;
	background-repeat: repeat;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 680px;
}
	#corp_center .slant_outline {
		background-color: #ffffff;
		margin: 0 auto;
		padding: 10px;
		width: 640px;
		border: #cccccc 1px solid;
	}
		#corp_center .slant_outline img {
			margin: 0 10px 10px 0;
			float: left;
			border: #cccccc 1px solid;
		}
		#corp_center .slant_outline .copy {
			background-image: url(../worksfiles/web/list_mark.gif);
			background-position: left 5px;
			background-repeat: no-repeat;
			float: left;
			margin-bottom: 8px;
			padding: 13px 0 8px 40px;
			width: 360px;
			height: 20px;
			font-size: 14px;
			font-weight: bold;
			color: #666666;
		}
		#corp_center .slant_outline p {
			float: left;
			margin-right: 10px;
			width: 400px;
		}
	#corp_center h3 {
		background-color: #ffedd2;
		margin: 10px auto 0 auto;
		width: 660px;
		border-bottom: #cccccc 1px solid;
		font-size: 16px;
		line-height: 25px;
		text-indent: 20px;
		color: #cc0000;
	}
	#corp_center table {
		background-color: #ffffff;
		margin: 0 auto;
		width: 660px;
		border-collapse: collapse;
		border-spacing: 0;
	}
		#corp_center table th {
			background-color: #fff5e8;
			padding: 5px 15px 5px 10px;
			width: 150px;
			border-bottom: #cccccc 1px solid;
			border-right: #cccccc 1px dotted;
			border-collapse: collapse;
			vertical-align: top;
			text-align: left;
		}
		#corp_center table td {
			padding: 5px 5px 5px 10px;
			border-bottom: #cccccc 1px solid;
		}
		#corp_center table td.place {
			border-bottom: #cccccc 1px dotted;
		}

#corp_footer {
	background-image: url(../worksfiles/web/slant_b.gif);
	margin: 0 auto 10px auto;
	width: 680px;
	height: 40px;
}
	#corp_footer a {
		display: block;
		background-image: url(../worksfiles/commons/submit.gif);
		margin: 0 auto;
		width: 200px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		text-indent: 20px;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	#corp_footer a:hover {
		background-image: url(../worksfiles/commons/submit_o.gif);
	}

/* 20100316追加 */
.landmark_link{
	display:inline;
}
.landmark_popup{
	width:500px;
}
.landmark_popup .disclaimer{
	color:red;
	margin-top:10px;
}

.explain{
	width:630px;
	margin:auto;
	margin-bottom:20px;
	text-indent:center;
}
.explain td{
	padding:0;
	border:1px solid #3399FF;
}
.explain a.toggle{
	width:620px;
	display:block;
	background-color:#3399FF;
	color:#FFFFFF;
	padding:2px 5px 2px 5px;
	text-decoration:none;
	letter-spacing:2px;
	
	_width:640px;
}
.explain a:hover.toggle{
	background-color:#0066FF;
}
.explain .list{
	padding:8px;
}
.explain .date{
	color:#003399;
	font-size:150%;
	font-style:italic;
	font-weight:bold;
	margin-bottom:5px;
}
.slant_main{
	margin:10px auto 10px auto;
	padding-top:10px;
	padding-bottom:10px;
	display: block;
}

.slant_main th.research{
	background-image: url(../worksfiles/commons/research.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height:36px;
	padding:0;
	text-indent:70px;
	color:#FFF;
	font-size:120%;
	width:100%;
}

.msgwindow{
	padding:10px 0px 10px 0px;
	margin:10px 0px 0px 10px;
	font-size:14px;
}
/* 求人応募不可時の地味メッセージ */
.msgwindow2{
	width: 657px;
	_width: 660px;
	color: #ff0000;
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
	border-color: red;
	padding:10px 0px 10px 0px;
	margin:10px 0px 0px 10px;
	font-size:12px;
	color:#666666;
	border:none;
}
.map_img{
	margin-top:5px;
}
#map{
	border:1px solid #BBBBBB;
}
.mapA{
	width:640px;
	height:270px;
	clear:both;
}
.mapB{
	width:420px;
	height:310px;
	float:left;
}
.mapC{
	width:640px;
	height:270px;
	clear:both;
}

/*-----------------------------------------------------------------------------
フッター
-----------------------------------------------------------------------------*/
#footer {
	background-color: #eeeeee;
	margin: 10px;
	padding: 5px;
}
	#footer #f_link {
		text-align: right;
	}
	#footer #copy {
		text-align: center;
	}

/*-----------------------------------------------------------------------------
サイド
-----------------------------------------------------------------------------*/
/*- ログイン -----------------------------*/
#login{
	background-image: url(../worksfiles/web/login_back.gif);
	background-repeat:no-repeat;
	height:280px;
	padding:5px;
	_width:195px;
}
#login h4{
	margin:5px 0 10px 0;
	background-image:none;
	text-indent:-3000px;
}
#login p{
	margin:0;
	width:180px;
	padding:0 5px 0 5px;
	font-size:10px;
	line-height:12px;
}
#login input{
	width:160px;
	padding:3px;
}
#login p#login_button{
	margin-top:3px;
	float:right;
	clear:both;
}
#login .login{
	border:none;
	width:74px;
}
#login .function{
	margin:0 0 0 10px; 
	color:#336;
	font-weight:bold;
}
/*- サイドバナー -----------------------------*/
.sideBanner{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.sideBanner li{
	margin: 5px 0 5px 5px;
}
.sideBanner a{
	text-indent:0;
	padding: 0;
	margin: 0;
	text-align:left;
}
.sideBanner img{
	border:1px solid #999;
	margin-bottom: 5px;
}

