@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ffffff+20,ffffff+80,ededed+100 */

background: #ededed; /* Old browsers */

background: -moz-linear-gradient(left,  #ededed 0%, #ffffff 20%, #ffffff 80%, #ededed 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  #ededed 0%,#ffffff 20%,#ffffff 80%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  #ededed 0%,#ffffff 20%,#ffffff 80%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */


}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;	/*リンクテキストの色*/
}
a:hover {
	color: #d3d3d3;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 980px;
	margin: 0px auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;	/*ブロックの幅*/
	height: 80px;	/*ブロックの高さ*/
	position: relative;
}
/*h1の設定*/
header h1 {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	right: 220px;	/*ヘッダーブロックに対して左から60pxの位置に配置*/
	top: 110px;	/*ヘッダーブロックに対して上から120pxの位置に配置*/
	z-index: 1;
}
header h1 a {
	text-decoration: none;
}
/*ロゴの設定*/
header #logo {
	position: absolute;
	left: 70px;	/*ヘッダーブロックに対して左から60pxの位置に配置*/
	top: 20px;	/*ヘッダーブロックに対して上から60pxの位置に配置*/
	z-index: 2;
}
/*ヘッダー装飾画像*/
#header-img {
	position: absolute;
	top: -3px;
	right: 40px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menubar ul {
	background: #DF7401;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#DF7401), to(#FAAC58));	/*グラデーション*/
	background: -webkit-linear-gradient(#DF7401, #FAAC58);	/*同上*/
	background: linear-gradient(#DF7401, #FAAC58);			/*同上*/
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 1px 2px 7px rgba(0,0,0,0.2);			/*同上*/
	border-radius: 7px;		/*角丸のサイズ*/
	padding-left: 36px;
	height: 60px;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	width: 150px;	/*メニュー幅*/
	border-right: 1px solid #e6e6e6;	/*メニューの右側の線の幅、線種、色*/
	text-align: center;
}
nav#menubar ul li a {
	color: #FFF;		/*文字色*/
	text-decoration: none;
	display: block;
	line-height: 60px;
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child {
	border-left: 1px solid #e6e6e6;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	background: #FAAC58;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FAAC58), to(#F7BE81));	/*グラデーション*/
	background: -webkit-linear-gradient(#FAAC58, #F7BE81);	/*同上*/
	background: linear-gradient(#FAAC58, #F7BE81);			/*同上*/
	color: #585858;		/*文字色*/
}
/*コンテンツ（mainを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	padding-top: 40px;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
#mainimg img {
	border-radius: 0px;	/*角丸のサイズ*/
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 90%;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
	margin: 0px auto;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	background: #DF7401;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#DF7401), to(#FAAC58));	/*グラデーション*/
	background: -webkit-linear-gradient(#DF7401, #FAAC58);	/*同上*/
	background: linear-gradient(#DF7401, #FAAC58);			/*同上*/
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);			/*同上*/
	font-size: 110%;
	border-radius: 7px;	/*角丸のサイズ*/
	color: #FFF;			/*文字色*/
	padding: 8px 15px;	/*上下、左右への余白*/
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);			/*同上*/
	font-size: 110%;
	border-radius: 7px;	/*角丸のサイズ*/
	padding: 8px 15px;
	border: 1px solid #CCC;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}

/*gallery.html内の各ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main section.list {
	border-radius: 10px;		/*角丸のサイズ*/
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
	background: linear-gradient(#FFF, #eaeaea);			/*同上*/
	overflow: hidden;
	margin-bottom: 15px;	/*ボックス同士のスペース*/
	width: 31%;
	float: left;
	margin-left: 1.5%;
	border: 1px solid #CCC;
}
#main section.list.type2 {
	background: none;
	border: none;
}
#main section.list a {
	display: block;
	height: 340px;
	padding: 20px;	/*ボックス内の余白*/
	text-decoration: none;
	overflow: hidden;
}
/*マウスオン時*/
#main section.list a:hover {
	background: #D8D8D8;	/*背景色*/
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	color: #666;	/*文字色*/
}
#main section.list.type2 p {
	color: #333;	/*文字色*/
}
/*ボックス内の写真設定*/
#main section.list figure img {
	width: 100%;	/*写真の幅*/
	height: auto;	/*写真の高さ*/
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	font-size: 100%;
	color: #333;	/*文字色*/
	line-height: 160%;

}
#main section.list.type2 h4 {
	color: #333;	/*文字色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;	/*文字色*/
	background: #444;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
	padding-left: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル追加
