@charset "utf-8";


.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


/*全体の設定
---------------------------------------------------------------------------*/
body{
	color : #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font : normal normal normal 14px /2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  background-image : url(../images/bg2.jpg);
  background-repeat : no-repeat;
  background-position : center top;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
  text-align : left;
}
ul{
	list-style-type: none;
  list-style-position : outside;
}
img{
	border: none;
	vertical-align: bottom;
}
input,textarea,select{
	font-size: 1em;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
form{
	margin: 0px;
}
table{
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

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

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

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header{
	width : 980px;	/*ブロックの幅*/
	height : 120px;	/*ブロックの高さ*/
	position: relative;
  margin-left : auto;
  margin-right : auto;
}
/*h1ロゴの設定*/
header h1{
	position: absolute;	/*ヘッダーブロックに対して左から28pxの位置に配置*/	/*ヘッダーブロックに対して上から28pxの位置に配置*/

  top : 16px;
  left : 0px;
}
/*電話番号ボックスの設定*/
header address{
	position: absolute;
	top : 10px;		/*ヘッダーブロックに対して上から24pxの位置に配置*/	/*ヘッダーブロックに対して右から40pxの位置に配置*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	line-height: 1.6;	/*行間*/
	padding: 10px;		/*ボックス内の余白*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定。*/

  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  right : 0px;
}
/*電話番号の文字設定*/
header address .tel{
	font-size: 18px;	/*文字サイズ*/
	color: #f19124;		/*文字色*/
	display: block;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menu ul{
/* SVG as background image (IE9/Chrome/Safari/Opera) */ 
background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3MzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkFCNEMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGRjhCNEMiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3MzcpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,136,0,1.0)), to(rgba(255,89,0,1.0)));	/*グラデーション。RGBA設定。0.7が透明度で他の数字が色のRGB値。*/
	background-image: -webkit-linear-gradient(rgba(255,136,0,0.9), rgba(255,89,0,1.0));	/*同上*/
	background-image: linear-gradient(rgba(255,136,0,0.9), rgba(255,89,0,1.0));			/*同上*/
	border-radius: 0px;		/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	padding-left: 36px;
	margin-bottom: 25px;
	height: 56px;
}
/*メニュー１個ごとの設定*/
nav#menu ul li{
	float: left;
	width : 12%;	/*メニュー幅*/
	border-right: 1px solid #e57030;	/*メニューの右側の線の幅、線種、色*/
	text-align: center;
}
nav#menu ul li a{
	color: #FFF;		/*文字色*/
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	line-height: 20px;
	padding-top: 10px;
  font-size : 16px;
  font-weight : normal;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child{
	border-left: 1px solid #e57030;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menu ul li a:hover{
	background-color: #e57030;		/*背景色*/
}
/*英語表記の設定*/
nav#menu ul li a span{
	font-size: 9px;	/*文字サイズ*/
	color: #eeeab3;	/*文字色*/
	display: block;
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	line-height: 15px;
	padding-bottom: 11px;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg{
	clear: left;
	width: 980px;
	height: 300px;
	position: relative;
	border-radius: 10px;		/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	margin-bottom: 25px;
}
#mainimg img{
	border-radius: 10px;	/*角丸のサイズ*/
	vertical-align: bottom;
}
#mainimg .slide_file{
	display: none;
}
#slide_image{
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2{
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents{
	clear: left;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main{
	float : left;	/*右側に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2{
	background-color : #ef8100;	/*背景色（古いブラウザだとここの色のみが出ます）*/	/*丸いマーク画像の読み込みとグラデーション*/
	background-image: url(../images/arrow1.png), -webkit-linear-gradient(#f6bb75, #ef8d1a 49%, #ef8100 50%);	/*同上*/			/*同上*/
	background-repeat: no-repeat;		/*背景の丸いマーク画像をリピートしない設定*/
	background-position: left center;	/*背景の丸いマーク画像の位置*/
	font-size : 100%;
	padding : 0px 10px 0px 34px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius: 10px;	/*角丸のサイズ*/
	color : #ffffff;			/*文字色*/
	line-height : 40px;		/*行間*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅の設定*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
	border : 1px solid #ef8100;	/*枠線の幅、線種、色*/

  background-image : url(../images/arrow1.png);
}
/*mainコンテンツのh3タグの設定*/
#main h3{
	border-radius: 10px;	/*角丸のサイズ*/
	background-color : #ffeac9;	/*背景色（古いブラウザだとここの色のみが出ます）*/	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #ffeac9);	/*同上*/			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	clear: both;
	border : 1px solid #f8c87f;	/*枠線の幅、線種、色*/
	color : #f19124;	/*文字色*/

  background-repeat : no-repeat;
  background-position : right center;
}
/*mainコンテンツの段落タグ設定*/
#main p{
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub{
	float : right;	/*左側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2{
	border : 0px;	/*枠線の幅、線種、色*/
	border-radius: 10px 10px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding : 5px;	/*左から、上下、左右への余白*/
	background-color : orange;	/*背景色（古いブラウザだとここの色のみが出ます）*/	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f6bb75, #ef8d1a 49%, #ef8100 50%);	/*同上*/
  color : white;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul.submenu{
	margin-bottom: 15px;
		/*左側の線の幅、線種、色*/	/*右側の線の幅、線種、色*/	/*左側の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a{
	text-decoration: none;
	display: block;
	border-bottom : 1px solid #cccccc;	/*下側の線の幅、線種、色*/
	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
  padding-bottom : 3px;
  padding-top : 3px;
  background-color : white;
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover{
	background-color: #ffeac9;	/*背景色*/
}
/*見出しにメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul.submenu{
	border-top: none;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer{
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;	/*文字色*/
	background: #f19124;	/*背景色*/

  width : 100%;
}
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;
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list section{
	float: left;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*グラデーション*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*グラデーション*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;			/*同上*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*中身をセンタリング*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}
#main .list section a{
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 10px;	/*ボックス内の余白*/
	display: block;
	width: 140px;	/*幅*/	/*高さ*/

  height : 270px;
}
/*スタッフ名*/
#main .list section h4{
	color : #f19124;	/*文字色*/
	font-size : 12px;
  text-align : center;
  line-height : 14px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
/*サムネイル内のアイコン位置*/
#main .list section .icon{
	position: absolute;
	right: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
}
/*マウスオン時のボックス*/
#main .list section a:hover{
	background: #ffeac9;	/*背景色*/
}

/*オプションサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list2 section{
	float: left;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image : linear-gradient(#ffffff, #e3e3e3);	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*グラデーション*/			/*グラデーション*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;			/*同上*/
	font-size : 12px;	/*文字サイズ*/
	text-align: center;	/*中身をセンタリング*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}
#main .list2 section a{
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 10px;	/*ボックス内の余白*/
	display: block;
	width : 140px;	/*幅*/	/*高さ*/

  height : 100px;
}
/*スタッフ名*/
#main .list2 section h4{
	color : #f19124;	/*文字色*/
	font-size : 12px;
  text-align : center;
  line-height : 1.5;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
