@charset "shift_jis";
/*--------------------------------------------------
	現地案内図
--------------------------------------------------*/
body{
	width:100%;
	background:#FFFFFF;
	color:#434343;
	line-height:150%;
	/*background:url(../img/bg_cont.jpg) repeat-x;*/
	margin:0 auto;
	text-align:center;
	min-width:750px;
	}

a:link,a:visited{
	color:#399aa8;
	text-decoration:none;
	}

a:active,a:hover{
	color:#399aa8;
	text-decoration:underline;
	}
		


#wrapper{
	width:750px;
	margin:0 auto;
	text-align:center;
}


/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/

#header_map{
	width:750px;
	text-align: center;
	margin:0px auto;
	}
	
	

/* ヘッダー右上ボタン */
#header_map #bt_area{
	width:420px;
	text-align:right;
	padding-bottom:10px;
	float:right;
	}

/* h1 */



#header_map h1{
	position: static;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	color:#59493f;
	margin:0px;
	padding:7px 0px 0px 0px;
	text-align:right;
	}

/*--------------------------------------------------
	コンテンツ
--------------------------------------------------*/
.h2_box{
	width:200px;
	text-align:left;
	margin-top:40px;
	float:left;
	}
	
h2{
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#362e2b;
	letter-spacing:4px;
	}

#popup_contents{
	width:750px;
	background:#FFFFFF;
	margin:0px auto;
	padding:0 20px 20px 20px;
	}
	
	#mr_txt{
	width:550px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
}

.txt10{
	font-size:10px;
	text-align:left;
	}
	
.red{
	color:#C00;
}


img.img_border{
	border:1px solid #666;
}
/*--------------------------------------------------
	float解除
--------------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

.clear {
	overflow: hidden;
	display: block !important;
	display: inline-block;
}

.both { clear: both; }

.block { display: block; }
