@charset "utf-8";

body{
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	background: #e8e8e7 url(../images/bg.gif) left top;
}
ul,dl,dd,dt,ol,li,img,h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
	padding: 0px;
	border-style: none;
	list-style: none;
	font-weight:normal;
}
img{
	display:block;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {color: #006699;text-decoration: none;}
a:hover {color: #006699;}

/* ---------- 共通 ---------- */

h2{
	margin:0 3px 20px;
}
h2.h2Top{
	margin:0 0 20px;
}
h3{
	margin:0 0 15px;
}
h4{
	font-size:14px;
	margin-bottom: 30px;
}

.mgntop{
	margin-top: 30px;
}
.mgnbtm{
	margin-bottom: 30px;
}
.txtLeft{
	text-align:left;
}
.txtCenter{
	text-align:center;
}
.txtRight{
	text-align:right;
}
img.imgLeft{
	float:left;
	margin:0 20px 10px 0;
}
img.imgRight{
	float:right;
	margin:0 20px 10px 0;
}
img.txtLeft{
	float:left;
	width:600px;
}
img.txtRight{
	float:right;
	width:600px;
}
.caution{
	font-size: 85%;
	color: #666666;
}

.caption{
	font-size: 10px;
	color: #777777;
}

.clearfix{
	zoom: 1;
}
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* ---------- レイアウト---------- */
#wrapper{
	display: block;
	width: 952px;
	margin:0 auto;
	text-align: left;
	background:#ffffff url(../images/cont_bg.png) repeat-y left top;
	zoom: 1;
}
#wrapper:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#header{
	width: 765px;
	display: block;
	margin: 0 auto;
	padding:10px 0;
	zoom: 1;
}
#header:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#header #logo{
	display: block;
	float: left;
}
#header #pmark{
	display: block;
	width: 32px;
	float: right;
	margin:0 0 10px;
}
#header #jasdaq{
	display: block;
	width: 85px;
	float: right;
	margin:0 0 10px;
}
#header #cap{
	width: 550px;
	float: right;
	text-align:right;
	font-size:10px;
	color:#777777;
}

/* ---------- content---------- */
.content{
	width: 765px;
	display: block;
	margin:0 auto;
	padding:0 0 30px;
}

/*---------- contentBox---------- */
.contentBox {
	background: url(../images/content_box.gif) no-repeat left top;
	padding:30px 20px 30px;
	height:100%;
	zoom: 1;
}
.contentBox:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.contentBoxBtm{
	background: url(../images/content_box_bottom.gif) no-repeat left bottom;
	height: 10px;
	margin:0 0 30px;
}
.contentBoxBtm hr{
	display: none;
}

/*---------- voiceBox---------- */
.voiceBox {
	height:210px;
	background:#ffffff;
	border:1px solid #999999;
	overflow:scroll;
	padding:0 10px;
	margin:20px 0 0;
}
.voiceBox p {
	margin:10px 0;
	line-height:2.0;
}
.voiceBox p span {
	color:#0684C7;
	font-weight:bold;
}

/* ---------- 求人数 ---------- */
#jobNumber{
	height:235px;
	position:relative;
	margin:0 0 20px;
}
#jobNumber img{
	position:absolute;
}
#jobNumber .public{
	color:#009CD6;
	font-weight:bold;
	font-size:18px;
	font-family:sans-serif,"ＭＳ ゴシック";
	position:absolute;
	top:70px;
	left:630px;
}
#jobNumber .closed{
	color:#ffffff;
	font-weight:bold;
	font-size:32px;
	font-family:sans-serif,"ＭＳ ゴシック";
	position:absolute;
	top:158px;
	left:560px;
}

/* ---------- エントリーボタン---------- */
.entryBox{
	margin:0 0 0;
	text-align:center;
	zoom: 1;
}
.entryBox:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.entryBox .entryTxt{
	float:left;
	width:455px;
	text-align:right;
}
.entryBox .entryTxt img{
	margin-left:auto;
}
.entryBox .entryBtn{
	float:left;
	width:230px;
	margin:0 0 10px;
}
.entryBox .entryBtn2{
	width:394px;
	margin:0 auto 10px;
}
.entryBox p{
	clear:both;
}

/*---------- 注意事項 ---------- */
ul.attention{
	font-size:80%;
	margin:0 0 20px;
}
ul.attention li{
	color:#666666;
	margin:0 0 3px;
}

/*---------- フッター ---------- */
#footer{
	font-size: 80%;
	background: #000000;
	padding:8px 0;
}
#footer #txtBox{
	width:950px;
	margin:0 auto;
	zoom: 1;
}
#footer #txtBox:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}

#footer #txtBox ul{
	float: left;
	width:430px;
	text-align:left;
}
#footer #txtBox ul li{
	display:inline;
	margin:0 0 0 10px;
	color: #ffffff;
}
#footer #copyright{
	float: right;
	width:430px;
	color: #999999;
	text-align:right;
}

/*---------- ページの先頭へ ---------- */
#pageTop{
	text-align: right;
	color: #006699;
	padding-bottom: 5px;
}
#pageTop a{
	text-decoration: underline;
}
#pageTop a:hover{
	text-decoration: underline;
}

/*---------- SEO ---------- */
#footseo{
	display: none;
}