/*サムネイル内のアイコン位置*/
#main .list2 section .icon{
	position: absolute;
	right: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
}
/*マウスオン時のボックス*/
#main .list2 section a:hover{
	background: #ffeac9;	/*背景色*/
}

/*mainコンテンツのh3タグの設定*/
#main .list2 h3{
	border-radius: 10px;	/*角丸のサイズ*/
	background-color : #ffeac9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image : url(../images/ya.png);	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #ffeac9);	/*同上*/			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	clear: both;
	border : 1px solid #f8c87f;	/*枠線の幅、線種、色*/
	color : #f19124;	/*文字色*/

  background-repeat : no-repeat;
  background-position : right center;
}

/*店舗サムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list3 section{
	border-radius: 10px;		/*角丸のサイズ*/
	float: left;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/

	font-size : 12px;	/*文字サイズ*/
	text-align: center;	/*中身をセンタリング*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}
#main .list3 section a{
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding : 10px;	/*ボックス内の余白*/
	display: block;
	width: 140px;	/*幅*/	/*高さ*/

  height : 130px;
}
/*スタッフ名*/
#main .list3 section h4{
	color : #f19124;	/*文字色*/
	font-size : 12px;
  text-align : center;
  line-height : 12px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
/*サムネイル内のアイコン位置*/
#main .list3 section .icon{
	position: absolute;
	right: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
}
/*マウスオン時のボックス*/
#main .list3 section a:hover{
	background: #ffeac9;	/*背景色*/
}


