@charset "UTF-8";
/* CSS Document */


/*ファンシーボックスで位置がズレるバグが発生したため、セレクターかたhtml100%を削除*/
body{
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: 100%;	/* 縦の高さを100% */
	width: 100%;	/* 横の幅を100% */
	background-image:url(../img/1_bg3.png);
}
/* 全体を囲う大枠 */
#contents {

	position: relative;		/* フッター部の配置用に定義 */
	min-height: 100%;		/* 縦の表示領域を100% */
	min-width:1000px;
}

/* ヘッダーの背景 */
div#header-bk { 
	background-image:url(../img/1_bg.png);
	 background-repeat: repeat;
	 background-position:center;
	background-color:#444;  /* 背景色(黒) */
	padding:10px 0 0;       /* 上から10px分余白をあける */
	height:300px;           /* 縦の高さ140px */
	width:100%;             /* 横の幅を100% */
	min-width:1000px;
	margin-bottom: -16px;
	position:relative;
	z-index:10;
}

#header_cloud {
	height: 92px;
	margin: 0 auto;
	margin-top: -100px;
	background-image:url(../img/1_content_head.png);
	 background-position:center;

}


#msg_box {
	margin: 0 auto;
    position: absolute; 
	top: 100px;
	width: 100%;
	min-width:1000px;


}
#msg {
	width: 105px;
	height: 270px;
		margin: 0 auto;
	background-image: url(../img/1_msg.png);
		 position:absolute;
		 top: 20%;
		 left: 70%;
	z-index: 11;
}
	
/* ヘッダーの表示領域 */
div#header { 
	height: 120px;  /* 縦の表示領域120px */
	width: 970px;   /* 横の幅970px */
	margin: 0 auto;   /* 中央揃え */
	position:relative;
}

#logo {
	width: 300px;
	position: absolute;
	top: 10px;
	left: 345px;
}

#ad_time {
	width: 284px;
	position: absolute;
	top: 181px;
	left: 660px;
}


/*ステッキーヘッダー*/
.border_head {
	background-image:url(../img/1_bg2.png);
	background-position:center;
	height:107px;
	width: 100%;
	min-width:1000px;
	position:relative;
	z-index:500
}


#g_navi {
	width: 970px;
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
	text-align:center;
}

#g_navi li {
display: inline;
}
	

#g_navi img {
	margin: 0 33px 0 0px;
}

/* ボディ */
/* ボディの大枠 */
div#body-bk{
	min-width: 1000px;           /* 横の幅970px */
	margin: 0 auto;     /* 上から10px分余白を取る */
	padding-bottom: 150px;   /* フッターの高さの分余白を取る */
}
 
/* ボディ */
.body{  
		width: 970px; 
		margin: 0 auto;
		margin-bottom: 50px;
		position:relative;
		
}

.body2{  
		width: 970px; 
		height: 1012px;
		margin: 0 auto;
		position:relative;
		background-image:url(../img/1_bg_yasai.jpg);
}

.body3{  

		height: 1012px;
		margin: 0 auto;
		position:relative;
		background-image:url(../img/bg_moon.jpg);
		background-position:center;


}

.body4{  
		width: 970px;
		height:800px; 
		margin: 0 auto;
		margin-bottom: 55px;
		position:relative;

		
}


.body4 h2{
				color:#FFFFFF;
}

.body4 p{
				color:#FFFFFF;
}

/*写真のboxコンテナ*/
.box_box {
	width: 970px;
	margin-bottom:50px;
}

.box_box_pic {
	margin: 0 0 45px 0;

}

/*写真のコンテナ*/
.box {
	width: 272px;
	height: 180px;
	background-color:#fff;
	border:solid #E1E1E1 10px;
	float:left;
}


.box_wrap {
	width: 292px;
	float:left;
}

.box_title {
	margin-bottom:-18px;
	padding-left: 10px;
}

/*写真コンテナのスペーサー*/
.spacer1 {
	width:45px;
	height:1px;
	float:left;
}

br.clear {
	clear:both;
}

