@charset "utf-8";
/* CSS Document */


.recruitBox{
	width:97%;
}

	
	.recruitBox p{
		padding: 0.4em 0.4em 0.1em 1.2em;
	}

	.recruitBox .title{
		width:100%;
		background-image:url(/images/eventBg.jpg);
		background-repeat:repeat-x;
		height:2.2em;
		border:#cccccc 1px solid;
		border-left:#6666ff 8px solid;
		background-position: 0px 0px;
	}	
	
		.recruitBox .title h2{
			display:inline;
			float:left;
			font-size:1.0em;
			padding: 0.4em 0em 0em 0.5em;
		}
		
		.recruitBox .title .go2Detail {
			display:inline;
			float:right;
			background-image:url(/images/guidePoint.gif);
			background-position: 0.4em 0.8em;
			background-repeat:no-repeat;
			padding: 0.4em 1.5em 0em 1.5em;
		}



.recruitBox .body {
	margin:0pt;
	padding:8px 0pt 8pt 0pt;
	text-align:center;
}



.recruitBox  dl {
	margin:0pt;
	padding:0px 0pt 0pt;
}

.recruitBox dt {
	clear:both;
	color:#333333;
	float:left;
	padding:5px 0pt 5px 1.5em;
	width:10em;
/*	border-left:#6666ff 4px solid; */
}

.recruitBox dd {
	border:1px solid #CCCCCC;
	margin-bottom:1px;
	padding:5px 5px 5px 10em;
	background:#eeeeff;
	background:url(/images/pinkBg.jpg) #dfefff scroll 8em top;
	background-repeat:no-repeat;
}

dl.table {
    border-top:0;
    border-bottom:1px solid;
    border-left:1px solid;
    border-right:1px solid;
    background:#eee;
}

dl.table dt {
    float:left;
    clear:both;
    width:9em;
    padding:0.5em;
    _width:10em;    /* WinIE */
    border-top:1px solid;
    white-space:nowrap;
}

dl.table dd {
    margin-left:10em;   
    padding:1ex;
    border-top:1px solid;
    border-left:1px solid;
    background:#fff;
}









