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

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

	    /*箱の位置設定*/
		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;/*デバッグ用*/
	}



	div#map {
	    /*箱のサイズ設定*/
		width: 634px;
	    height: 500px;

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

		background-image: 	url("../images/05_access/map.png");/* 地図 */
	   	background-repeat: no-repeat;
		background-size:     580px;/* 地図 */
		background-position: center;

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




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

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

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


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





	section#google {
	    /*箱のサイズ設定*/
		width: 120px;
	    height: 25px;
	    /*箱の位置設定*/
		position: absolute;
	    top: 505px;
	    left: 256px;
		background-color:#fff;
	    /*デバッグ用*/
		border:solid 2px #000;
	}


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

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

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

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


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


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






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