/* 地図ボディの大枠 */
div#map-body-bk{  
	min-width:1000px;           /* 横の幅970px */
	margin: 0 auto;     /* 上から10px分余白を取る */
	padding-bottom: 150px;   /* フッターの高さの分余白を取る */
	background-image:url(../img/1_bg2.png);
}

/*タイトルのマージン*/
.title {
	text-align: center;
	padding-top: 100px;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 50px;
}

.title2 {
	text-align: center;
	padding-top: 100px;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 80px;
}

.title_map {
	text-align:center;
	margin: 0px 0 10px 0;
}

.border_icon {
width: 406px;
margin: 0 auto;
margin-bottom:-57px;

}

.border {
	background-image:url(../img/1_bg2.png);
	background-position:center;
	height:107px;
	width: 100%;
	min-width:1000px;
	margin-top:50px;
	position:relative;

}

.menu_wrap {
	
	width: 970px;
	
}

.usagi_logo {
	width: 50px;
	margin: 0 0 0 100px;
	float:left;
}



/* フッターの背景 */
div#footer-bk
{
	background-color: #222222;   /* 背景色(黒) */
	width:100%;               /* 横の幅を100% */
	height: 120px;            /* 縦の幅を120px */
	min-width:1000px;
	position: absolute;       /* 絶対位置指定することを定義 */
	bottom: 0px;              /* 絶対位置指定(左0px,下0px) */
	padding: 30px 0;          /* 上下に余白を取る */
}
/* フッターの表示領域 */
div#footer{
	height: 100px;          /* 縦幅の指定100px */
	width: 970px;           /* 横の幅970px */
	margin: 0 auto;           /* 中央揃え */
	text-align:center;
}


/*文字*/

.menu_text {
	width: 700px;
	margin: 0 0 0 20px;
	float:left;
}


h2 {
		font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color:#000;
	font-size: 16px; font-weight:bold; line-height: 2.5em; letter-spacing: 0.075em;
}

p {
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color:#000;
	font-size: 13px; font-weight: lighter; line-height: 2.5em; letter-spacing: 0.075em;
}

.menu_att {
	margin: 0 0 40px 105px;
}

.menu_text p {
	line-height: 1.5em;
}

.box_box h2 {
	margin: 20px 0 -20px 0;
}

.box_text p {
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color:#000;
	font-size: 13px; font-weight: lighter; line-height: 1.5em; letter-spacing: 0.075em;
	padding: 0 10px 0 10px;
}
	
.box_text_map {
	
		font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color:#000;
	font-size: 13px; font-weight: lighter; line-height: 1.1em; letter-spacing: 0.075em;
	padding: 0 5px 0 5px;
}

.text_center {
	width: 750px;
	text-align:center;
	margin: 0 auto;
		margin-top: 0px;
	margin-bottom: 50px;
}

.text_center2 {
	width: 750px;
	text-align:center;
	margin: 0 auto;
		margin-top: 20px;
	margin-bottom: 50px;
}

/*リンク*/
a{/*リンクされた文字*/
    color:#00ADEE;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#00ADEE;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#00ADEE;
    text-decoration:underline;
}
	
/*地図*/
  #map{
  width: 950px;
  height: 350px;
  border:#fff solid 5px;
  }
  
  #map_small {
	width: 324px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 30px;
	float: left;
  }
  
  #map_inst {
	width: 600px;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 25px;
	margin-bottom: 0;
	float: left;
  }
  
  #map_box_wrap {
  	width: 590px;
  }
  
  .map_box {
	width: 190px;
	margin: 0 0 0px 0;
	float: left;
  }
  
.px_border {
  border:#fff solid 5px;
	   width:180px;
	   height: 111px;
   }
 
  .spacer2 {
	  width: 10px;
	  height: 1px;
	  float: left;	  
  }
  
  
  
 #map_way_text {


  }
  
  
.ancher_point {
	width:10px;
	height:10px;
	margin: 0 auto;
	position:absolute;
	top:-150px;

}
  
#1,#2,#3,#4 {
	width:10px;
	height:10px;
	z-index:800;

}


img {
    border-style:none;
}


	
