@charset   "utf-8";
 
body{
	background-image : url(u001bcg.gif);
	font-size: 100%;
}

img {
	max-width:100%;
	height:auto;
	border:none;
	}

#header-img:after	{content: "";
	display: block;
	clear: both;
	background: #FC3;
}

#header-img p {
	float: left;
	width: 20%;
}


h1{
  color : maroon;
font-size:120%;
}


h2{
	left : 20px;
	font-size : 110%;
	color : maroon;
	margin-top: 30px;
}

#container{
	margin-left : auto;
	margin-right : auto;
	width : 95%;
}
dd {
	margin-bottom: 20px;
}

.center{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.haba30 {
	width: 30%;
}
.mizuiro {
	background-color: #CFF;
}
.kiiro {
	background-color: #FFC;
}


/* Google Map */
.GoogleMap {
	overflow: hidden;
	position: relative;
	margin:15px 0;
	/* paddingで高さを出している */
	height: 0;
	padding-bottom: 75%;
}
.GoogleMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


