@charset "utf-8";

/*========================================
全体的なスタイル
========================================*/
* {
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
}
body {
	width:100%;		/*ページ全体の横幅*/
	background-color:#ffffff;	/*ページ全体の背景色*/
	background-image:none;	/*ウェブページ全体の背景画像を無しにする*/
	font-size:120%;			/* フォントサイズを120%にする */
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica",sans-serif;	/* フォントの種類をゴシック系にする */
	line-height:1.9; 			/* 行の高さを1.9倍にする */
	color:#3d3d3d; 			/* 文字色を濃い目のグレーにする */
}
div#pagebody {
	width:100%; margin:0 auto;	/*内容全体をセンタリング*/
	background-color:#ffffff;		/*内容全体の背景色*/
	background-image:none;		/*コンテンツ全体の背景画像を無しにする*/
	background-repeat:no-repeat;		/*背景画像を繰り返さない*/
}

/*============================================
ヘッダ
============================================*/
div#header {
	background-color:#976a02;
        width:100%;
        height:140px;	/*ヘッダ部分の高さ*/
}
div#header h1 {
	padding:0px;		/*見出しの位置調整*/
	font-size:18px;		/*フォントのサイズ*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
}
div#header h1 a {
    text-decoration:none;
}                 			/*リンクの下線を無くす*/
div#header img {
	width:100%; height:auto;	/*ロゴ画像の幅と高さ*/
        margin:0px 0px 0px 0px;
        padding:0px;
        vertical-align: bottom;          /* 画像の下線を揃える*/
}
img {border:0;
} 			                             /*画像のボーダーを0にする*/

/*============================================
インフォメーション
============================================*/
div#info {
	width:100%;		/*幅の指定*/
	float:left;			/*フロート左*/
	padding:0px;		/*パディング*/
}
div#map img{
    width:100%;
    height:auto;
    padding:10px 0px 10px 0px;
}
h3 {
	font-size:20px;		/*文字サイズ*/
	width:auto;		/*幅の指定*/
	margin:0px 0px 0px 0px;	/*マージン*/
	padding:10px 10px 20px 10px;	/*パディング*/
	background-color:#976a02;	/*背景色*/
	color:#ffffff;		/*文字色*/
}
h4 {
	font-size:20px;		/*文字サイズ*/
	width:auto;		/*幅の指定*/
	padding:10px 10px 10px 10px;	/*パディング*/
	color:#765302;		/*文字色*/
}
h5 {
	font-size:20px;		/*文字サイズ*/
	width:auto;		/*幅の指定*/
	padding:10px 10px 10px 10px;	/*パディング*/
	color:#330033;		/*文字色*/
}
h6 {
	font-size:20px;		/*文字サイズ*/
	width:auto;		/*幅の指定*/
	padding:10px 10px 10px 10px;	/*パディング*/
	background-color:#e7d7fc;
    color:#660099;
    border-color: #660099;
    border: solid 2px;}
p {
	float:none;
	font-size:100%;			/* フォントサイズを100%にする */
	font-family: "ヒラギノ角ゴシック W2","Hiragino Kaku Gothic  W2","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica",sans-serif; 	/* フォントの種類をゴシック系にする */
        width:95%;		/*幅の指定*/
	margin:15px 0px 20px 15px;		/*マージン*/
	text-indent:1em;	/*インデント幅*/
}
iframe {
	width:99%; height:480px;	/*画像の表示サイズを指定*/
	margin:0px 0px 0px 0px;	/*マージン*/
	color:#242424;             /*フレームの色を灰色*/
	float:none;				/*フロートしない*/
}
.infoimg_index {
	display:block;	/*ブロック表示にする*/
	width:100%; height:auto;	/*画像の表示サイズを指定*/
	margin:10px 0px 20px 20px;	/*マージン*/
	float:none;				/*フロートしない*/
}
.infoimg_index2 {
	display:block;	/*ブロック表示にする*/
	width:100%; height:auto;	/*画像の表示サイズを指定*/
	margin:20px 0px 20px 0px;	/*マージン*/
	float:none;				/*フロートしない*/
}
.infoimg_index3 {
	display:block;	/*ブロック表示にする*/
	width:100%; height:auto;	/*画像の表示サイズを指定*/
	margin:30px 0px 15px 0px;	/*マージン*/
	float:none;				/*フロートしない*/
}
.infoimg_index4 {
	display:block;	/*ブロック表示にする*/
	width:95%; height:auto;	/*画像の表示サイズを指定*/
	margin:0px 25px 20px 5px;	/*マージン*/
	float:none;				/*フロートしない*/
}
.infoimg_index5 {
	display:block;	/*ブロック表示にする*/
	width:100%; height:auto;	/*画像の表示サイズを指定*/
	margin:10px 0px 20px 0px;	/*マージン*/
	float:none;				/*フロートしない*/
}
.infoimg_index6 {
	display:block;	/*ブロック表示にする*/
	width:100%; height:auto;	/*画像の表示サイズを指定*/
	margin: 0px 20px 30px 0px;	/*マージン*/
	float:none;				/*フロートしない*/
}
.infoimg_index7 {
	display:block;	/*ブロック表示にする*/
	width:100%; height:auto;	/*画像の表示サイズを指定*/
	margin:30px 0px 20px 0px;	/*マージン*/
	float:none;				/*フロートしない*/
}
.infoimg_index17 {
	display:block;	/*ブロック表示にする*/
	width:100%; height:auto;	/*画像の表示サイズを指定*/
	margin:30px 0px 20px 0px;	/*マージン*/
	float:none;				/*フロートしない*/
}
.infoimg_index8 {
	display:block;	/*ブロック表示にする*/
	width:100%; height:auto;	/*画像の表示サイズを指定*/
	margin:30px 0px 20px 0px;	/*マージン*/
	float:none;				/*フロートしない*/
}
.infoimg_index9 {
	display:block;	/*ブロック表示にする*/
	width:100%; height:auto;	/*画像の表示サイズを指定*/
	margin: 30px 20px 0px 0px;	/*マージン*/
	float:none;				/*フロートしない*/
}
.infoimg_index10 {
	display:block;	/*ブロック表示にする*/
	width:100%; height:auto;	/*画像の表示サイズを指定*/
	margin:30px 0px 20px 0px;	/*マージン*/
	float:none;				/*フロートしない*/
}
.infoimg_subpage {
	display:block;	/*ブロック表示にする*/
	width:100%; height:auto;	/*画像の表示サイズを指定*/
	margin:10px 0px 20px 0px;	/*マージン*/
	float:none;				/*フロートしない*/
}

