@charset "shift_jis";
/*--------------------------------------------------
	現地案内図
--------------------------------------------------*/
body{
	width:100%;
	background:#FFFFFF;
	color:#434343;
	line-height:150%;
	}

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

a:active,a:hover{
	color:#399aa8;
	text-decoration:underline;
	}
		
/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
#header{
	width:750px;
	text-align:left;
	margin:0px auto;
	}

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

/* h1 */
h1 {
	font-size:10px;
	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{
	position:relative;
	width:740px;
	background:#FFFFFF;
	margin:0px auto;
	padding:10px 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;
}

/*--------------------------------------------------
	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; }
