                 @charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	color: #987A31;
	background-color: #E6D18E;

	background-repeat: repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: normal;
	margin: 0px;
}
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h1, h3, h4, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
h5 {
	font-size: 12px;
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
h2 {
	margin-top: 0px;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 20px;
	padding-left: 25px;
	margin-right: 25px;
	margin-left: 15px;
	color: #FFF;
	font-size: 16px;
	padding-top: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	padding-bottom: 2px;
	background-image: url(../img/rigi_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #8C5B2B; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #8C5B2B;
	font-weight: normal;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
	color: #660000;
}
.slideshow {
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-image: url(url);
}

.sidetop {
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
	height: 7px;
	width: 158px;
	margin-left: 0px;
	background-color: #7EBCAC;
}
.main2 {
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 960px;
	background-color: #FFF;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.main3 {
	background-color: #FFF;
	padding: 20px;
}
.main4 {
	color: #633;
	margin-top: 20px;
	padding-right: 15px;
	text-align: center;
	margin-left: auto;
	width: 775px;
	margin-right: auto;
	padding-bottom: 30px;
}
.main4 a:link,  a:visited{
	color: #8C5B2B; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
	text-decoration: none;
	font-weight: normal;ight: 15px;
}
.main4 a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
	color: #660000;
}



.main5 {
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 1200px; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../img/cont_bg.jpg);
	background-repeat: repeat-y;
}
.container2 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-repeat: repeat;
	width: 1200px;
	background-image: url(../img/bg_body2.jpg);
); }
/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	height: 385px;
	width: 1200px;
	
	margin-top: 0px;
}
.header1 {
	height: 360px;
	width: 1200px;
	background-image: url(../img/bg_body2.jpg);
	margin-top: 0px;
}
.headertop {
	font-size: 12px;
	text-align: right;
	height: 90px;
	width: 1200px;
	color: #FFF;
	background-color: #7EBDAC;
	background-image: url(../img/cafe_header_logo.jpg);
}
.headertop2 {
}
.header2 {
	width: 990px;
	text-align: right;
	margin-right: 10px;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	height: 33px;
	vertical-align: top;
	white-space: nowrap;
}
.header3 {
	width: 1200px;
	margin-top: 20px;
	text-align: center;
}
.header4 {
	width: 1200px;
	text-align: center;
	margin-bottom: 0px;

	height: 270px;
}
/* ~~ メニュー~~ */

.menu {
	background-image: url(../img/menu.jpg);
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu li {
	float: left;
}
.menu li a {
	display: block;
	text-indent:-9999px;
	width: 200px;
	height: 73px;
	background-position: top;
}
.menu li a:hover {
	display: block;
	text-indent: -9999px;
	width: 200px;
	height: 73px;
	background-position: bottom;
}
#bt06 a {
	display: block;
	text-indent: -9999px;
	width: 200px;
	height: 61px;
	background-position: top;
}
;
#bt06 a:hover {
	display: block;
	text-indent: -9999px;
	width: 200px;
	height: 61px;
	background-position: bottom;
}
.bt01 {
	background-image: url(../img/menu_01.jpg);
}
.bt02 {
	background-image: url(../img/menu_02.jpg);
}
.bt03 {
	background-image: url(../img/menu_03.jpg);
}
.bt04 {
	background-image: url(../img/menu_04.jpg);
}
/* ~~ レイアウトに使用するカラムです。~~ 

1) 余白は、div の上部または下部にのみ配置されます。これらの div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

2) カラムはすべてフロートしているため、マージンは指定されていません。マージンを追加する必要がある場合は、フロート方向には指定しないでください (例えば、右フロートに設定した div の右マージン)。多くの場合、代わりに余白を使用できます。このルールに従わない場合は、div のルールに「display:inline」宣言を追加し、一部のバージョンの Internet Explorer でマージンが 2 倍になるバグを回避する必要があります。

3) クラスはドキュメント内で複数回使用できるので (またエレメントには複数のクラスを適用できます)、カラムには ID ではなくクラス名が割り当てられます。例えば、必要に応じて 2 つのサイドバー div をスタックできます。クラスを各ドキュメントで一度しか使用しないのであれば、ユーザーの好みに応じて、クラス名を ID に変更することができます。

4) ナビゲーションを左ではなく右に配置したい場合、これらのカラムを反対方向にフロートさせると (すべて左方向にする代わりに、すべて右方向に設定)、反転してレンダリングされます。HTML ソース内で div を移動する必要はありません。

*/

