@charset "utf-8";

/***************************************************************
-----------------------------------------------------------------

	florent 2012 Renewal
	/サイト内共通基本のスタイルシート
	                                                                         2012.5.10 by FLICKS
-----------------------------------------------------------------	
*************************************************************** */


/*------------------------------------------------------------
	基本
------------------------------------------------------------*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	background: transparent;
	vertical-align: baseline;
}

body {
	color: #333333;
	font: 82%/1.5 sans-serif;
}

img {
	border: none;
	vertical-align: bottom;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: bold;
}

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a {
	color: #333333;
	text-decoration: underline;
	overflow: hidden;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	filter:alpha(opacity=76);
	-moz-opacity: 0.76;
	opacity: 0.76;
}

/*------------------------------------------------------------
	table
------------------------------------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	line-height: 140%;
}

/*------------------------------------------------------------
	 レイアウト
------------------------------------------------------------*/
#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 645px;
}

body {
	background: #fbf8e9 url(../img/common/bg_01.jpg) repeat-x center top;
}

#wrapper {
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#wrapper #header {
	height: 85px;
}

#wrapper #header a:hover img {
	filter:none;
	-moz-opacity: 1;
	opacity: 1;
}

#wrapper #header h1 {
	float: left;
	padding-left: 5px;
}

#wrapper #header .reservation {
	float: right;
	padding-top: 40px;
}

#wrapper #header .reservation_2 {
	float: right;
	padding-top: 0px;
}

#wrapper #header .reservation a {
	padding: 0px 1px 0px 0px;
}
#wrapper #header .reservation a:hover {
	padding: 0px 0px 0px 1px;
}

/*------------------------------------------------------------
	header,footerの間のメイン部分
------------------------------------------------------------*/
#wrapper #main {
	background: url(../img/common/side/bg03_mid.jpg) repeat-y left top;
	margin-bottom: 15px;
}

#wrapper #main-inner {
	background: url(../img/common/side/bg03_btm.png) no-repeat left bottom;
}

#wrapper #main-inner:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#wrapper #main-inner {
	min-height: 1px;
}

* html #wrapper #main-inner {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*------------------------------------------------------------
	右側コンテンツ部分
------------------------------------------------------------*/
#wrapper #contents {
	float: right;
	width: 723px;
}

#wrapper #main #contents .contents-inner {
	padding: 25px;
}


#wrapper .contents-inner:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#wrapper .contents-inner {
	min-height: 1px;
}

* html #wrapper .contents-inner {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#wrapper #footer {
	clear: both;
	font-size: 80%;
	color: #A8866C;
	text-align: right;
	padding: 15px 15px 0px 0px;
	border-top: 1px none #C1A78A;
	background: url(../img/common/footer/bg.jpg) no-repeat left top;
	height: 80px;
	margin-top: 20px;
}

/*------------------------------------------------------------
	左サイドバー（トップのGナビ含む）
------------------------------------------------------------*/

#wrapper #side {
	float: left;
	background: url(../img/common/side/bg03_top.jpg) no-repeat left top;
}

#g-navi {
	width: 201px;
	color: #FFFFFF;
	padding: 20px 10px 50px;
}

#g-navi a img {
	padding: 0px 1px 0px 0px;
}

#g-navi a:hover img {
	padding: 0px 0px 0px 1px;
	filter:none;
	-moz-opacity: 1;
	opacity: 1;
}

#footer .tel {
	float: left;
	padding: 8px 0px 0px 26px;
}
.clear {
	clear: both;
}
#wrapper #header .shop {
	float: left;
	padding-top: 14px;
	padding-left: 22px;
}
