.left h2{
	width:700px;
	height:36px;
	background:url(../images/h2_recruit.jpg) no-repeat top left;
}

.left h3{
	width:630px;
	height:21px;
	background:url(../images/recruit_subtitle.gif) no-repeat top left;
	margin:20px auto;
}

.frame{
	width:650px;
	height:auto;
	border:1px #6E5324 solid;
	margin:20px auto;
}

	.frame dl{
		width:610px;
		margin:0px 20px 15px 20px;
	}
	
		.frame dt{
			width:600px;
			height:23px;
			background:url(../images/recruit_item.gif) no-repeat top left;
			font-size:105%;
			margin:15px 0px 0px 0px;
		}
		
			.frame .title{
				padding-left:10px;
			}
			
		.frame dd{
			padding:4px 0px 2px 50px;
			border-bottom:1px #534D4A dotted;
		}
			
		.frame ul.detail{
			width:550px;
		}
		
		.detail li{
			overflow:auto;
			margin:5px 0px;
		}
		
				.detail dl{
					margin:0px;
					width:550px;
				}
				
					.detail dt{
						background:none;
						width:90px;
						float:left;
						display:inline;
						margin:0px;
					}
					
					.detail dd{
						width:460px;
						float:right;
						display:inline;
						border:none;
						padding:0px;
					}