.contentall {
	float: left;
	width: 1000px;
}
.top_o1 {
	width: 270px;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	border: 1px solid #999;
	float: left;
	margin-left: 20px;
	font-size: 14px;
	background-color: #FAF5E7;
	background-image: url(../img/top_01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 20px;
}
.top_o1 ul {
	padding-left: 15px;
}
.top_o1 ul a {
	font-weight: bold;
	color: #369;
}
.top_o2 {
	width: 270px;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	border: 1px solid #999;
	float: left;
	margin-left: 15px;
	font-size: 14px;
	background-image: url(../img/top_02.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FAF5E7;
	margin-bottom: 20px;
}
.top_o2 ul {
	padding-left: 15px;
}
.top_o2 ul a {
	font-weight: bold;
	color: #369;
}
.bt05 {
	background-image: url(../img/menu_05.jpg);
}
.top_o3 {
	width: 270px;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	border: 1px solid #999;
	float: left;
	margin-left: 15px;
	font-size: 14px;
	background-image: url(../img/top_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FAF5E7;
	margin-bottom: 20px;
}
.top_o3 ul {
	padding-left: 15px;
}
.top_o3 ul a {
	font-weight: bold;
	color: #369;
}

#menu {
	width: 160px;
	padding-bottom: 10px;
	clear: right;
	float: left;
	position: relative;
}
.content {
	width: 800px;
	float: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content2 {
	width: 100%;
	float: right;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E3BD59;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 16px;
	line-height: 25px;
	
}
/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}
/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
	list-style: none; /* リンク用の上部のボーダーを作成します。他のすべてのものは LI 上で下部のボーダーを使用して配置されます。 */
	margin-bottom: 15px;
	font-size: 15px;
	width: 158px;
}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E0C5;
}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	width: 148px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #7EBDAC;
	color: #FAFAF5;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	color: #F2E7C1;
	background-color: #94924E;
}
/* ~~ フッター ~~ */
.footer {
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0;
	height: 28px;
	text-align: right;
}
.footer_w {
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0;
	height: 28px;
	text-align: right;
	background-color: #FFF;
}
.footer2 {
	color: #D6C098;
	clear: both;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #5A5A02;
	background-position: bottom;
	height: 200px;
}.footer2 a, a:visited, a:hover, ul.nav a:active {
	color: #D6C098;
	text-decoration: none;
}
.footer_naka {
	color: #D6C098;
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	font-size: 14px;
	height: 170px;
	background-color: #5A5A00;
	background-image: url(../img/footer_bg.jpg);
}
.footer_naka a, a:visited, a:hover, ul.nav a:active {
	color: #D6C098;
}
.footer_naka_left {
	width: 410px;
	float: left;
	padding-left: 20px;
	color: #D6C098;
	font-size: 14px;
}
.footer_naka_left a, a:visited, a:hover, ul.nav a:active {
	color: #D6C098;
}
.footer_naka_right1 {
	width: 106px;
	float: left;
	clear: right;
	margin-left: 8px;
	font-size: 14px;
	color: #D6C098;
}
.footer_naka_right1 a, a:visited, a:hover, ul.nav a:active {
	color: #D6C098;
	text-decoration: none;
}
.copy2 {
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	color: #B6AA9E;
	font-size: 12px;
	background-image: url(../img/copy_bg.jpg);
	background-color: #543A17;
}
.copy_naka {
	width: 990px;
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background-color: #381F0B;
	background-image: url(../img/copy_bg.jpg);
}
.obi2 {
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	width: 900px;
	padding-left: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	background-image: url(../img/copy_bg2.jpg);
	background-position: top;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #424200;
	border-left-color: #484800;
	font-size: 16px;
}
.obi {
	font-weight: normal;
	color: #066;
	padding-top: 10px;
	width: 912px;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	background-image: url(../img/navi_bg_01.jpg);
	background-position: 20px bottom;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #066;
	border-left-color: #366;
}
.red {
	font-weight: normal;
	color: #513F33;
	padding-top: 3px;
	width: 912px;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #785D4C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #785D4C;
	background-image: url(../img/bannaer_bg1.jpg);
}
.btm20 {
	margin-bottom: 20px;
}
.btm15 {
	margin-bottom: 15px;
}
.text12 {
	font-size: 12px;
}
.maru {
	color: #069;
}
.text14 {
	font-size: 14px;
	line-height: normal;
}
.textred {
	font-size: 12px;
	color: #C00;
}
table {
	margin-left: 15px;
	margin-bottom: 20px;
	margin-right: 10px;
}
th {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #F6EECF;
	font-style: normal;
	background-image: url(../img/higawari_bg.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
td {
	color: #999;
	background-color: #001500;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E3BD59;
	background-repeat: no-repeat;
	background-position: bottom;
}
.ws_f {
 url(images/satoyama_bgpngf.jpg);
	background-repeat: repeat-y;
	width: 700px;
	background-image: url(../img/satoyama_bgf.jpg);
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
.ws {
	font-size: 14px;
	color: #333;
	background-image: url(../img/satoyama_bgpng.jpg);
	background-repeat: repeat-y;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	width: 660px;
	padding-bottom: 0px;
}
.ws2 {
	font-size: 14px;
	color: #333;
	background-image: url(../img/satoyama_bg2.jpg);
	background-repeat: repeat-y;
	height: 68px;
	width: 700px;
}
.img {
	height: 139px;
	width: 700px;
}
.pop {
	width: 700px;
	margin-top: 25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.wakuall {
	margin: 20px auto 40px;
	width: 775px;
	background-image: url(../img/kazariwaku.jpg);
	background-repeat: repeat-y;
}
.waku {
	font-size: 14px;
	color: #630;
	width: 715px;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(../img/kazariwaku-top.jpg);
	background-repeat: no-repeat;
	line-height: 25px;
}
.waku2 {
	font-size: 12px;
	color: #630;
	width: 700px;
	background-image: url(../img/kazariwaku-bellow.jpg);
	background-repeat: no-repeat;
	height: 55px;
	padding-right: 45px;
	padding-left: 30px;
	text-align: right;
}

.text10 {
	font-size: 10px;
	line-height: 20px;
}
.white {
	background-color: #F5E8C5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	color: #333;
}
.orange {
	background-color: #1E1E1E;
	padding-bottom: 30px;
	padding-top: 30px;
}
.fb {
	width: 158px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fb2 {
	margin-left: 10px;
	background-color: #FEF9E7;
	font-size: 13px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid #DBC7A8;
}
.font1 {
	font-family: "HG行書体";
	font-size: 15px;
	line-height: 18px;
}
.font2 {
	font-family: "HG行書体";
	font-size: 18px;
	line-height: 20px;
}
.fontred {
	font-size: 15px;
	font-weight: bold;
	color: #C00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cocept_cafe {
	background-color: #FDFBFC;
	border: 3px solid #9C7C31;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #735B24;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	line-height: 25px;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(../img/b.jpg);
}
.cocept_cafe p{
	text-indent: -20px;
}
