@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #470e05;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ/行間、フォント*/
	background: #eae3dd url(../images/bg.png) no-repeat center top fixed;	/*背景色、背景画像読み込み、リピートしない、中央上部に配置、固定表示させる*/
}
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-style:none;
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #431007;	/*リンクテキストの色*/
}

a:focus { outline:none;}

a:hover {
	color: #f08d36;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 980px;	/*ボックス幅*/
	margin: 0 auto 0;
}

/*ヘッダー（h1タグが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: 100%;	/*ヘッダーブロックの幅*/
	margin-bottom: 10px;

}
/*h1タグ*/
header h1 {
	font-size: 10px;		/*文字サイズ*/
	font-weight: normal;	/*太字を標準にする設定*/
	text-align: right;		/*テキストを右側に*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 700px;	/*メインコンテンツ幅*/
	float: right;	/*右側に回り込み*/
	padding: 10px 0px 15px;	/*上、左右、下への余白*/
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	background-color: #eae3dd;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f160c), to(#421007));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4f160c, #421007);	/*同上*/
	background-image: linear-gradient(#4f160c, #421007);			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	clear: both;
	border-radius: 1px;	/*角丸のサイズ*/
	color: #FFF;		/*文字色*/
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 100%;
	padding: 5px 14px;	/*上下、左右への余白*/
	clear: both;
	border-radius: 6px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 2px 5px #e0e0e0;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #e0e0e0;			/*同上*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}



/*mainコンテンツ内　メインメニューのならび*/
.box {
	float: right;
	padding: 0px 0px 0px 50px;	/*上右下左への余白*/
}
.boxContainer {
	overflow: hidden;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}


.clearLeft { 
clear: right; 
}








/*おしながき.html内のブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	height: 300px;	/*ボックスの高さ*/
	width: 280px;	/*ボックスの幅*/
	border-radius: 0px;	/*角丸のサイズ*/
	-webkit-box-shadow: 1px 1px 5px #fee7d1;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/


	background-color: #e9e3dc;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e9e3dc, #e9e3dc);	/*同上*/
	background-image: linear-gradient(#e9e3dc, #e9e3dc);			/*同上*/
	padding: 15px;	/*ボックス内の余白*/
	float: left;
	margin: 0px 18px 10px;
	overflow: hidden;
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	font-size: 100%;
	color: #431007;	/*文字色*/
	border-bottom: 2px dotted #431007;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}








/*おしながき.html内喫茶メニューのブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list2 {

	width: 280px;	/*ボックスの幅*/
	border-radius: 0px;	/*角丸のサイズ*/
	-webkit-box-shadow: 1px 1px 5px #fee7d1;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/


	background-color: #e9e3dc;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e9e3dc, #e9e3dc);	/*同上*/
	background-image: linear-gradient(#e9e3dc, #e9e3dc);			/*同上*/
	padding: 15px;	/*ボックス内の余白*/
	float: left;
	margin: 0px 18px 10px;
	overflow: hidden;
}
/*ボックス内の段落タグ設定*/
#main section.list2 p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
}
/*ボックス内のh4タグ設定*/
#main section.list2 h4 {
	font-size: 100%;
	color: #431007;	/*文字色*/
	border-bottom: 2px dotted #431007;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}

/*ブロック横流し　左にテキスト右に画像
---------------------------------------------------------------------------*/
.boxyoko {
	float: left;
}


.boxContaineryoko {
	overflow: hidden;
}
/* clearfix */
.boxContaineryoko:before,
.boxContaineryoko:after {
    content: "";
    display: table;
}
 
.boxContaineryoko:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContaineryoko {
    zoom: 1;
}


/*ブロック横流し　左に画像右にテキスト
---------------------------------------------------------------------------*/
.boxyoko2 {
	float: right;
	margin-right: -10px;
}


.boxContaineryoko2 {
	overflow: hidden;

}
/* clearfix */
.boxContaineryoko2:before,
.boxContaineryoko2:after {
    content: "";
    display: table;

}
 
.boxContaineryoko2:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContaineryoko2 {
    zoom: 1;
}








/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {

	width: 240px;	/*サブコンテンツ幅*/
	height:1200px;	/*サブコンテンツ高さ*/
	float: left;	/*左側に回り込み*/
background-image: url("../images/menu/haikei.jpg");	/*背景画像みいきほロゴ背景*/
background-repeat: repeat-y;	/*背景画像くりかえしたてに*/


	background-color: rgba(255,255,255,0.7);	/*背景色。左３つの数字でRGB値での色を指定し、最後の小数点の数字で透明度を指定。*/
	border-radius: 2px;	/*角丸のサイズ*/
	padding: 10px;		/*余白*/
	text-align: center;	/*ボックス内をセンタリング*/
	-webkit-box-shadow: 1px 1px 5px #fee7d1;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 5px #fee7d1;			/*同上*/
	border: 1px solid #fbe2cb;	/*枠線の幅、線種、色*/
}
/*ロゴ*/
#sub #logo {
	padding: 0px 0px;	/*上下、左右へとる余白*/
}
/*subコンテンツのh2タグの設定*/
#sub h2 {
	background-color: #421007;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f160c), to(#421007));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4f160c, #421007);	/*同上*/
	background-image: linear-gradient(#4f160c, #421007);			/*同上*/
	font-size: 100%;
	padding: 5px 0;	/*上下、左右への余白*/
	clear: both;
	font-weight: normal;
	color: #FFF;	/*文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav#menubar ul {
	border-top: 1px solid #fbe2cb;	/*上側の線の幅、線種、色*/
	margin-bottom: 15px;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li a {
	letter-spacing: 0.1em;		/*文字間隔を少し広めにとる設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-bottom: 1px solid #fbe2cb;	/*下側の線の幅、線種、色*/
	display: block;
	text-decoration: none;
	padding: 15px 0px;	/*上下、左右への余白*/
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	background: #fff0e2;	/*背景色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 0.2em;
}
footer .pr {
	display: block;
	font-size: 90%;
}
footer a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{



	margin: 5px 15px 0px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/

}
/*記事設定*/
#new dd {
	border-bottom: 1px dotted #431007;	/*下線の幅、線種、色*/


}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 660px;
	margin: 0px auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
	background-color: rgba(255,255,255,0.4);	/*背景色。左３つの数字でRGB値での色を指定し、最後の小数点の数字で透明度を指定。*/
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);	/*背景色。左３つの数字でRGB値での色を指定し、最後の小数点の数字で透明度を指定。*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #7a7a7a;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8e8e8e), to(#7a7a7a));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#8e8e8e, #7a7a7a);	/*同上*/
	background-image: linear-gradient(#8e8e8e, #7a7a7a);			/*同上*/
	color: #FFF;	/*文字色*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #fff799;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffbc8), to(#fff799));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fffbc8, #fff799);	/*同上*/
	background-image: linear-gradient(#fffbc8, #fff799);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 15px;
}
#pagetop a {
	font-size: 10px;	/*文字サイズ*/
	background-color: #4f160c;	/*背景色*/
	text-decoration: none;
	text-align: center;
	border-radius: 20px;	/*角丸のサイズ*/
	border: 1px solid #fbe2cb;	/*線の幅、線種、色*/
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #4f160c;	/*背景色*/
	color: #4f160c;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #86a47d;
}
.color2 {
	color: #FF0033;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}




/*マウスオーバー
---------------------------------------------------------------------------*/
a:hover img.over {
position:relative;
top:1px;
left:1px;
	}













