body{
margin-right: auto;
margin-left : auto;
width:100%;
height:100%;
}

/*ページ概要*/
#main_map{
  width:900px;

}

#control_menu_map{
  width:250px; float:left;
}
#image_area{width:250px;height:320px;}
#thum_image{width:250px;}/*javascriptの方で仕様*/
#image{width:250px;height:250px;z-index:0;background-color:#AAAAAA}
#control_button{ z-index:100;}

#map_contents {width:450px; float:left;}

#right_box  {width:200px; height:900px; float:left;}
#info_col {width:200px;}

/*#contents h3 {padding-left:10px; border-left:solid 10px #EAD201;border-bottom:solid 1px #EAD201;  font-weight:normal;}*/
#contents {width:650px; float:left;}/*topページのmain*/
#subcontents {width:250px;float:left;}/*facebookのウインド*/




#search {width:250px;height:500px; float:left;}
#search h3 {padding-left:10px; border-left:solid 10px #EAD201;border-bottom:solid 1px #EAD201;  font-weight:normal;}
#control {width:200px; font-size:16px;}
#selectbtn
{
	margin-left:20px;
}

.selectb
{
	font-size:15px;
	width:150px;
	height:20px;

	display:block;
	background-color:#F0F0F0;
	border:1px solid #C1C1C1;
	border-radius:5px;
	padding:3px 0;
	text-align:center;
	color:#616161;
	text-decoration:none;
	font-weight:bold;
}


a.selectb:hover
{
	background-color:#B3A966;
	text-decoration:none;
	box-shadow:inset 0px 0px 1px rgba(220,217,193,0);
	color:#FFF;
}

#infowindow {width:700px;float:left;}
#infowindow h3 {padding-left:10px; border-left:solid 10px #EAD201;border-bottom:solid 1px #EAD201;  font-weight:normal;}


#gallery h3 {padding-left:10px; border-left:solid 10px #EAD201;border-bottom:solid 1px #EAD201;  font-weight:normal;}

#fullimage
{
  display:none;
}

#back_curtain
{
  background-color:#000000;
  opacity: 0.6;
  display:none;
  position:absolute;
  left:0px;
  top:0px;
  z-index:500;
}


#main
{
  width:100%;
  height:600px;
  float:left;
  margin-right:-300px;
}

#wapper_main
{
  height:630px;
}
#wrapper
{
  /*width:100%;*/
  height:600px;
  margin-right: 305px;
}
#main_map_canvas
{
  width:100%;
  height:600px;
	z-index:200;
}

#facebook
{
  float:right;
  width:300px;
  height:600px;
  /*margin-left:300px;*/
}

#map_frame
{
	/*border: solid 8px #e0e03d;*/
	/*width: 100%;
	height:100%;
	margin-left:2%;
	margin-top:2%;*/
	width:500px;
	/*height:600px;*/
	float:left;
	z-index:100;
}

#sub_map_canvas
{
	/*border: solid 8px #e0e03d;*/
	/*width: 100%;
	height:100%;
	margin-left:2%;
	margin-top:2%;*/
	width:200px;
	height:200px;
	/*float:left;*/
	z-index:500;
}

#footer_main
{
  /*表紙のページだけレイアウトがずれるので、それに対応したフッター*/
  /*border-top:3px double  #EDAE1A;*/
  padding-top:10px;
  /*width:900px;*/
  text-align:center;
  margin-right: auto;
  margin-left : auto;
  margin-top:10px;
  font-size:12px;
  font-style:italic;
  color:#777777;
}
