body{
	text-align: left;
	background-color: #FFFFFF;
	margin: 0 auto;
	height:100%;
}

#main{
	width: 1024px;
	height:100%;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow:0px 0px 15px;
}

#headder{
	width: 1024px;
	height: 200px;
	background-image: url(./img/img_headder.png);
	text-align: center;
	margin: 0;
	border: 0;
	position: relative;
}

	.headderlogo{
		width: 352px;
		height: 37px;
		text-align: center;
		position: absolute;
		top: 35px;
		left: 35px;
	}

	.headdermenu{
		width: 324px;
		height: 30px;
		background-image: url(./img/img_bannerbg.png);
		text-align: center;
		position: absolute;
		top: 77px;
		left: 52px;
	}

		a.headderlink{
			text-decoration: none;
			text-shadow:1px 1px 2px #F0F0F0;
			font-size:14px;
			color: #424242;
		}

		a.headderlink:hover{
			font-size:14px;
			color: #000000;
		}

	.headdertel{
		width: 270px;
		height: 65px;
		text-align: center;
		position: absolute;
		top: 40px;
		left: 720px; 
	}

	.contentsmenu{
		width: 967px;
		height: 60px;
		margin: 0 auyo;
		text-align: center;
		position: absolute;
		top: 125px;
		left: 30px;
	}
		.menuimg{
			width: 160px;
			height: 60px;
			text-align: center;
			margin: 0;
			padding: 0;
			border: 0;
			float: left;
		}

		.menuborder{
			width: 1px;
			height: 60px;
			background-image: url(./img/menu_border.png);
			margin: 
			margin: 0;
			padding: 0;
			border: 0;
			float: left;
		}

#top{
	position: relative;
	width: 1024px;
	height: 400px;
	text-align: center;
	margin: 0;
	border: 0;
}

	#top img{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
		opacity: 0.0;
	}

	#top img.active{
		z-index: 10;
		opacity: 1.0;
	}

	#top img.last-active {
		z-index: 9;
}

#menu{
	width: 1024px;
	height: 60px;
	text-align: left;
	margin: 0;
	border: 0;
}
	.menuimg1{
			width: 170px;
			height: 60px;
			text-align: center;
			margin: 0;
			border: 0;
			float: left;
	}
	.menuimg2{
			width: 170px;
			height: 60px;
			text-align: center;
			margin: 0;
			padding: 0px 1px 0px 0px;
			border: 0;
			float: left;
	}

#frame{
	width: 1000px;
	height: 455px;
	text-align: left;
	margin: 12px 12px 0px 12px;
	border: 0;
	background-color: #FFFFFF;
}

	.framebox{
		border: 0;
		frameboroder: 0;
		background-color: #FFFFFF;
	}

		#frameinbox{
			width: 980px;
			border: 0;
			margin: 0 auto;
			text-align: left;
			background-color: #FFFFFF;
		}

			.framecontents-s{
				width: 780px;
				border: 0;
				margin: 10px 0px 10px 170px;
				background-color: #FFFFF;
				font-size: small;
				float: left;
			}

			.framecontents-l{
				width: 620px;
				border: 0;
				margin: 10px 10px 10px 10px;
				background-color: #FFFFFF;
				font-size: small;
				float: left;
			}

			.framecontents-r{
				width: 310px;
				border: 0;
				margin: 50px 20px 10px 10px;
				background-color: #FFFFFF;
				font-size: small;
				float: left;
			}

				.topics{
					background-color: #FFFFFF;
					font-size: small;
					text-align:left;
					color: #424242;
				}

			.framecontents-b{
				width: 950px;
				border: 0;
				margin: 10px auto;
				background-color: #FFFFFF;
				font-size: small;
				float: left;
			}

				.motto{
					background-color: #FFFFFF;
					margin: 0px;
					padding: 0px 0px 0px 200px;
					line-height:200%;
					text-shadow:1px 1px 2px #727272;
					font-size:small;
					color:#424242;
				}

#footter{
	width: 1000px;
	height: 35px;
	background-image: url(./img/img_footter.png);
}
	.foottertext{
		width: 970px;
		height: 35px;
		margin: 0px;
		padding: 9px 0px 0px 00px;
		text-align: right;
		text-shadow:1px 1px 2px #F0F0F0;
		font-size:14px;
		color:#424242;
	}


	/* ふきだし型tips by http://webnonotes.com/css/tooltip/ */

	a.tips{
		color: #555;
		display: inline-block;
	}

	a.tips span{
		display: none;
	}

	a.tips:hover{
		position: relative;
		color: #333;
	}

	a.tips:hover span {
		display: block;
		position: absolute;
		top: 25px;
		color: #fff;
		background-color: #6FA619;
		width: 405px;
		padding: 5px;
		border-radius:3px;
		z-index:100;
	}
 
	a.tips span:before{
		content:''; 
		display:block; 
		position:absolute;
		height:0; 
		width:0; 
		top:-13px;
		left:15px;
		border:13px transparent solid; 
		border-right-width:0; 
		border-left-color:#6FA619; 
		transform:rotate(270deg);
		-webkit-transform:rotate(270deg);
		-o-transform:rotate(270deg);
		z-index:100;
	}

