@charset "utf-8";
/* -------------------------------------
 * reset
 * ------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,tbody,th,td{margin:0em;padding:0em;}

table{border-collapse:collapse;border-spacing:0em;}
fieldset,img,abbr{border:0em;}
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
img{vertical-align:bottom; border:none;}


/* -------------------------------------
 * サイト共通
 * ------------------------------------- */

body {
	background:#F5F2F9;
	font-size:74.5%;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic","Sans-Serif";
	color:#333;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}

li {
	list-style:none;
	line-height:1.3;
}


	a:link    { color: #765C2F ; }
	a:visited { color: #765C2F ; }
	a:hover   { color: #E38984 ; text-decoration : underline ; }
	a:active  { color: #765C2F ; text-decoration : underline ; }
	

/* -------------------------------------
 * clearfix
 * ------------------------------------- */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* -------------------------------------
 * clear
 * ------------------------------------- */
 
.clear{
	clear:both;
	}

/* -------------------------------------
 * pagetop
 * ------------------------------------- */
 
.pagetop {
	width:867px;
	margin:0 auto 10px auto;
	text-align: right;
	background: url(../img/icon_pagetop.gif) no-repeat right;
	padding-right: 13px;
}

/* -------------------------------------
 * レイアウト
 * ------------------------------------- */

#container{
	font-size:140%;
	width:100%;
	margin:0 auto;
	padding:0px;
	background-image:url(../img/h_background.jpg);
	background-repeat : repeat-x;
}

/* -------------------------------------
 * ヘッダー
 * ------------------------------------- */

#header {
	width:910px;
	height:150px;
	margin:0 auto;
	background-image:url(../img/header.jpg) ;
	background-repeat:no-repeat;
}

#header h1 {
	margin-left:15px;
}

/* -------------------------------------
 * ヘッダーテキスト・文字サイズ
 * ------------------------------------- */

#header_box {
	width:880px;
	height:28px;
	margin:0 auto;
	padding-top:10px;
}

#header_box p {
	float:left;
	width:730px;
	font-size:10px;
	color:#765C2F;
}

#textsize {
	float:right;
	background-image:url(../img/textsize.jpg) ;
	width:145px;
	height:28px;
}

#textsize ul {
	width:75px;
	margin-left:70px;
}

#textsize ul li {
	float:left;
	padding:3px 5px 3px 0px;
	display: inline; /* Prevents "stepdown" */
}

#textsize ul li.small a {
  background: #FFF url(../img/small_over.gif) left top no-repeat;
  color: #000;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 20px;
  height: 20px;
}

#textsize ul li.small a:hover {
  background-color: #E6CFAE3;
  color: #663300;
  
}

#textsize ul li.small a img {
  background-color: #E6CFAE3;
  width: 20px;
  height: 20px;
}

#textsize ul li.small a:hover img {
  position: relative;
  width: 20px;
  height: 20px;
  top: -20px;
}

/* ------------------------------------- */

#textsize ul li.medium a {
  background: #FFF url(../img/medium_over.gif) left top no-repeat;
  color: #000;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 20px;
  height: 20px;
}

#textsize ul li.medium a:hover {
  background-color: #E6CFAE3;
  color: #663300;
  
}

#textsize ul li.medium a img {
  background-color: #E6CFAE3;
  width: 20px;
  height: 20px;
}

#textsize ul li.medium a:hover img {
  position: relative;
  width: 20px;
  height: 20px;
  top: -20px;
}

/* ------------------------------------- */

#textsize ul li.large a {
  background: #FFF url(../img/large_over.gif) left top no-repeat;
  color: #000;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 20px;
  height: 20px;
}

#textsize ul li.large a:hover {
  background-color: #E6CFAE3;
  color: #663300;
  
}

#textsize ul li.large a img {
  background-color: #E6CFAE3;
  width: 20px;
  height: 20px;
}

#textsize ul li.large a:hover img {
  position: relative;
  width: 20px;
  height: 20px;
  top: -20px;
}


/* -------------------------------------
 * グローバルナビ
 * ------------------------------------- */

#globalnavi {
	width:884px;
	margin:0px auto;
}

/* ------------------------------------- */

#globalnavi ul {
	width:884px;
	height:36px;
	}

#globalnavi ul li {
	display: inline; /* Prevents "stepdown" */
}
	
#globalnavi ul li.menu01 a {
  background: #FFF url(../img/navi01_over.jpg) left top no-repeat;
  color: #000;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-right:1px;
  width: 176px;
  height: 36px;
  float:left;
}

#globalnavi ul li.menu01 a:hover {
  background-color: #E6CFAE3;
  color: #663300;
  
}

#globalnavi ul li.menu01 a img {
  background-color: #E6CFAE3;
  width: 176px;
  height: 36px;
}

#globalnavi ul li.menu01 a:hover img {
  position: relative;
  width: 176px;
  height: 36px;
  top: -36px;
}

/* ------------------------------------- */

#globalnavi ul li.menu02 a {
  background: #FFF url(../img/navi02_over.jpg) left top no-repeat;
  color: #000;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-right:1px;
  width: 176px;
  height: 36px;
  float:left;
}

