@charset "UTF-8";


/***********************************************/
/*  accessページの設定 */
/***********************************************/
	.print_sp{
		width:650px;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: right;
	}

/***********************************************/
/* テーブル */
/***********************************************/

	table,th,td{
		border-top: solid 0.5px #ffffff;
		border-right: solid 0.5px #ffffff;
		border-left: solid 0.5px #ffffff;
		border-bottom: solid 0.5px #ffffff;
		margin-top: 10px;

	}

	table.access{
		width: 720px;
		margin-left: auto;
		margin-right: auto;

		}

	td.left{
		text-align: left;
		width:440px;
		vertical-align: top;

		
	}
	td.right{
		text-align: left;
		width:253px;
		text-indent: -1em;
		vertical-align: bottom;
		padding: 0px 0px 0px 35px;

		}
	td.print{
		text-align: left;
		width:253px;
		vertical-align: top;
		padding: 25px 25px 0px 25px;
		}
		
/***********************************************/
/*  パターン1 */
/***********************************************/				
	div.map_onclick{
		position: relative;
	}

	div.star{
		position:absolute;
		width: 10px;
		height: 10px;
		font-size: 20px;
		top:178px;
		left:320px;	
		}

	div.star2{
		position:absolute;
		width: 10px;
		height: 10px;
		font-size: 20px;
		top:170px;
		left:190px;
	}
	div.star3{
		position:absolute;
		width: 10px;
		height: 10px;
		font-size: 20px;
		top:145px;
		left:180px;
		}
/***********************************************/
/*  パターン2 */
/***********************************************/
	div.accessbox{
		width: 610px;
		border-collapse: separate;
		overflow: hidden; /*float解除*/
		clear:both;
		margin: 10px auto 0px auto;
		}

	div.mapbox {
		width: 420px;
		float:left;
		}

	div.picbox {
		width: 160px;
		float: right;
		margin: 15px auto 0px auto;
		}

	p.picbox {
		padding: 0px 0px 0px 0px;
		}

	table{
		border-collapse: separate;
		
		}

	.td {
		border: 1px #000000 solid;
		}	
		
/***********************************************/
/*  文字関係 */
/***********************************************/
	span.access{/* 太字部分になります */
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		color: #0097ee;	
		}
	img.map{
		border: 1px #999999 solid; 
		}

	a.star {/*リンクされた文字*/
	    color:  #000000;
    	font-style:normal;
		text-decoration:none;
		}
	a:link.star {/*未訪問のリンク*/
    	font-style:normal;
    	text-decoration:none;
		}
	a:visited.star {/*訪問後のリンク*/
		text-decoration:none;
		}
	a:hover.star {/*マウスをのせたとき*/
		color:#ff0000;
		font-style:normal;
		text-decoration:none;
		}
	a:active.star {/*クリック中*/
		text-decoration:none;
		}