ul.sitemap{
	
}

	/* 会社概要用テーブル */

.table-org{
	width: 650px;
	border-collapse: separate;
}

	.table-org th{
		width: 20%;
		padding: 10px 0px 10px 0px;
		text-align: center;
		vertical-align: center;
		background-color: #baddad;
	}

	.table-org td{
		background-color: #d8ffd8;
		padding: 10px 0px 10px 10px;
	}

	/* 求人情報用テーブル */

.table-per{
	width: 650px;
	border-collapse: separate;
	margin: 0px;
}

	.table-per th{
		padding: 10px 0px 10px 0px;
		text-align: center;
		vertical-align: center;
		background-color: #baddad;
	}

	.table-per td{
		text-align: right;
		padding: 10px 10px 10px 10px;
		background-color: #d8ffd8;
	}

per-table{
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: center;
}

.table-rec{
	width: 650px;
	border-collapse: separate;
	margin: 0px;
}

	.table-rec th{
		width: 20%;
		padding: 10px 0px 10px 0px;
		text-align: center;
		vertical-align: center;
		background-color: #baddad;
	}

	.table-rec td{
		background-color: #d8ffd8;
		padding: 10px 0px 10px 10px;
	}

p.rec-th{
	width: 618px;
	hight: 150px;
	padding: 10px;
	margin: 0px;
	border-bottom: 5px solid #baddad;
	border-left: 10px double #8bb747;
	background-color: #FFFFFF;
	text-shadow:1px 1px 2px #727272;
	font-weight: bold;
	font-size: 15px;
	color: #454545;
}

p.rec-td{
	width: 608px;
	padding: 10px 10px 10px 30px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	vertical-align: center;
	background-color: #d8ffd8;
}

p.rec-td2{
	width: 608px;
	padding: 10px 10px 10px 30px;
	margin: 0px;
	text-align: left;
	vertical-align: center;
	background-color: #d8ffd8;
}

p.rec-table{
	margin: 0px;
	text-align: left;
	vertical-align: center;
}

	/* 事業所一覧用テーブル */

p.center-th{
	width: 650px;
	hight: 150px;
	padding: 10px;
	margin: 0px;
	border-bottom: 5px solid #baddad;
	border-left: 10px double #8bb747;
	background-color: #FFFFFF;
	text-shadow:1px 1px 2px #727272;
	font-weight: bold;
	font-size: 15px;
	color: #454545;
}

p.center-td{
	width: 640px;
	padding: 10px 10px 10px 30px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	vertical-align: center;
	background-color: #d8ffd8;
}

	/* 事業内容用テーブル */

p.bus-th{
	width: 650px;
	hight: 150px;
	padding: 10px;
	margin: 20px 0px 0px 0px;
	border-bottom: 5px solid #baddad;
	border-left: 10px double #8bb747;
	background-color: #FFFFFF;
	text-shadow:1px 1px 2px #727272;
	font-weight: bold;
	font-size: 15px;
	color: #454545;
}

.box-bus{
	width: 680px;
	height: 200px;
	display: table;
}

	.img-bus{
		width: 320px;
		height: 200px;
		padding: 10px 0px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		background-color: #FFFFFF;
	}

	.txt-bus{
		width: 360px;
		height: 200px;
		padding: 10px;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		background-color: #d8ffd8;
	}

/* サイトマップ用テキストボックス */

.sitemap{
	background-color: #FFFFFF;
	margin: 10px 10px 10px 30px;
	line-height:150%;
	text-shadow:1px 1px 2px #727272;
	font-size:small;
	color:#424242;
}

	a.sitemaplink{
		text-decoration: none;
		text-shadow:1px 1px 2px #F0F0F0;
		font-size:14px;
		color: #424242;
	}

	a.sitemaplink:visited{
		font-size: 14px;
		color: #3b593b;
	}

	a.sitemaplink:hover{
		font-size: 14px;
		color: #000000;
	}

	a.sitemaplink:active{
		font-size: 14px;
		color: #649664;
	}

/* メールフォーム用テーブル */

p.mail-th{
	width: 620px;
	hight: 150px;
	padding: 10px;
	margin: 0px;
	border-bottom: 5px solid #baddad;
	border-left: 10px double #8bb747;
	background-color: #FFFFFF;
	text-shadow:1px 1px 2px #727272;
	font-weight: bold;
	font-size: 15px;
	color: #454545;
}

p.mail-td{
	width: 610px;
	padding: 10px 10px 10px 30px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	vertical-align: center;
	background-color: #d8ffd8;
}

.table-mail{
	width: 650px;
	border-collapse: separate;
	border: 0;
}

	.table-mail th{
		width: 20%;
		padding: 10px 0px 10px 0px;
		vertical-align: center;
		text-align: center;
		background-color: #baddad;
		font-size: small;
		color: #3C3C3C;

	}

	.table-mail td{
		background-color: #d8ffd8;
		padding: 10px 0px 10px 10px;
		font-size: small;
	}