/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main .staff{
	margin-right: 10px;
	margin-left: 10px;
}
/*左側ボックス*/
#main .staff .left{
	float: left;	/*左に回り込み*/
	width: 250px;	/*幅*/
	padding-bottom: 15px;
}
#main .staff .left p{
	padding: 0px;
}
/*右側ボックス*/
#main .staff .right{
	width: 400px;	/*幅*/
	float: right;	/*右に回り込み*/
	padding-bottom: 15px;
}
/*テーブル内の左側*/
#main .staff .right .ta1 th{
	width: 100px;	/*幅*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1{
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #ffeac9;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e2e2e2;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color : orange;	/*背景色（古いブラウザだとここの色のみが出ます）*/	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/

  color : white;
}
/*schedule-table*/
.ta1.schedule-table th{
	width: auto;
}
.ta1.schedule-table td{
	width: 12%;
	text-align: center;
}
/*submitボタンの設定*/
input[type="submit"],
input[type="button"]{
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #f19124;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffac4e), to(#f19124));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ffac4e, #f19124);	/*同上*/
	background-image: linear-gradient(#ffac4e, #f19124);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	color: #FFF;		/*文字色*/
}
input[type="reset"],
input[type="button"]{
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #f19124;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image : linear-gradient(#ffac4e, #f19124);	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ffac4e, #f19124);	/*同上*/			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	color: #FFF;		/*文字色*/
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover{
	background-color: #ffac4e;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f19124), to(#ffac4e));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f19124, #ffac4e);	/*同上*/
	background-image: linear-gradient(#f19124, #ffac4e);			/*同上*/
}
/*submitボタンのマウスオン時の設定*/
input[type="reset"]:hover,
input[type="button"]:hover{
	background-color: #ffac4e;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f19124), to(#ffac4e));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f19124, #ffac4e);	/*同上*/
	background-image: linear-gradient(#f19124, #ffac4e);			/*同上*/
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop{
	clear: both;
}
#pagetop a{
	color : #ffffff;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color : #f19124;	/*背景色*/
	border-radius: 10px 10px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;
}
/*マウスオン時*/
#pagetop a:hover{
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look{
	background: #dcdcdc;
}
.mb15{
	margin-bottom: 15px;
}
.clear{
	clear: both;
}
ul.disc{
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1{
	color: #f61468;
}
.pr{
	font-size: 10px;
}
.btn{
	font-size: 13px;
}
.wl{
	width: 96%;
}
.ws{
	width: 50%;
  }.ws_ninpu{
	width: 50%;
  height : auto;
}
.c{
	text-align: center;
}
figcaption{
	font-size : 12px;
}
#menubar_hdr{
	display: none;
}
.inner{
  width : 960px;
}

#caption{
  font-size : 12px;
  font-weight : normal;
  background-color : orange;
  padding-left : 28px;
  color : white;
}
figure img{
  text-align : center;
}

.saizu{
  text-align : center;
  padding-bottom : 5px;
}

.play{
  text-align : center;
  padding-top : 5px;
  }.play img{
  padding-right : 2px;
}

#topinfo{
  color : white;
  background-color : orange;
  }
#topinfo h2{
  font-size : 11px;
  text-align : center;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  padding-left : 28px;
}#topinfo2{
  font-size : 11px;
  text-align : right;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  padding-left : 28px;
}



#sita{
  width : 100%;
  text-align : left;
  margin-left : auto;
  margin-right : auto;
  height : auto;
  margin-top : auto;
  margin-bottom : 20px;border-width : 0px;border-style : solid;border-color : silver;
  clear : both;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 10px;
}

.sita01{
  width : 12%;
  float : left;
  padding-right : 10px;
}

.sita00{
  width : 40%;
  float : left;
  background-color : #fff6e7;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-right : 10px;
  text-align : left;
}

.sita_sns{
  width : 100%;
  padding-bottom : 5px;
}

/*下コンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/

.sita00{
	  
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
} 

/*メニュー１個ごとの設定*/
#sita ul.submenu li a{
	display: block;
	border-bottom : 1px solid #cccccc;	/*下側の線の幅、線種、色*/
	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/

  background-color : white;
  list-style-type : disc;
  text-decoration : none;
}
/*マウスオン時の設定*/
#sita ul.submenu li a:hover{
	background-color: #ffeac9;	/*背景色*/
}
.sita_menu{
	border-radius: 10px 10px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/  color : white;
  background-color : orange;
  padding-left : 3px;
  font-size : 16px;
}

.mb15 img{
  border-radius: 10px 10px 10px 10px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
}

.op_img{
  text-align : center;
}

.font-r3{
  color : red;
}

.ta1 br{
  display : none;
}

.r{
  color : red;
  font-size : 16px;
  font-weight : bold;
}

/*menu.html内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu{
	font-size: 16px;	/*文字サイズ*/
	padding-bottom : 10px;
	text-align: center;	/*メニューテキストをセンタリング*/
}
ul.navmenu li{
	display: inline;
}
ul.navmenu li a{
	background : url(../images/arrow072_02.png) left center / auto auto no-repeat scroll padding-box border-box transparent;	/*矢印マークの設定*/
	padding-right: 20px;
	padding-left : 20px;
	text-decoration: none;
}
ul.navmenu li a:hover{
	background : url(../images/arrow072_01.png) left center / auto auto no-repeat scroll padding-box border-box transparent;	/*マウスオン時に矢印マークを2pxだけ移動させて表示する設定*/
}

.touroku{
  font-size : 16px;
  font-weight : bold;
  color : white;
  background-color : orange;
  padding-left : 10px;
  padding-top : 5px;
  padding-bottom : 5px;
}

input[type="checkbox"]{
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
}input[type="radio"]{
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  }input[type="text"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 96%;
border-width : 1px;border-style : solid;border-color : silver;
}

.link img{
  margin-right : 5px;
  margin-bottom : 5px;
}

.map li{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : gray;
}.ta_op br{
  visibility : none;
}.linkban img{
  margin-top : 5px;
}

.map ul{
  padding-left : 40px;
}