.infoimg_subpage2 {
    width:90%; heigut:auto;
    margin:30px 0px 10px 20px;
    float:none;
}
.infoimg_subpage3 {
    width:90%; heigut:auto;
    margin:30px 0px 10px 20px;
    float:none;
}
.infoimg_subpage4 {
    width:100%; heigut:auto;
    margin:10px 0px 0px 0px;
    float:none;
}
.infoimg_subpage5 {
    width:90%; heigut:auto;
    margin:30px 0px 10px 20px;
    float:none;
}
.infoimg_subpage6 {
    width:100%; heigut:auto;
    margin:10px 0px 0px 0px;
    float:none;
}
.infoimg_subpage7 {
    width:90%; heigut:auto;
    margin:30px 0px 10px 20px;
    float:none;
}
.infoimg_subpage8 {
    width:60%; heigut:auto;
    margin:0px 25px 10px 0px;
    float:right;
}
.infoimg_subpage14 {
    width:100%; heigut:auto;
    margin:10px 0px 10px 0px;
    float:none;
}
.infoimg_subpage16 {
    width:100%; heigut:auto;
    margin:10px 0px 10px 0px;
    float:none;
}
.infoimg_subpage24 {
    width:100%; heigut:auto;
    margin:10px 0px 10px 0px;
    float:none;
}
hr {
	clear:both;			/*フロート配置をクリアする*/
	width:100%;		/*幅の指定*/
	margin:10px 0px;		/*マージン*/
	border:1px dotted #976a02;	/*内容の区切りを点線表示にする*/
}
/*=======================================
ページトップへ
=======================================*/
#topbutton {
   /* ▼ボタンの表示位置を画面の右下に固定 */
   position: fixed; /* ←表示場所を固定 */
   bottom: 18px;   /* ←下端からの距離 */
   right: 2px;    /* ←右端からの距離 */
   width: 6em;     /* ←横幅 */

   /* ▼最初は非表示にしておく*/
   display: none; 

   /* ▼配色・配置・文字の装飾など */
   background-color: #976a02; /* ←背景色 */
   opacity: 0.75;        /* ←透明度 */
   border-radius: 15px;  /* ←角丸の半径 */
   text-align: center;  /* ←文字の位置 */
   font-size: 100%;     /* ←文字サイズ */
   font-family: "ヒラギノゴシック","MSゴシック",sans-serif; /* ←文字ゴシック */
   font-weight: bold;   /* ←文字の太さ */
   margin: 10 20 10 0px;          /* ←外側の余白 */
   padding: 10 20 10 0px;       /* ←内側の余白 */
}
#topbutton a {
   /* ▼リンクの装飾 */
   color: white;          /* ←文字色 */
   text-decoration: none; /* ←下線なし */
}
#topbutton a:hover {
   /* ▼マウスが載ったときの装飾 */
   color: #fef502;              /* ←文字色 */
   text-decoration: underline; /* ←下線あり */
}
/*============================================
フッタ
============================================*/
div#footer {
	clear:both;                           /*フロート配置をクリアする*/
    width:100%;					
	height:70px;                        /*高さの指定*/
				
	padding:10px 0px 10px 0px;	/*パディング*/
	font-size:x-small;			/*フォントサイズを小さくする*/
	text-align:center;			/*センタリング*/
}