#globalnavi ul li.menu02 a:hover {
  background-color: #E6CFAE3;
  color: #663300;
  width: 176px;
  height: 36px;
}

#globalnavi ul li.menu02 a img {
  background-color: #E6CFAE3;
  width: 176px;
  height: 36px;
}

#globalnavi ul li.menu02 a:hover img {
  position: relative;
  width: 176px;
  height: 36px;
  top: -36px;
}


/* ------------------------------------- */

#globalnavi ul li.menu03 a {
  background: #FFF url(../img/navi03_over.jpg) left top no-repeat;
  color: #000;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-right:1px;
  width: 176px;
  height: 36px;
  float:left;
}

#globalnavi ul li.menu03 a:hover {
  background-color: #E6CFAE3;
  color: #663300;
  width: 176px;
  height: 36px;
}

#globalnavi ul li.menu03 a img {
  background-color: #E6CFAE3;
  width: 176px;
  height: 36px;
}

#globalnavi ul li.menu03 a:hover img {
  position: relative;
  width: 176px;
  height: 36px;
  top: -36px;
}

/* ------------------------------------- */

#globalnavi ul li.menu04 a {
  background: #FFF url(../img/navi04_over.jpg) left top no-repeat;
  color: #000;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-right:1px;
  width: 176px;
  height: 36px;
  float:left;
}

#globalnavi ul li.menu04 a:hover {
  background-color: #E6CFAE3;
  color: #663300;
  width: 176px;
  height: 36px;
}

#globalnavi ul li.menu04 a img {
  background-color: #E6CFAE3;
  width: 176px;
  height: 36px;
}

#globalnavi ul li.menu04 a:hover img {
  position: relative;
  width: 176px;
  height: 36px;
  top: -36px;
}

/* ------------------------------------- */

#globalnavi ul li.menu05 a {
  background: #FFF url(../img/navi05_over.jpg) left top no-repeat;
  color: #000;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 176px;
  height: 36px;
  float:left;
}

#globalnavi ul li.menu05 a:hover {
  background-color: #E6CFAE3;
  color: #663300;
  width: 176px;
  height: 36px;
}

#globalnavi ul li.menu05 a img {
  background-color: #E6CFAE3;
  width: 176px;
  height: 36px;
}

#globalnavi ul li.menu05 a:hover img {
  position: relative;
  width: 176px;
  height: 36px;
  top: -36px;
}


/* -------------------------------------
 * コンテンツ
 * ------------------------------------- */

#wrapper{
	width:910px;
	margin:0px auto;
	background-color:#FFF;
	clear:both;
}

/* -------------------------------------
 * フラッシュ
 * ------------------------------------- */

#flash {
	width:884px;
	margin:0 auto;
}

/* -------------------------------------
 * サイド（共通）
 * ------------------------------------- */

#side {
	float:left;
	width:210px;
	padding:0px 20px 0px 15px;
	margin:10px 0px;
}


#side ul li {
  margin-bottom: 10px;
}


#qa {
	background: #F4EFE7 url(../img/qa.gif) left top no-repeat;
	width:190px;
	padding:40px 10px 10px 10px;
	margin-bottom:10px;
	}

#side dl {
	width:210px;
	}

#side dl dd {
	padding-top:3px;
	color:#765C2F;
	}

/* -------------------------------------
 * サイドメニューロールオーバー
 * ------------------------------------- */


#side ul li.menu01 a {
	background: #FFF url(../img/banner210_175_over.jpg) left top no-repeat;
	color: #000;
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 210px;
	height: 175px;
}

#side ul li.menu01 a:hover {
  background-color: #E6CFAE3;
  color: #663300;
}

#side ul li.menu01 a img {
  background-color: #E6CFAE3;
}

#side ul li.menu01 a:hover img {
  position: relative;
  top: -175px;
}

/* ------------------------------------- */

#side ul li.menu02 a {
  background: #FFF url(../img/banner_recipe_over.jpg) left top no-repeat;
  color: #000;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 210px;
  height: 70px;
}

#side ul li.menu02 a:hover {
  background-color: #E6CFAE3;
  color: #663300;
}

#side ul li.menu02 a img {
  background-color: #E6CFAE3;
}

#side ul li.menu02 a:hover img {
  position: relative;
  top: -70px;
}

/* ------------------------------------- */

#side ul li.menu03 a {
  background: #FFF url(../img/banner_party_over.jpg) left top no-repeat;
  color: #000;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 210px;
  height: 70px;
}

#side ul li.menu03 a:hover {
  background-color: #E6CFAE3;
  color: #663300;
}

#side ul li.menu03 a img {
  background-color: #E6CFAE3;
}

#side ul li.menu03 a:hover img {
  position: relative;
  top: -70px;
}


/* -------------------------------------
 * メインカラム
 * ------------------------------------- */

#main {
	float:right;
	width:650px;
	padding-right:15px;
	margin:10px 0px;
}

/* -------------------------------------
 * 新着情報
 * ------------------------------------- */

#infoboard {
	 background: #FFF url(../img/infoboard.jpg) left top no-repeat;	
	 width:650px;
	 height:265px;
	 margin-bottom:10px;
}

