
	/*--------------------------------------------------------------------------------------------------------------*/
	/*---　背景　---------------------------------------------------------------------------------------------------*/
	/*--------------------------------------------------------------------------------------------------------------*/
	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#outline_box {
	    /*箱のサイズ設定*/
		width: 600px;
	    height: 530px;

	    /*箱の位置設定*/
		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 #ff00ff;
}



	table#outline_00 {
	    /*箱のサイズ設定*/
		width: 600px;
	    height: 500px;

	    /*箱の位置設定*/
		position: absolute;
	    top:  15px;
	    left: 0px;
		line-height:150%;

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


	div#line {
	    /*箱の位置設定*/
		position: absolute;
	    top: 15px;
	    left: 105px;

		background-color:#000;
		width:2px;
		height:500px;

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

	}

	th#txt1{
		font-size:18px;
		text-shadow:2px 2px 3px #FFF;
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;
	}

	td#txt2{
		font-size:16px;
		text-shadow:2px 2px 3px #bbb;
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;
		line-height:22px;
	}



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