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

html, body{
	width:100%;
	height:100%;
}

body{
	margin:0;
	padding:0;
	color:#333;
	font:14px "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow: hidden;
}

/* a */
#wrap a:hover img {
	opacity: 0.8; 
  filter: alpha(opacity=80); 
  -moz-opacity: 0.8;
}

/* container */
#container{
	clear:both;
	position:relative;
	left:0;
	width:100%;
}

/* header */

#header{
	position: relative;
	width: 100%;
	height: 58px;
	border-top:5px solid #c4a54b;
	z-index:5000;
	background: #fff;
}

#header img.logo {
    margin: 0 4px 0 8px;
}

#header img.map_logo{
	margin-top:12px;
}

#header img.list{
	float: right;
	margin:15px;
}

/* main */

#main{
	width:100%;
	height:100%;
}

#map_area{
	position:relative;
	border: solid 3px #d0a500;
}

#map{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#map_member {
	position: absolute;
	top: 60px;
	right: 10px;
	z-index: 5000;
}