@charset "euc-jp";

body{
	font-family:"ＭＳ ゴシック", Osaka;
	font-size:100%;
	color:#333333;
	line-height: 120%;
	margin:0; padding:0;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
}
/* main */
#main{
	width:799px;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
	background-color:#FFFFFF;
}
#shadow{
	width:810px;
	background-image:url(../images/shadow.gif);
	background-position:right;
	background-repeat:repeat;
}
#footer{
	width:789px;
	height:26px;
	background-color:#004CC2;
	font-size:70%;
	padding:0px 0px 0px 10px;
	position:relative;
	color:#FFFFFF;
}
#footer span{
	font-size:0.8em;
	position:absolute;
	right:0;
}

#footer a{
	color:#FFFFFF;
	}
h1{
	height:20px;
	font-size: 60%;
	color: #ffffff;
	font-weight:normal;
	margin:0; padding:0px 0px 0px 5px;
	background-color:#004CC2;
}
h1 a{
color:#FFFFFF;
	}	
h2{
	height:30px;
	font-size: 14px;
	color: #black;
	font-weight:normal;
	margin:0; padding:0px 0px 0px 5px;
	background-color:#004CC2;
	 display:inline;
}
	
#header{
	height:120px;
	background-image:url(../images/header_top.gif);
	position:relative;
}
#login_img{
	height:72px;
	position:absolute;
	bottom:0;
	right:0px;	
}
.border_dot{
	border-top:dotted 1px #666666;
	margin-top:10px;
}

.kensaku_midashi1{
	font-size:1em;
	font-weight:bold;
	color:#0000A2;
	margin:25px 0px 0px 70px;
	z-index:3;
}
.kensaku_midashi2{
	font-size:0.7em;
	margin:3px 0px 0px 70px;
	z-index:2;
}

.kensaku_midashi3{
	font-size:1em;
	font-weight:bold;
	color:#0000A2;
	margin:25px 0px 0px 70px;
}
.kensaku_midashi4{
	font-size:0.7em;
	margin:25px 0px 0px 70px;
}
/* IE以外 */
html>body .kensaku_midashi3{
	font-size:1em;
	font-weight:bold;
	color:#0000A2;
	margin:0px 0px 0px 70px;
	padding-top:20px;
}
.kensaku1{
	font-size:0.7em;
	margin:25px 20px 20px 20px;
	background-color:#FFFFD9;
	text-align:center;
	height:65px;
}

#topi_mobi{
	width:800px;
}
#topics{
	width:535px;
	float:left;
}
ul#topics {
	width:515px;
	margin:0; padding:0 0 0 10px;
	list-style-type:none;
}
li.topics{
	font-size:0.8em;
	padding:3px 3px 3px 10px;
	border-bottom:dotted 1px #999999;
}
#mobile{
	width:250px;
	height:126px;
	border:solid 1px #666666;
	background-image:url(../images/qrcode.gif);
	background-repeat:no-repeat;
	position:relative;
	float:left;
}
p.mobile_txt{
	font-size:0.7em;
	padding:35px 0px 0px 125px;
	margin:0;
}
p.mobile_bt{
	font-size:0.8em;
	text-align:right;
	padding:0 5px 0 0; margin:0;
}
#topform_a{
	width:800px;
}
#topform_a_left{
	width:399px;
	height:190px;
	background-image:url(../images/form_bg1.gif);
	background-repeat:no-repeat;
	float:left;
}

/* MAP */
#topform_a_right{
	width:400px;
	height:190px;
	background-image:url(../images/form_bg2.gif);
	background-repeat:no-repeat;
	float:left;
}
	#topform_a_right .tiiki{
		position:absolute;
		left: 413px;
		top: 355px;
		z-index:1;
	}

/* FIREFOXのみ */
html>body #topform_a_right .tiiki{
		position:absolute;
		left: 413px;
		top: 355px;
	}

.topform_c_left{
	font-size:80%;
	width:345px;
	border:solid 1px #9ACFFF;
	margin:0 0 10px 0;
	padding:10px;
}
#topform_bt{
	clear:both;
	text-align:center;
	margin-top:5px;
	
}

.topform_c_left span{
	font-weight:bold;
	color:#0000A2;
}
#topform_b_right span{
	font-weight:bold;
	color:#0000A2;
}
.font12{
	font-size:0.8em;
}


