
	/*--------------------------------------------------------------------------------------------------------------*/
	/*---　背景　---------------------------------------------------------------------------------------------------*/
	/*--------------------------------------------------------------------------------------------------------------*/
	div#top_bg2 {

		/* 箱のサイズ設定 */
		width: 960px;
		height: 960px;
	
	    position: absolute; top: 0px;

		background-color:#fff;
		background-image:
        					url("../images/90_common/home_button.png"),/* HOME */
        					url("../images/90_common/line.png"),/* ライン */

        					url("../images/90_common/bg_02.png");/* BG */

    	background-repeat: no-repeat;

		background-size:
    						 130px  58px,/* HOME */
    						 830px  10px,/* ライン */

    						 960px 960px;/* BG */

		background-position:
    						 -3px  43px,/* HOME */
    						150px 175px,/* ライン */

    						  0px   0px;/* BG */

		/* デバッグ用 */
		border:solid 0px #ff0000;

	}


	/*--------------------------------------------------------------------------------------------------------------*/
	/*---　裏板　--------------------------------------------------------------------------------*/
	article#business_box {
	    /*箱のサイズ設定*/
		width: 740px;
	    height: 600px;

	    /*箱の位置設定*/
		position: absolute;
	    top: 200px;
	    left: 170px;
		background-color:rgba(255,255,255,0.6);
		background-image: 	url("../images/90_common/plate_00_main.png");/* 裏板 */

	    /*デバッグ用*/
		border:solid 0px #555;
}


/*---　見出し　-------------------------------------------------------------------------------*/
div#midasi {
    /*箱のサイズ設定*/
	width: 710px;
    height: 65px;

    /*箱の位置設定*/
	position: absolute;
	top: 10px;
	left: 5px;
	font-size:20px;
	font-weight:bold;
	line-height:140%;
	text-shadow:2px 2px 1px #fff;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;

    /*デバッグ用*/
	border:solid 0px #ff00ff;
}


	/*---　中身　-----------------------------------------------------------------------------*/
	table#nakami {
	    /*箱のサイズ設定*/
		width: 700px;
	    height: 500px;

/*
		color:black;
		font-size:18px;
		font-weight:bold;
*/
	    /*箱の位置設定*/
		position: absolute;
	    top: 100px;
	    left: 15px;

	    /*デバッグ用*/
		border:solid 0px #ff00ff;
}





/*---　職種　---------------------------------------------------------------------------*/
td#text1 {
	width: 120px;
	height: 35px;

	color:#3d3d3d;
	font-size:18px;
	font-weight:bold;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;
	/*デバッグ用*/
	border:solid 0px #AA00AA;
}

/*---　サブ　------------------------------------------------------------------------------*/
td#text2 {
	color:#515151;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;
	text-shadow:0px 0px 5px #B1B1B1;

	/*デバッグ用*/
	border:solid 0px #00FFFF;
}



/*---　中身　-----------------------------------------------------------------------------*/
td#text3 {
	width: 550px;

	position: absolute;
	left: 130px;

	padding-left:0px;
	color:#777777;
	font-size:12px;
	line-height:18px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;
	/*デバッグ用*/
	border:solid 0px #000000;
}




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