/*==========================
    basic elements 
==========================*/

h1 span, h2 span {
	display: none;
}

a:link, a:visited {
	color: #D1C5A7;
	text-decoration: none;
}

a:hover {
	color: #D1C5A7;
	text-decoration: underline;
}


/*========================
    body elements p1
========================*/
#container {
	position: absolute;
	width: 761px;
	margin: 0;
	padding: 0;
}

#intro { /*台紙上*/
	background: transparent url(images/bg_repeater.gif) repeat-y top left;
	width: 588px;
}

#content { /*台紙中*/
	background: transparent url(images/bg_header.gif) no-repeat top left;
}

#preamble { /*店舗画像・ロゴ・営業時間*/
	padding: 30px 33px 20px 33px;
	background: transparent url(images/preamble_01.jpg) no-repeat 33px 30px;
}
#preamble h1 {
	background: transparent url(images/preamble_02.gif) no-repeat top left;
	height: 75px;
	margin: 0 0 9px 268px;
}
#preamble p {
	margin: 12px 0 12px 268px;
	line-height: 120%;
}
#preamble h2 {
	color: #006F00;
	font-size: 14px;
	line-height: 16px;
	margin-left: 268px;
}
#preamble h2 span {
	display: inline;
	font-size: 12px;
}
#preamble .time{
	color: #006F00;
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0 0 270px;
	font-weight: bold;
}
#preamble .time span{
	display: inline;
	font-size: 11px;
}


#recommend_c { /*おすすめコース*/
	padding: 30px 33px 10px 33px;
	background: transparent url(images/recommend_im01.jpg) no-repeat 355px 77px;
}

.recommend_im01 {
	float: right;
	padding: 260px 0 0 0;
}

#recommend_c h2 {
	background: transparent url(images/recommend_c01.gif) no-repeat top left;
	height: 24px;
	margin: 0 0 30px 0;
}

#recommend_c h3 {
	color: #006F00;
	font-size: 14px;
	margin: 40px 0 20px 10px;
}

#recommend_c p.osusumedinner{
	margin: 30px 0 0 110px;
	line-height: 120%;
}

.osusumedinnerhajimari h4{
	margin: 15px 0 0 145px;
	line-height: 120%;
}

td h5{
	margin: 5px 0 3px 0;
	line-height: 120%;
}

.select {
	line-height: 150%;
}

hr {
	 color: #D1C5A7;
	 height: 1px;
	 border-style: dashed;
}

#recommend_c .menu{
	width: 320px;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	line-height: 110%;
}

#recommend_c td {
	padding: 0 4px 4px 4px;
}

#recommend_c h4 {
	color: #006F00;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 4px 0;
}

.steak {
	margin: 0 0 4px 227px;
}

#steakleft{
	border: 4px double #D1C5A7; 
}

#steakright{
	border: 4px double #D1C5A7; 
}

#steakprice{
	color: #006F00;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 170px; 
}	

#lunch { /*ランチ*/
	padding: 30px 40px 0px 33px;
}
#lunch h2 {
	background: transparent url(images/lunch_01.gif) no-repeat top left;
	height: 24px;
	margin: 0;
}
#lunch h3, #dinner_c h3, #drink h3 {
	color: #006F00;
	font-size: 14px;
}
#lunch p, #dinner_c p {
	margin: 2px 0 12px 0;
	line-height: 14px;
}

#lunch h3.cate {
	color: #996600;
	font-size: 14px;
	margin: 0 0 5px 0;
}

#dinner_c { /*ディナーコース*/
	padding: 20px 40px 0px 33px;
}
#dinner_c h2 {
	background: transparent url(images/dinner_c01.gif) no-repeat top left;
	height: 24px;
	margin: 0;
}
#dinner_c h3.cate {
	color: #996600;
	font-size: 14px;
	margin: 0 0 5px 0;
}

#dinner_m { /*ディナーメニュー*/
	padding: 0 40px 0 33px;
}
#dinner_m h2 {
	background: transparent url(images/dinner_m01.gif) no-repeat top left;
	height: 24px;
	margin: 0;
}
#dinner_m td, #drink td {
	padding: 4px 2px;
	border-bottom: 1px dashed #996600;
}
#dinner_m td.varie {
	border-bottom: none;
	padding: 0px;
}
#dinner_m h3.cate {
	color: #996600;
	font-size: 14px;
	margin: 0 0 2px 0;
}

#drink { /*ドリンク*/
	padding: 20px 40px 0px 33px;
}
#drink h2 {
	background: transparent url(images/drink_01.gif) no-repeat top left;
	height: 24px;
	margin: 0;
}
#drink td.varie {
	border-bottom: none;
	padding: 0 0 0 2px;
}

table#p1 {
	margin: 12px 0 10px 8px;
}
.price {
	text-align: right;
}

