body {
	margin: 0px;
	color: #000000;
	background-color: #edf4f1;
	font-size: 10pt;
}

img {
	border: 0;
}

.td_back {
	font-size: 12px;
	background: url(images/td_back.gif) repeat-y;
	padding-bottom: 0px;
	width: 800px;
	color: #000000;
	line-height: 20px;
	padding-top: 0px;
	text-align: center;
}

/* ページ遷移 */
td.tlink        { color: #666666; font-weight:bold; font-size:11pt; line-height: 1.4em; }
A.tlink:link    { color: #666666; text-decoration: underline; }
A.tlink:visited { color: #666666; }
A.tlink:active  { color: #666666; }
A.tlink:hover   { color: #801e01; text-decoration: underline;  position:relative; top:1;left:1;}


.message {
	background: url(images/message_back.gif) no-repeat;
	background-position:right top;
	font-size:10pt;
}

div.news {
	background-color:#ffffff;
	width:330;
	height:140;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:scroll;
	border: 1px solid gray;
}

.what_new {
	font-size: 10pt;
}

/* ランチ、ディナー */
.menu {
	font-size: 11pt;
	border: 1px solid gray;
	line-height: 1.6em;
	padding: 1px 1px;
}

.str_menu {
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	font-size:11pt;
	text-align: center;
	color: #666666;
/*	background-color: #f4f9f7;*/
}

.str_price {
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	font-size:12pt;
	text-align: right;
	padding-right:24px;
	background-color: #f4f9f7;
	color: #333333;
	font-weight: bold;
}

/* ワインリスト */
.wine_list {
	border-left: 2px solid #999999;
	font-family: 'Helvetica';
	font-style: italic;
	padding-left:20px;
	font-size: 11pt;
}

.wine_price {
	border-right: 2px solid #999999;
	padding-right:20px;
	text-align: right;
	font-size: 11pt;
}

/* アクセス */
.infoB {
	font-weight: bold;
	font-size: 13px;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

.info {
	font-size: 13px;
	border-bottom: 1px solid #c0c0c0;
}

a.info:link    { color: #000000; text-decoration: underline; }
a.info:visited { color: #000000; }
a.info:active  { color: #000000; }
a.info:hover   { color: #000000; text-decoration: underline;  position:relative; top:1;left:1;}

span.title {
	color: #cc8fb7;
	font-size: 12pt;
	font-weight: bold;
}


