@charset "utf-8";

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	position: static;
	height: auto;
}
/*h1ロゴ*/
header h1 {
	position: static;
	width: 100%;
	padding: 30px 0px;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #e6b422;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: none;
	width: auto;
	padding-top: 180px;
}

/*メインコンテンツのh1タグ*/
#main h1 {
	background: #FF0000 url(../images/bg1.png);
}
#map_canvas {
  margin-top: -20px;
  width: 320px;
  height: 240px;
}
#blog {
	overflow: auto;
    width: 100%;
    height: 1000px;
}
#blog iframe {
	-o-transform:scale(0.52);
	-webkit-transform:scale(0.52);
	-moz-transform:scale(0.52);
	-ms-transform:scale(0.52);
	transform-origin:0 0;
	-o-transform-origin:0 0;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
}
/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: none;
	width: auto;
}

/*左側のメインメニュー
---------------------------------------------------------------------------*/
nav#mainmenu ul {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	top: 130px;
	margin-top: 20px;
}

/*各メニュー*/
nav#mainmenu ul li {
	float:left;
	width: 50%;
}
nav#mainmenu ul li a {
	width: auto;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #e6b422;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}

/*奇数番目のメニュー*/
nav#mainmenu ul li:nth-child(odd) {
	border-right: 1px solid #e6b422;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*マウスオン*/
nav#mainmenu ul li a:hover {
	border-bottom: 1px solid #c9c9c9;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/*gallery.html
---------------------------------------------------------------------------*/
/*写真の設定*/
#main img.wa {
	width: 100%;
	height: auto;
}

/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}

/*subコンテンツを表示させない為の設定
---------------------------------------------------------------------------*/
body.sdn #sub {
	display: none;
}
body.sdn #main {
	padding-top: 33px;
}
body.sdn {
	background: none;
}
