﻿body {
	background-color: #F3D5A5;
	margin: 0px;
	padding: 0px;
	background-image: url("images/bg_contents.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	scrollbar-3dlight-color:#990000;
    scrollbar-arrow-color:white;
    scrollbar-track-color: #F5DEB8;
    scrollbar-darkshadow-color:;
    scrollbar-face-color:#990000;
    scrollbar-highlight-color:#990000;
    scrollbar-shadow-color:#990000;
}
.contents {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.dinner_menu_dots
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.dinner_menu_item
{
	font-size: 11px;
	color: #333333;
	display: block;
	text-align: right;

}
.dinner_menu_item1
{
	font-size: 13px;
	color: #333333;
	font-weight: bold;

}
.dinner_menu_subscript
{
	font-size: xx-small;
	line-height: 15px;
}


.review{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.review_from{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #990000;


}
.review_text{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #333333;
	display: block;
	margin-right: 15px;
	margin-left: 15px;
	text-align: justify;






}

