@charset "utf-8";
/******************************************************************
 *割烹御宿みよや様サイト用CSS                      2009/01/06～   *
 *（サイト全体に使用・リセットとサイト共通スタイル設定）          *
 ******************************************************************/

/* reset */
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,
p,blockquote,table,th,tr,td,img,a
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
	text-decoration:none;
	border: none;
}
hr{
	display: none;
}

/* clearfix */
/* clearfixはfloat使用時に親要素の背景が途切れるのを防ぐのに使用します。親要素にこのクラスを適用します。 */
/* for modern browser */
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

html{
}
/* 全てのブラウザでフォントサイズを統一します。IEでも拡大縮小時にサイズ変更可能です。 */
body {
	font: 16px "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
/*	background:url(../img/common/bodyBg.jpg) repeat-y top center #faf5f2 fixed; */
	background:url(../img/common/bodyBg.jpg) no-repeat top center #faf5f2 scroll;
	color: #333333;
	font-weight:normal;
}
/* IE6 */
* html body { font-size:100%; }
/* IE7 */
*:first-child+html body { font-size:100%; } 

/* 左寄せ */
.left{
	float:left;
}
/* 右寄せ */
.right{
	float:right;
}
/* 中央ぞろえ */
.center{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
/* 解除 */
.clear{
	clear:both;
}


a {
	text-decoration:none;
	color: #663300;
	outline: 0;
}
a:visited{
	color: #663333;
}
img{
	border: none;
}
#title_img{
	position:absolute;
	top: 0;
	left: 4px;
	width: 218px;
	height: 87px;
	z-index: 100
}
#wrapper{
	position:relative;
	width: 820px;
	margin: 0 auto;
	padding: 0 0 0 56px;
	height:auto;
}
#decoration_left{
width:165px; height:217px;
position:absolute;
top:0px;
left:-166px;
overflow:visible;
background:url(../img/common/decoration_left.gif) no-repeat;
}
#decoration_right{
width:173px; height:336px;
position:absolute;
top:160px;
left:757px;
overflow:visible;
background:url(../img/common/decoration_right.gif) no-repeat;
}













#main_area {
	width: 758px; 
	text-align: left;
	height:auto;
	margin:0 auto;
}
#header{
	width: 880px; 
	margin: 0 auto; 
	text-align: left;
	padding:0;
	height: 90px;
	position:relative;
}

/* グローバルナビゲーション */
ul#global_navi{
	position:absolute;
	top:48px;
	right: 12px;
	width: 645px;
	height: 33px;
	padding: 0;
}
ul#global_navi li{
	height: 33px;
	width:129px;
	list-style: none;
	float: left;
}
ul#global_navi li a{
	display:block;
	width:129px;
	height: 33px;
	overflow: hidden;
	background: url(../img/common/global_menu.gif) no-repeat;
	text-indent: -9999px;
}

ul#global_navi li#abou a{
	background-position: 0 0;
}
ul#global_navi li#dish a{
	background-position: -129px 0;
}
ul#global_navi li#noth a{
	background-position: -258px 0;
}
ul#global_navi li#rese a{
	background-position: -387px 0;
}
ul#global_navi li#acce a{
	background-position: -516px 0;
}

ul#global_navi li#abou a:hover,
body.abou ul#global_navi li#abou a{
	background-position: 0 -33px;
}
ul#global_navi li#dish a:hover,
body.dish ul#global_navi li#dish a{
	background-position: -129px -33px;
}
ul#global_navi li#noth a:hover,
body.noth ul#global_navi li#noth a{
	background-position: -258px -33px;
}
ul#global_navi li#rese a:hover,
body.rese ul#global_navi li#rese a{
	background-position: -387px -33px;
}
ul#global_navi li#acce a:hover,
body.acce ul#global_navi li#acce a{
	background-position: -516px -33px;
}

#flash {
	position:relative;
	margin: 0 0 10px;
	height: auto;
	width:758px;
}
/* フッター用 */
.name{
	width:820px;
	margin:0;
	text-align: right;
	color: #999900;
	font-size: 12px;
}
.address{
	width:820px;
	margin:0;
	text-align: right;
	font-size: 12px;
}


#footer{
	bottom: 0px;
	width : 880px;
	height: 60px;
	margin: 0 auto;
	padding:15px 0 0;
	line-height: 1.3; 
	text-align: left;
	font-weight:normal;
	background: url(../img/common/footer_line.gif) no-repeat top center;
	color:#000033;
	font-size: 12px;
}