#topform_b{
	width:759px;
	height:520px;
	background-image:url(../images/form_bg3.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0 20px;
}

/*--------------------------
 2010/01/13 追加 SEO対策
 設置者：山口功次
----------------------------*/

/* IE6・7用のみ */
	#topform_b02{ /
		width:759px;
		height:520px;
		background-image:url(../images/form_bg3.gif);
		background-repeat:no-repeat;
		margin:0;
		padding:0 20px;
	}
/* FIREFOXのみ */
html>body #topform_b02{
		width:759px;
		height:520px;
		background-image:url(../images/form_bg3.gif);
		background-repeat:no-repeat;
		margin:0;
		padding:0 20px;
	}

	#topform_b02 h3.f-txet01 {
	width:auto;
	display:inline;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	font-size:14px;
	color:#0000ff;
	}
	#topform_b02 h4.f-txet02 {
	width:auto;
	display:inline;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	font-size:10px;
	font-weight:normal;
	color:#333333;
	background-color:transparent;
	}
/*--------------------------
 追加ここまで
----------------------------*/


#topform_b_left{
	width:350px;
	margin:15px 0 0 0;
	padding:0;
	float:left;
}

#topform_b_right{
	font-size:80%;
	width:350px;
	border:solid 1px #9ACFFF;
	margin:15px 0 0 0;
	padding:10px;
	float:right;
}

/*--------------------------
 2010/01/13 追加 SEO対策
 設置者：山口功次
----------------------------*/
	#topform_b_left h5.f-txet03,
	#topform_b_right h5.f-txet03 {
	display:inline;
	width:auto;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	}

	#topform_c_left p.job-link {
		margin:0 0 0 0;
		padding:0 0 0 0;
		font-size:14px;
		font-weight:bold;
	}
/*--------------------------
 追加ここまで
----------------------------*/


form{
	margin:0;
	padding:0;
}




h2{
	height:33px;
	font-size: 1.3em;
	color:#333333;
	padding:28px 0px 0px 240px;
	margin:0;
	/*background-image:url(../images/header2.gif);*/
}
h3{
	width:770px;
	font-size: 1.0em;
	font-weight:bold;
	color:#009900;
	margin:0px 0px 10px 12px;
	padding:5px;
}
h4{
	width:770px;
	font-size: 0.9em;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px 0px 10px 12px;
	padding:5px;
	background-color:#009900;
}





/*写真で紹介されている施設*/
#picbox{
	clear:both;
	width:auto;
	padding:20px 0 0 20px;
	margin:0;
	background-image:url(../images/form_bg4.gif);
	background-repeat:no-repeat;
	}
#picbox:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#picbox{
	display:inline-table;
	min-height:1%;
	}
/* Hides from IE-mac \*/
*html #picbox{height:1%;}
#picbox{display:block;}
/* End hide IE-mac */
	
#picbox h3{
	width:auto;
	font-size:1em;
	font-weight:bold;
	color:#0000A2;
	margin:0;
	padding: 0 0 0 70px;
}


/*--------------------------
 2010/01/13 追加 SEO対策
 設置者：山口功次
----------------------------*/
#picbox h4{
display:inline;
	width:auto;
	margin:0 0 0 0;
	padding:0 0 0 70px;
	font-size:10px;
	font-weight:normal;
	color:#333333;
	background-color:transparent;
}
/*--------------------------
 追加ここまで
----------------------------*/


#picbox div.piccell{
	text-align:center;
	width:140px;
	margin-right:15px;
	float:left;
	}
#picbox div.piccell img{
	margin:auto;
	border:#CCCCCC 3px double;
	}
#picbox div.piccell a{	
	 display:block;
	 }
#picbox_bottom{
	clear:both;
	width:auto;
	padding:0 0 0 20px;
	margin:0;
	background-image:url(../images/form_bg4_bottom.gif);
	background-repeat:no-repeat;
	height:10px;
	background-position:bottom;
	}
#picbox div.exp a{
	text-align:left;
	font-size:10px;
	text-decoration:none;
	color:#333333;
	line-height:12px;
	}


