@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/

#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html #xxx
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html #xxx
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
#xxx
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#xxx
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
div#section1 dl dt,
div#section1 dl dd
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

							div#contentaheader
							
------------------------------------------------------------------------------*/
div#contentHeader{
	background-image: url(../../recruit/planning/images/content_header.gif);
}



/*------------------------------------------------------------------------------

							div#contentImage
							
------------------------------------------------------------------------------*/
div#contentImage p{
	padding-top: 115px;
	padding-right: 340px;
	padding-left: 30px;
}



/*------------------------------------------------------------------------------

					div#contentWrapper div.inner 画像指定
					
------------------------------------------------------------------------------*/
div#contentWrapper div.inner{
	background-image: url(../../recruit/planning/images/content_image.jpg);
}



/*------------------------------------------------------------------------------

						div#section1 div.sectionContent
					
------------------------------------------------------------------------------*/
div#section1 h2{
	margin-bottom: 0;
}

div#section1 p{
	font-weight: bold;
}

div#section1 dl{
	width: 610px;
	height: 660px;
	margin: 0 auto;
	padding: 0;
	background: url(../../recruit/planning/images/photo1.gif) no-repeat scroll left top;
}