table#p1ex { /*お薦めディナー用　例外*/
	border: 4px double #D1C5A7; 
}

table#p1ex .t10 {
	padding: 10px 0 10px 5px;
}
table#p1ex .b10 {
	padding: 0 0 10px 5px;
}

.menu_photo { /*料理イメージ*/
	text-align: center;
}
.menu_photo img {
	margin: 0 10px 10px 10px;
}

.up { /*サービス料別・上に戻る*/
	font-size: 10px;
	padding: 10px 40px 0px 33px;
	text-align: right;
}
.up a {
	font-size: 12px;
	color: #D1C5A7;
}
.up a:hover, .up a:visited {
	color: #D1C5A7;
}


/*========================
    body elements p2
========================*/
#c1 { /*コラム*/
	padding: 20px 27px 0 27px;
}
#c1 h1 {
	background: transparent url(images/c1_01.gif) no-repeat top right;
	height: 27px;
}
#c1 h2 {
	background: transparent url(images/c1_02.gif) no-repeat top left;
	height: 24px;
}
#c1 h3, #c2 h3 {
	color: #006F00;
	font-size: 14px;
	font-weight: normal;
	margin: 15px 10px;
	line-height: 16px;
}
#c1 img {
	float: right;
	margin: 5px 10px 10px 14px;
}
#c1 p {
	margin: 10px;
	line-height: 130%;
}
#c2 { /*担当者から*/
	padding: 0 27px;
}
#c2 h2 {
	background: transparent url(images/c2_02.gif) no-repeat top left;
	height: 24px;
}
#c2 img.l {
	float: left;
	margin: 0 12px 15px 0;
}
#c2 p {
	margin: 0 10px;
	line-height: 130%;
}
#c2 h3.cl {
	clear: left;
	margin: 10px;
}
#c2 img.r {
	float: right;
	margin: 0 0 0 12px;
}


/*==============================
     linkList elements
==============================*/
#headerLink { /*左上ページ内リンク*/
	color: #002F00;
	padding: 4px;
	width: 761px;
}
#headerLink a { /*左上ページ内リンク・別カラー設定*/
	color: #002F00;
}

#pageLink { /*p1 アンカー帯*/
	clear: both;
	width: 576px;
	background-color: #E4CBBC;
	margin: 0 7px 0 5px;
	padding: 3px 0;
}
#pageLink ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#pageLink li {
	display: inline;
}
#pageLink a {
	padding: 3px 9px;
	text-decoration: none;
	font-weight: bold;
	color: #996600;
	border-right: 1px solid #FFF;
}
#pageLink a.last {
	padding: 3px 9px;
	text-decoration: none;
	font-weight: bold;
	color: #996600;
	border-right: none;
}
#pageLink a:hover {
	background-color: #CDA085;
	color: #FFF;
}

#shopList { /*他店リンク*/
	position: absolute;
	background: transparent url(images/linklist.jpg) no-repeat top center;
	color: #D1C5A7;
	left: 601px;
	top: 0;
	width: 160px;
	}
#shopList ul {
	margin: 40px 0 25px 13px;
}
#shopList li {
	margin: 17px 0;
	line-height: 1.2em;
	list-style-type: none;
}
#shopList li span {
	font-size: 14px;
	font-weight: bold;
}

#siteLink { /*サイト内リンク*/
	background: transparent url(images/shop_12.gif) no-repeat bottom center;
	width: 160px;
}
#siteLink p {
	line-height: 20px;
	text-align: center;
	margin: 0;
	padding: 0 0 50px 0;
}

#sisterList { /*姉妹店リンク*/
	background: transparent url(images/linklist_bottom.gif) no-repeat bottom center;
	padding: 30px 0 40px 0;
}
#sisterList ul {
	margin: 0;
	text-align: center;
}
#sisterList li {
	margin: 6px 0 8px 0;
	list-style-type: none;
}
#sisterList h3 {
	background: transparent url(images/shop_13.gif) no-repeat top center;
	height: 11px;
	margin: 0;
}
#sisterList h3 span {
	display: none;
}

/*============================
     Extra elements
============================*/
#extraDiv1 { 
	background: transparent url(images/c2_01.gif) no-repeat top center;
	margin: 0;
	width: 588px;
	height: 96px;
}

/*クリスマスリンク*/
#christmas {
	font-size: small;
	padding-left: 120px;
	padding-bottom: 15px;
}

#christmas a {
	color: #FF9999;
	text-decoration: none;
	font-weight: bold;
}

#christmas a:hover {
	color: #FF9999;
	text-decoration: underline;
}

#christmas a:visited {
	color: #FF9999;
}

/*定額給付金フェア*/

#tkfea {
	font-size: small;
	padding: 20px 0 5px 10px;
}

#tkfea a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

#tkfea a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#tkfea a:visited {
	color: #CC0000;
}
