@charset "utf-8";
body{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: HiraKakuProN-W3;
	font-size: 100%;
	line-height: 120%;
	}
.h4_image {
	float: left;
     }
 
.h6_image {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	padding-right: 2em;
          }
h1{
	height: 36px;
	line-height: 36px;
	border-top: 1px solid #cdd5df;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#33a176), to(#096944));
	border-bottom: 1px solid #2d3642;
	background-color: #b0bccd;
	font-family: HiraKakuProN-W6;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-position: 20px;
}
h2{
	line-height: 25px;
	font-size: 22px;
	color: #000;
	text-align: center;
	padding-left: 10px;
}

h3{
	line-height: 20px;
	font-size: 16px;
	color: #006633;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #096;
	border-bottom-color: #096;
}
h4{
	line-height: 36px;
	border-top: 1px solid #cdd5df;
	background-image: -webkit-gradient(linear, left 		　　top, left bottom, from(#b0bccd), to(#6d84a2));
	border-bottom: 1px solid #2d3642;
	background-color: #6699CC;
	font-family: HiraKakuProN-W6;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*h4{
	font-size: 14px;
	text-align: center;
	border-bottom-color: #0099CC;
	font-weight: normal;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-color: #6CF;
	color: #FFF;
}*/
h5{
	font-size: 17px;
	line-height: 22px;
	color: #FFF;
	text-align: center;
	margin-top: 5px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
h6{
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-weight: normal;
	text-align: left;
}
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 5px;
	padding-left: 5px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link{
	color:#369;
	text-decoration: underline;
}
a:visited {
	color: #66F;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
#map_canvas {
	height: 350px;
	width:96%;
}
.container {
	width: 100%;
	margin-top: 3;
	margin-right: auto;
	margin-bottom: 3;
	}

.header {
	background-color: #FFF;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69C;
}

.sidebar1 {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 0px;
	text-align: left;
	background-color: #E0E2E5;
	padding-right: 10px;
}
.content {
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #E6ECE9;
}


/* ~~ フッター ~~ */
.footer {
	position: relative;
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}


/* ========MENU CUSTOMIZE======== */
.menu {
	background-color: #CCC;
	font-size: 13px;
}
ul.navi {
	list-style: none; /* リンク用の上部のボーダーを作成します。他のすべてのものは LI 上で下部のボーダーを使用して配置されます。 */
	margin-bottom: 0px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
	width: 320px;
	font-size: 13px;
}
ul.navi li {
	text-align: center;
	float: left;
	font-weight: bold;
	}
ul.navi a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	width: 158px;
	text-decoration: none;
	/* [disabled]color: #06C; */
	text-align: left;
	text-indent: 2em;
	background-image: url(../pict/menu_bk.png);
	background-repeat: repeat-y;
	padding-top: 7px;
	padding-bottom: 7px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
ul.navi a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	color: #639;
	background-color: #F96;
	background-image: url(../pict/menu_bk2.png);
	background-repeat: repeat-y;
}


</style>
