@charset "UTF-8";
/*---------------------------アクセス----------------------------- */
/*文字色*/
body#bodyRecruit{
	color:#666633;
}
body#bodyRecruit div#Contents h2{
	background:url(../recruit/images/t_recruit.gif) no-repeat;
	width:160px;
	height:40px;
	line-height:28px;
	text-indent:-9999px;
	margin-top:34px;
	margin-left:24px;
}
body#bodyRecruit div#Contents div#wrapAccess{
	width:700px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
/*地図*/
/*#wrapAccess内　左Wサイズと他*/
body#bodyRecruit #wrapAccess #LeftContents{
	float: left;
	text-indent:0;
	width:280px;
}

body#bodyRecruit #wrapAccess #LeftContents dl{
	margin-top: 10px;
	margin-bottom: 20px;
}

body#bodyRecruit #wrapAccess #LeftContents dl dt{
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #339933;
}

body#bodyRecruit #wrapAccess #LeftContents dl dd{
	background:url(../recruit/images/list_icon.gif) no-repeat 0 0.3em;
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 15px;
}

/*#wrapAccess内　右Wサイズ*/
body#bodyRecruit #wrapAccess #RightContents{
	float: right;
	width:410px;
}
body#bodyRecruit #wrapAccess #RightContents table{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width:410px;
	margin-top: 35px;
	margin-bottom: 20px;
}

body#bodyRecruit #wrapAccess #RightContents table td{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 5px 2px 5px;
}

body#bodyRecruit #wrapAccess #RightContents table th{
	width: 80px;
	color: #339933;
	background: #edf6e8;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 5px 2px 5px;
	vertical-align: top;
}

body#bodyRecruit #wrapAccess #RightContents table strong{
	font-weight: bold;
}

address{
	clear:both;/*#wrapAccess内、左右回り込み解除*/
}