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

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



	div#greetings_title {
	    /*箱のサイズ設定*/
		width: 600px;
	    height: 30px;

	    /*箱の位置設定*/
		position: absolute;
	    top: 10px;
	    left: 5px;

		text-align:left;
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;
		font-size:20px;
		font-weight:bold;
		text-shadow:2px 2px 1px #fff;


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


	article#greetings_00 {
	    /*箱のサイズ設定*/
		width: 580px;
	    height: 440px;

	    /*箱の位置設定*/
		position: absolute;
	    top: 50px;
	    left: 20px;
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;
		font-size:12px;
		line-height:20px;
  
		border:solid 0px #ff00ff;/*デバッグ用*/
}

	div#xln {
	    /*箱のサイズ設定*/
		width: 200px;
	    height: 20px;

	    /*箱の位置設定*/
		position: absolute;
	    top: 520px;
		left: 420px;
		text-align:left;
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;
		font-size:12px;

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


	div#kim {
	    /*箱のサイズ設定*/
		width: 200px;
	    height: 20px;

	    /*箱の位置設定*/
		position: absolute;
	    top: 540px;
		left: 420px;
		text-align:left;
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;
		font-size:14px;

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






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