---------------------------------------------------------------------------*/
section table   { width: 100%; }
section th, section td  { padding: 10px; border: 0px solid #ddd; }
section th  { background-color:transparent; }
 
/*----------------------------------------------------
    .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .demo01 { margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .demo01 tr:first-child th   { border-top: 0px solid #ddd; }
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	background: #FFF;	/*背景色*/
}
.ta1 a:hover {
	color: #333;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 400px;
	padding: 10px;
	text-align: center;
	background: #e5e5e5;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #fff799;	/*背景色*/
}
/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dcdcdc));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #dcdcdc);	/*同上*/
	background: linear-gradient(#FFF, #dcdcdc);			/*同上*/
	color: #333;		/*文字色*/
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #444;	/*背景色*/
	color: #FFF;	/*文字色*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background: #444;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #666;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #222;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #ff518e;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin-left: 5px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 0px 6px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*h1の設定*/
header h1 {
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	left: 20px;	/*ヘッダーブロックに対して左から20pxの位置に配置*/
	top: 120px;	/*ヘッダーブロックに対して上から120pxの位置に配置*/
}
/*ロゴの設定*/
header #logo {
	position: absolute;
	left: 20px;	/*ヘッダーブロックに対して左から20pxの位置に配置*/
	top: 20px;	/*ヘッダーブロックに対して上から60pxの位置に配置*/
}
header #logo img {
	width: 45%;	/*ロゴ画像の幅*/
	height: auto;
}
/*ヘッダー装飾画像*/
#header-img {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 50%;
	height: auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menubar ul {
	height: auto;
	padding: 0;
	background: none;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	border-radius: 7px;		/*角丸のサイズ*/
	float: left;
	border: none !important;
	margin-bottom: 5px;	/*メニューの上下間の余白*/
	margin-left: 1%;	/*メニューの左右間の余白*/
	width: 49%;			/*メニュー幅*/
	background: -webkit-gradient(linear, left top, left bottom, from(#DF7401), to(#FAAC58));	/*グラデーション*/
	background: -webkit-linear-gradient(#DF7401, #FAAC58);	/*同上*/
	background: linear-gradient(#DF7401, #FAAC58);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px rgba(0,0,0,0.2);	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 1px 2px 7px rgba(0,0,0,0.2);			/*同上*/
}
nav#menubar ul li a:hover {
	border-radius: 7px;		/*角丸のサイズ*/
}
/*奇数番目のメニューの設定*/
nav#menubar ul li:nth-child(odd) {
	margin-left: 0;
	width: 50%;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 0px 6px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 90px;	/*ブロックの高さ*/
}
/*h1の設定*/
header h1 {
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 70px;	/*ヘッダーブロックに対して上から70pxの位置に配置*/
}
/*ロゴの設定*/
header #logo {
	position: absolute;
	left: 50px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 5px;	/*ヘッダーブロックに対して上から20pxの位置に配置*/
}
header #logo img {
	width: 90%;	/*ロゴ画像の幅*/
	height: auto;
}
/*ヘッダー装飾画像*/
#header-img {
	position: absolute;
	top: 45px;
	left: 25px;
	width: 75%;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menubar ul {
	height: auto;
	padding: 0;
	background: none;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	border-radius: 7px;		/*角丸のサイズ*/
	float: left;
	border: none !important;
	margin-bottom: 5px;	/*メニューの上下間の余白*/
	margin-left: 1%;	/*メニューの左右間の余白*/
	width: 49%;			/*メニュー幅*/
	background: -webkit-gradient(linear, left top, left bottom, from(#DF7401), to(#FAAC58));	/*グラデーション*/
	background: -webkit-linear-gradient(#DF7401, #FAAC58);	/*同上*/
	background: linear-gradient(#DF7401, #FAAC58);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px rgba(0,0,0,0.2);	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 1px 2px 7px rgba(0,0,0,0.2);			/*同上*/
}
nav#menubar ul li a:hover {
	border-radius: 7px;		/*角丸のサイズ*/
}
/*奇数番目のメニューの設定*/
nav#menubar ul li:nth-child(odd) {
	margin-left: 0;
	width: 50%;
}

/*コンテンツ（mainを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding-top: 20px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;
}

/*gallery.html内の各ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main section.list {
	width: 100%;
	float: none;
	margin-left: 0;
}
#main section.list a {
	height: auto;
	padding: 15px;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	width: 35%;
	height: auto;
	float: left;
	margin-right: 10px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h3.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*マイナスアイコンとグラデーション*/
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #e5e5e5);									/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#FFF, #e5e5e5);											/*同上*/
}
section#new h3.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*プラスアイコンとグラデーション*/
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #e5e5e5);									/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#FFF, #e5e5e5);											/*同上*/
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 5px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
.ws {
	width: 96%;
}
/*メニュー折りたたみ設定*/
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
	z-index: 10;
}

/*ライトボックス*/
<link href="css/lightbox.css" rel="stylesheet" type="text/css" />

}
