body{
  width:800px;
}

.header_left h2{
	margin-left:100px;
	width:90%;
	font-size:1.0em;
	border-bottom: 1px dotted #ff0000;
}
/*****  search  *****/
div.search{
	display:none;
}

/*****  QR_Code  *****/
div.qrcode{
	display:none;
}
div.qrcode p{
	display:none;
}

/***** content *****/
div.content{
	clear:both;
	margin-left:1em;
}
div.content h3{
	padding-left:0.5em;
	width:80%;
	border-left:solid 10px #ee9966;
	border-bottom:solid 1px #ee9966;
}
div.speech{
  display:none;
}

div#content_1,div#content_2,div#content_3,div#content_4{
	width:800px;
	margin:10px;
	font-size:0.9em;
}

div#hiranuma_group{
	display:none;
}

div#weather{
	display:none;
}
div#form-mailer{
  display:none;
}
div.footer{
	clear:both;
	margin:10px;
	width:800px;
}
/*****  footer  *****/
div.footer{
	clear:both;
	margin:10px;
	width:auto;
	height:150px;
	background-color:#daa520;
}
div#left{
  float:left;
  width:48%;
}
div#right{
  float:left;
  margin:0 10px;
  width:48%;
}

div.footer p{
	float:left;
	margin:10px;
	font-weight:bold;
	padding-bottom:10px;
}
address{
	text-align:right;
	margin-right:1em;
	padding:10px;
	font-size:0.9em;
}