#infoboard p {
	padding:55px 10px 0 10px;
}


/* -------------------------------------
 * レストランナビ
 * ------------------------------------- */

#restaurantnavi {
	width:638px;
	margin:0 auto;
	padding:10px 0px 10px 10px;
	border:1px solid #CCC;
}

#restaurantnavi h2 {
	background: #765C2F url(../img/top_restbar.jpg) left no-repeat;
	width:630px;
	height:23px;
}

#restaurantnavi h2 p {
	padding-left:140px;
	padding-top:2px;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	color:#FFF;
}


#restaurantnavi ul {
	width:636px;
	margin:10px auto 0px auto;
}

#restaurantnavi ul li {
	width:150px;
	display: inline; /* Prevents "stepdown" */
	float:left;
	padding-right:9px;
}

#restaurantnavi ul li p.shopname {
	margin-top:5px;
	color:#765C2F;
	font-weight:bold;
	text-align:left;
	background: url(../img/icon_gold.gif) no-repeat left;
	padding-left: 18px;
}

#restaurantnavi ul li p.shousai {
	margin-top:8px;
	color:#765C2F;
}

#restaurantnavi ul li p.time {
	margin-top:15px;
	color:#765C2F;
}


/* -------------------------------------
 * お土産・物産品フロアナビ
 * ------------------------------------- */

#shoppingnavi {
	width:638px;
	margin:10px auto 0px auto;
	padding:10px 0px 10px 10px;
	border:1px solid #CCC;
}

#shoppingnavi h2 {
	background: #E6A5A1 url(../img/top_shopbar.jpg) left no-repeat;
	width:630px;
	height:23px;
}

#shoppingnavi h2 p {
	padding-left:170px;
	padding-top:2px;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	color:#FFF;
}


#shoppingnavi ul {
	width:636px;
	margin:10px auto 0px auto;
}

#shoppingnavi ul li {
	width:150px;
	display: inline; /* Prevents "stepdown" */
	float:left;
	padding-right:9px;
}

#shoppingnavi ul li p.shopname {
	margin-top:5px;
	color:#765C2F;
	font-weight:bold;
	text-align:left;
	background: url(../img/icon_pink.gif) no-repeat left;
	padding-left: 18px;
}

#shoppingnavi ul li p.shousai {
	margin-top:8px;
	color:#765C2F;
}

#shoppingnavi ul li p.time {
	margin-top:15px;
	color:#765C2F;
}

/* -------------------------------------*/

#shoppingnavi ul li p.banner01 a{
	margin-top:8px;
	background: #FFF url(../img/catalog01_over.gif) left top no-repeat;
	color: #000;
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 150px;
	height: 20px;
}
	
#shoppingnavi ul li p.banner01 a:hover {
  background-color: #E6CFAE3;
  color: #663300;
}

#shoppingnavi ul li p.banner01 a img {
  background-color: #E6CFAE3; 
}

#shoppingnavi ul li p.banner01 a:hover img {
  position: relative;
  top: -20px;
}

/* -------------------------------------*/

#shoppingnavi ul li p.banner02 a{
	margin-top:8px;
	background: #FFF url(../img/catalog02_over.gif) left top no-repeat;
	color: #000;
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 150px;
	height: 20px;
}
	
#shoppingnavi ul li p.banner02 a:hover {
  background-color: #E6CFAE3;
  color: #663300;
}

#shoppingnavi ul li p.banner02 a img {
  background-color: #E6CFAE3; 
}

#shoppingnavi ul li p.banner02 a:hover img {
  position: relative;
  top: -20px;
}

/* -------------------------------------
 * フラッシュインフォ
 * ------------------------------------- */

#flashInfo {
	clear: both;
	width:880px;
	margin: 5px auto;
	padding-top: 10px;
	font-size: 80%;
	color:#765C2F;
}

/* -------------------------------------
 * フッター（共通）
 * ------------------------------------- */

#footer {
	width:884px;
	height:105px;
	margin:0 auto;
	padding-top:10px;
	font-size:10px;
	background:url(../img/footer.jpg) left bottom no-repeat;
}

#footer ul {
	font-size:10px;
	padding-left:0;
	color:#765C2F;
	}

#footer ul li {
	border-left: 1px solid #999999;
	display:inline;
	margin-right: 3px;
	padding-left: 3px;
}

#footer ul li a:hover {
	color: #CC0000 ; text-decoration : underline ; 
}

.footer_left {
	float:left;
	width:440px;
}

.footer_right {
	float:right;
	width:430px;
	text-align:right;
}

#address {
	clear:both;
	width:870px;
	margin:0 auto;
	padding:10px 0 0 5px;
	font-size:12px;
	color:#FFF;
}

.logo {
	font-weight:bold;
	font-size:14px;
}

#copy {
	width:870px;
	margin:0 auto;
	padding-right:10px;
	text-align:right;
	font-size:10px;
	color:#FFF;
}
		
#copy a {
	color: #FFCCCC;
	font-size: 10px;
	text-decoration:none;
}

#copy a:hover {
	color: #FFCCCC;
	text-decoration : underline ;
}