/*---------------------------------------------------
 GoogleMAP設置用CSS
 設置日:2009.12.11
 設置者:山口功次
 目的:都道府県別GoogleMAP表示
---------------------------------------------------*/
#g-map {
	width:760px;
	margin:10px 10px;
	font-size:12px;
}

	#g-map .s-search {
		width:770px;
		height:60px;
		margin:0 0 10px 0;
		padding:0 0 0 0;
		background-image:url(../images/form_bg1b.gif);
		background-position:top left;
		background-repeat:no-repeat;
	}
	#g-map .s-search02 {
		width:770px;
		margin:0 0 10px 0;
		padding:0 0 0 0;
	}
	#g-map .k-title {
		width:370px;
		padding:0 0 0 80px;
	}
	#g-map .k-form {
		width:400px;
	}
		#g-map .k-form div {
			margin:10px 0 10px 0;
		}
		#g-map .k-form span {
			 font-size:10px;
		}
	#g-map h3.k-txet01 {
		width:auto;
		margin:0 0 0 0;
		padding: 0 0 0 0;
		font-size:14px;
		color:#0000ff;
	}
	#g-map h4.k-txet02 {
		width:auto;
		margin:0 0 0 0;
		padding: 0 0 0 0;
		font-size:10px;
		font-weight:normal;
		color:#333333;
		background-color:transparent;
	}
	#g-map div.k-txet01 {
		width:auto;
		margin:0 0 0 0;
		padding: 0 0 0 0;
		font-size:14px;
		color:#0000ff;
	}
	#g-map div.k-txet02 {
		width:auto;
		margin:0 0 0 0;
		padding: 0 0 0 0;
		font-size:10px;
		font-weight:normal;
		color:#333333;
		background-color:transparent;
	}

	#g-map .s-list {
		width:250px;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	#g-map .s-list-waku {
		width:250px;
		height:320px;
		margin:0 0 0 0;
		padding:0 0 0 0;
		overflow:auto;
	}
		#g-map .s-list-waku p {
			margin:0 0 10px 0;
			padding:0 0 0 0;
			font-size:12px;
			line-height:18px;
			border-bottom:1px dotted #999999;
		}
		/*#g-map .s-list-waku h5 {
			margin:0 0 0 0;
			padding:0 0 0 0;
			font-size:12px;
			font-weight:normal;
			line-height:18px;
		}*/
	#g-map .s-other {
		font-size:12px;
		text-align:right;
	}

	#g-map .att {
		width:500px;
		margin:5px 0 0 0;
		padding:0 0 0 0;
		font-size:12px;
		text-align:left;
	}
		#g-map .att img {
			margin:0 0 0 0;
			padding:0 10px 0 10px;
		}

/*---------------------------------------------------
 県別修正用CSS
 設置日:2009.12.17
 設置者:山口功次
 目的:タグの修正
---------------------------------------------------*/

/*index.phpに追加*/

#h-midashi {
	width:100%;
}
	#h-midashi h1.con {
		display:inline;
		width:auto;
		height:auto;
		font-size: 60%;
		color: #ffffff;
		font-weight:normal;
		margin:0;
		padding:0 0 0 5px;
		background-color:#004CC2;
	}
	#h-midashi h2.con2 {
		display:inline;
		width:auto;
		height:auto;
		margin:0 0 0 0;
		padding:0 0 0 0;
		font-size:60%;
		font-weight:normal;
		color:#ffffff;
	}
	#h-midashi a {
		color:#ffffff;
	}

#job-table {
	width:770px;
	margin:0 0 0 15px;
	padding:0 0 0 0;
	font-size:12px;
	line-height:18px;
}

.hosoku {
	margin:10px 0 10px 10px;
	font-size:9px;
}

/*---------------------------------------------------
 全国版追記CSS
 設置日:2009.3.18
 設置者:山口功次
 目的:タグの修正
---------------------------------------------------*/

#jsjob-area {
	width:250px;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#ffffcc;
	float:left;
}

	#jsjob-area .kensaku-area {
		width:230px;
		margin:8px auto 0 auto;
		padding:0 0 0 0;
		font-size:12px;
		line-height:18px;
	}
		.kensaku-area select {
			font-size:12px;
		}

/* id="mobile"の修正タグ(下部移設用) */
#mobile-under {
	width:250px;
	height:126px;
	font-size:12px;
	border:solid 1px #666666;
	background-image:url(../images/qrcode.gif);
	background-repeat:no-repeat;
}