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

	    /*箱の位置設定*/
		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#contact_title {	/*-------------------------------------------------*/
	    /*箱のサイズ設定*/
		width: 630px;
	    height: 30px;

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

		background-image: 	url("../images/06_contact/contact_01.png");/* お問合せ */
    	background-repeat: no-repeat;
		background-position:center;
		background-size:contain;

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


	div#tel1 {	/*-------------------------------------------------*/

	    /*箱のサイズ設定*/
		width: 70px;
	    height: 25px;

	    /*箱の位置設定*/
		position: absolute;
	    top: 100px;
	    left: 200px;
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;
	    font-weight:bold;
		text-shadow:2px 2px 3px #bbb;
		text-align:right;
		font-size:18px;


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


	div#tel2 {
	    /*箱のサイズ設定*/
		width: 160px;
	    height: 25px;

	    /*箱の位置設定*/
		position: absolute;
	    top: 100px;
	    left: 285px;
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;
	    font-weight:bold;
		text-shadow:2px 2px 3px #bbb;
		font-size:18px;

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


	div#fax1 {	/*-------------------------------------------------*/
	    /*箱のサイズ設定*/
		width: 70px;
	    height: 25px;

	    /*箱の位置設定*/
		position: absolute;
	    top: 130px;
	    left: 200px;
	    font-weight:bold;
		text-shadow:2px 2px 3px #bbb;
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;
		font-size:18px;

		text-align:right;

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


	div#fax2 {
	    /*箱のサイズ設定*/
		width: 160px;
	    height: 25px;

	    /*箱の位置設定*/
		position: absolute;
	    top: 130px;
	    left: 285px;
	    font-weight:bold;
		text-shadow:2px 2px 3px #bbb;
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;
		font-size:18px;


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


	div#mailto1 {	/*-------------------------------------------------*/
	    /*箱のサイズ設定*/
		width: 70px;
	    height: 25px;

	    /*箱の位置設定*/
		position: absolute;
	    top: 190px;
	    left: 200px;
	    font-weight:bold;
		text-shadow:2px 2px 3px #bbb;
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;
		font-size:18px;
		text-align:right;

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



	a#mailto2 {
	    /*箱のサイズ設定*/
		width: 160px;
	    height: 25px;

	    /*箱の位置設定*/
		position: absolute;
	    top: 190px;
	    left: 285px;

	    font-weight:bold;
		text-shadow:2px 2px 3px #bbb;
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif,ＭＳ ゴシック;
		font-size:18px;
 		color:#00f;


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


	a#mailto2:hover {
		color:#f00;
		text-shadow:2px 2px 0px #fff;
	    font-weight:bold;
	}

	a#mailto2:active {
		color:#f00;
		text-shadow:0px 0px 0px #fff;
	    font-weight:bold;
	}




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